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

Issue 2037563002: Replace IFGAS_Font with underlying concrete type (Closed)

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

Description

Replace IFGAS_Font with underlying concrete type Committed: https://pdfium.googlesource.com/pdfium/+/a4fdfc5ed0e8d2e6acc52cc34eac42c6072f0ccc

Patch Set 1 #

Patch Set 2 : Restore Windows code, mark code Windows-only, nits #

Patch Set 3 : Fix Windows #

Total comments: 7

Patch Set 4 : rebase, IFX_Font is now IFGAS_Font #

Patch Set 5 : nit #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+468 lines, -505 lines) Patch
M xfa/fde/cfde_txtedttextset.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/cfde_txtedttextset.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/fde_gedevice.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fde/fde_gedevice.cpp View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M xfa/fde/fde_render.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/fde_visualset.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/ifde_txtedtengine.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/tto/fde_textout.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fde/tto/fde_textout.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/font/fgas_font.h View 1 2 3 4 chunks +42 lines, -107 lines 0 comments Download
M xfa/fgas/font/fgas_gefont.h View 1 2 3 2 chunks +67 lines, -49 lines 0 comments Download
M xfa/fgas/font/fgas_gefont.cpp View 1 2 3 18 chunks +73 lines, -82 lines 0 comments Download
M xfa/fgas/font/fgas_stdfontmgr.h View 1 2 3 5 chunks +63 lines, -61 lines 0 comments Download
M xfa/fgas/font/fgas_stdfontmgr.cpp View 1 2 3 38 chunks +94 lines, -86 lines 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.h View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.cpp View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download
M xfa/fgas/layout/fgas_textbreak.h View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/fgas/layout/fgas_textbreak.cpp View 1 2 3 4 5 4 chunks +4 lines, -3 lines 0 comments Download
M xfa/fgas/layout/fgas_unicode.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/basewidget/fwl_barcodeimp.cpp View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M xfa/fwl/basewidget/fwl_editimp.cpp View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.h View 1 2 3 4 5 chunks +11 lines, -11 lines 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.cpp View 1 2 3 5 chunks +8 lines, -7 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidgetacc.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fontmgr.cpp View 1 2 3 9 chunks +29 lines, -27 lines 0 comments Download
M xfa/fxfa/app/xfa_fwltheme.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fwltheme.cpp View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_textlayout.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_textlayout.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/include/fxfa.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/include/fxfa_widget.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxfa/include/xfa_fontmgr.h View 1 2 3 5 chunks +26 lines, -26 lines 0 comments Download

Messages

Total messages: 23 (15 generated)
Lei Zhang
Since you asked about CFX_GEFont yesterday...
4 years, 6 months ago (2016-06-02 16:19:13 UTC) #7
dsinclair
lgtm w/ nits. https://codereview.chromium.org/2037563002/diff/130001/xfa/fgas/font/fgas_font.h File xfa/fgas/font/fgas_font.h (right): https://codereview.chromium.org/2037563002/diff/130001/xfa/fgas/font/fgas_font.h#newcode128 xfa/fgas/font/fgas_font.h:128: virtual CFX_GEFont* GetDefFontByCodePage( This version of ...
4 years, 6 months ago (2016-06-02 17:37:39 UTC) #8
Lei Zhang
+tsepez as well since our CLs collided. https://codereview.chromium.org/2037563002/diff/130001/xfa/fgas/font/fgas_font.h File xfa/fgas/font/fgas_font.h (right): https://codereview.chromium.org/2037563002/diff/130001/xfa/fgas/font/fgas_font.h#newcode128 xfa/fgas/font/fgas_font.h:128: virtual CFX_GEFont* ...
4 years, 6 months ago (2016-06-07 01:17:16 UTC) #10
Tom Sepez
Can we change the CL description to something like "Replace IFGAS_Font with underlying concrete type". ...
4 years, 6 months ago (2016-06-07 15:56:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037563002/170001
4 years, 6 months ago (2016-06-07 17:59:24 UTC) #15
commit-bot: I haz the power
Failed to apply patch for xfa/fde/cfde_txtedttextset.cpp: While running git apply --index -3 -p1; error: patch ...
4 years, 6 months ago (2016-06-07 17:59:44 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037563002/190001
4 years, 6 months ago (2016-06-08 00:19:26 UTC) #21
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 00:33:43 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:190001) as
https://pdfium.googlesource.com/pdfium/+/a4fdfc5ed0e8d2e6acc52cc34eac42c6072f...

Powered by Google App Engine
This is Rietveld 408576698