Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Issue 1268323004: Allow external font-path configuration from pdfium_test. (Closed)

Created:
5 years, 4 months ago by Tom Sepez
Modified:
5 years, 4 months ago
Reviewers:
Lei Zhang, Nico
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : Nits. #

Patch Set 3 : Remove python driver changes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -23 lines) Patch
M core/include/fxge/fx_font.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxge/fx_ge.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M core/src/fxge/apple/fx_mac_imp.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxge/ge/fx_ge.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M core/src/fxge/ge/fx_ge_fontmap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/ge/fx_ge_linux.cpp View 1 3 chunks +13 lines, -6 lines 0 comments Download
M core/src/fxge/win32/fx_win32_device.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/src/fpdf_sysfontinfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 1 1 chunk +6 lines, -1 line 1 comment Download
M fpdfsdk/src/fpdfview_c_api_test.c View 1 chunk +1 line, -0 lines 0 comments Download
M public/fpdfview.h View 1 1 chunk +25 lines, -1 line 0 comments Download
M samples/pdfium_test.cc View 1 4 chunks +23 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Tom Sepez
Lei, for review.
5 years, 4 months ago (2015-08-06 21:57:01 UTC) #2
Lei Zhang
lgtm https://codereview.chromium.org/1268323004/diff/1/core/include/fxge/fx_ge.h File core/include/fxge/fx_ge.h (right): https://codereview.chromium.org/1268323004/diff/1/core/include/fxge/fx_ge.h#newcode49 core/include/fxge/fx_ge.h:49: CFX_GEModule(const char** pUserFontPaths); explicit https://codereview.chromium.org/1268323004/diff/1/core/src/fxge/ge/fx_ge_linux.cpp File core/src/fxge/ge/fx_ge_linux.cpp (right): ...
5 years, 4 months ago (2015-08-06 22:28:36 UTC) #3
Tom Sepez
Committed patchset #2 (id:20001) manually as d8b5e73d8609b74e6a995ee1768d20d47bd4b089 (presubmit successful).
5 years, 4 months ago (2015-08-13 18:23:03 UTC) #4
Tom Sepez
https://codereview.chromium.org/1268323004/diff/1/core/include/fxge/fx_ge.h File core/include/fxge/fx_ge.h (right): https://codereview.chromium.org/1268323004/diff/1/core/include/fxge/fx_ge.h#newcode49 core/include/fxge/fx_ge.h:49: CFX_GEModule(const char** pUserFontPaths); On 2015/08/06 22:28:36, Lei Zhang wrote: ...
5 years, 4 months ago (2015-08-13 18:29:58 UTC) #5
Tom Sepez
re-opened. I meant to land everything up to the part where the flag is added ...
5 years, 4 months ago (2015-08-13 18:47:20 UTC) #6
Tom Sepez
Committed patchset #3 (id:40001) manually as 9311163b564785a3a3ccdcb09bd3b7d0b2976d1a (presubmit successful).
5 years, 4 months ago (2015-08-13 18:52:50 UTC) #7
Nico
https://codereview.chromium.org/1268323004/diff/40001/fpdfsdk/src/fpdfview.cpp File fpdfsdk/src/fpdfview.cpp (right): https://codereview.chromium.org/1268323004/diff/40001/fpdfsdk/src/fpdfview.cpp#newcode98 fpdfsdk/src/fpdfview.cpp:98: const FPDF_LIBRARY_CONFIG* cfg) { This too isn't clang-formatted. How ...
5 years, 4 months ago (2015-08-13 22:02:06 UTC) #9
Nico
On 2015/08/13 22:02:06, Nico (hiding) wrote: > https://codereview.chromium.org/1268323004/diff/40001/fpdfsdk/src/fpdfview.cpp > File fpdfsdk/src/fpdfview.cpp (right): > > https://codereview.chromium.org/1268323004/diff/40001/fpdfsdk/src/fpdfview.cpp#newcode98 ...
5 years, 4 months ago (2015-08-13 22:10:08 UTC) #10
Lei Zhang
5 years, 4 months ago (2015-08-13 22:11:05 UTC) #11
Message was sent while issue was closed.
On 2015/08/13 22:10:08, Nico (hiding) wrote:
> On 2015/08/13 22:02:06, Nico (hiding) wrote:
> >
https://codereview.chromium.org/1268323004/diff/40001/fpdfsdk/src/fpdfview.cpp
> > File fpdfsdk/src/fpdfview.cpp (right):
> > 
> >
>
https://codereview.chromium.org/1268323004/diff/40001/fpdfsdk/src/fpdfview.cp...
> > fpdfsdk/src/fpdfview.cpp:98: const FPDF_LIBRARY_CONFIG* cfg) {
> > This too isn't clang-formatted. How do you upload and commit your stuff? Do
> you
> > use `git cl land`? The presubmit works for me locally.
> 
> buildtools isn't for clang; it's where gn is mostly (and clang-format. But not
> clang.). If pdfium standalone doesn't pull buildtools, it probably should.
It's
> pretty small, easy to add to DEPS, and at some point it'll be required for gn
> anyhoo.

It's already in DEPS. Maybe tsepez's repo hasn't been gclient sync'd in a while?

Powered by Google App Engine
This is Rietveld 408576698