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

Issue 1860063002: Remove core/include/fpdfdoc/fpdf_vt.h (Closed)

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

Description

Remove core/include/fpdfdoc/fpdf_vt.h This CL removes the core/include/fpdfdoc/fpdf_vt.h file. The IPDF_VariableText class was removed in favour of the only concrete class of CPD_VariableText. CPVT_Provider was moved to CPDF_VariableText::Provider and CPDF_VariableText_Iterator was moved to CPDF_VariableText::Iterator. The IFX_Edit_FontMap interface was merged into the IPVT_FontMap interface so there is only one. Other classes were split out as needed in order to keep things compiling. BUG=pdfium:468 Committed: https://pdfium.googlesource.com/pdfium/+/c7a7349cf316af37d4ad4b71c5742159deccbf33

Patch Set 1 #

Total comments: 22

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1487 lines, -3115 lines) Patch
M BUILD.gn View 2 chunks +15 lines, -4 lines 0 comments Download
A + core/fpdfdoc/cpdf_variabletext.cpp View 1 34 chunks +358 lines, -1005 lines 0 comments Download
A core/fpdfdoc/cpvt_floatrect.h View 1 chunk +42 lines, -0 lines 0 comments Download
M core/fpdfdoc/cpvt_fontmap.h View 2 chunks +6 lines, -1 line 0 comments Download
M core/fpdfdoc/cpvt_fontmap.cpp View 1 1 chunk +17 lines, -0 lines 0 comments Download
M core/fpdfdoc/cpvt_generateap.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpvt_generateap.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
A core/fpdfdoc/cpvt_lineinfo.h View 1 chunk +33 lines, -0 lines 0 comments Download
D core/fpdfdoc/cpvt_provider.h View 1 chunk +0 lines, -35 lines 0 comments Download
A core/fpdfdoc/cpvt_sectioninfo.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpvt_wordinfo.h View 1 chunk +72 lines, -0 lines 0 comments Download
A core/fpdfdoc/csection.h View 1 chunk +62 lines, -0 lines 0 comments Download
A core/fpdfdoc/ctypeset.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
D core/fpdfdoc/doc_ap.cpp View 1 chunk +0 lines, -70 lines 0 comments Download
M core/fpdfdoc/doc_vt.cpp View 10 chunks +21 lines, -1060 lines 0 comments Download
D core/fpdfdoc/doc_vtmodule.cpp View 1 chunk +0 lines, -16 lines 0 comments Download
A core/fpdfdoc/include/cpdf_variabletext.h View 1 1 chunk +253 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_line.h View 1 chunk +26 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_secprops.h View 1 chunk +30 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_section.h View 1 chunk +22 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_word.h View 1 chunk +37 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_wordplace.h View 1 chunk +73 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_wordprops.h View 1 chunk +58 lines, -0 lines 0 comments Download
A core/fpdfdoc/include/cpvt_wordrange.h View 1 chunk +59 lines, -0 lines 0 comments Download
A + core/fpdfdoc/include/ipvt_fontmap.h View 2 chunks +8 lines, -3 lines 0 comments Download
D core/fpdfdoc/ipvt_fontmap.h View 1 chunk +0 lines, -24 lines 0 comments Download
M core/fpdfdoc/pdf_vt.h View 4 chunks +7 lines, -412 lines 0 comments Download
D core/include/fpdfdoc/fpdf_vt.h View 1 chunk +0 lines, -358 lines 0 comments Download
M fpdfsdk/fsdk_baseform.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M fpdfsdk/fxedit/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fxedit/fxet_ap.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/fxet_edit.cpp View 26 chunks +33 lines, -30 lines 0 comments Download
M fpdfsdk/fxedit/fxet_list.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/fxet_module.cpp View 1 chunk +4 lines, -8 lines 0 comments Download
M fpdfsdk/fxedit/fxet_pageobjs.cpp View 5 chunks +6 lines, -4 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/include/fxedit/fx_edit.h View 1 9 chunks +84 lines, -31 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_edit.h View 7 chunks +16 lines, -15 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_list.h View 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/pdfwindow/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_EditCtrl.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.h View 2 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Label.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Utils.h View 3 chunks +5 lines, -4 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Utils.cpp View 3 chunks +4 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Wnd.h View 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Wnd.cpp View 1 chunk +1 line, -1 line 0 comments Download
M pdfium.gyp View 2 chunks +15 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
dsinclair
PTAL. https://codereview.chromium.org/1860063002/diff/1/fpdfsdk/include/fxedit/fxet_edit.h File fpdfsdk/include/fxedit/fxet_edit.h (right): https://codereview.chromium.org/1860063002/diff/1/fpdfsdk/include/fxedit/fxet_edit.h#newcode781 fpdfsdk/include/fxedit/fxet_edit.h:781: class CFX_Edit_Provider : public CPDF_VariableText::Provider { This is ...
4 years, 8 months ago (2016-04-05 16:21:24 UTC) #2
Tom Sepez
Looks OK, though I didn't confirm the blocks that were copied verbatim. https://codereview.chromium.org/1860063002/diff/1/core/fpdfdoc/cpdf_variabletext.cpp File core/fpdfdoc/cpdf_variabletext.cpp ...
4 years, 8 months ago (2016-04-05 16:58:23 UTC) #4
dsinclair
https://codereview.chromium.org/1860063002/diff/1/core/fpdfdoc/cpdf_variabletext.cpp File core/fpdfdoc/cpdf_variabletext.cpp (right): https://codereview.chromium.org/1860063002/diff/1/core/fpdfdoc/cpdf_variabletext.cpp#newcode19 core/fpdfdoc/cpdf_variabletext.cpp:19: On 2016/04/05 16:58:23, Tom Sepez wrote: > nit: no ...
4 years, 8 months ago (2016-04-05 17:29:21 UTC) #5
Tom Sepez
lgtm
4 years, 8 months ago (2016-04-05 19:01:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860063002/20001
4 years, 8 months ago (2016-04-05 19:01:20 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-05 19:01:46 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/c7a7349cf316af37d4ad4b71c5742159decc...

Powered by Google App Engine
This is Rietveld 408576698