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

Issue 2165993002: Move xfa_basic_imp to cxfa_widetextread. (Closed)

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

Description

Move xfa_basic_imp to cxfa_widetextread. This Cl splits out the CXFA_WideTextRead class into it's own file. The helper methods have been moved into xfa_utils.cpp and their pre-declarations into xfa_utils.h. Committed: https://pdfium.googlesource.com/pdfium/+/9eb0db1d7f6273de7eb28b0e1490eaf893e3bfb5

Patch Set 1 #

Patch Set 2 : fix fuzzers #

Patch Set 3 : Fuzzer fix 2 #

Patch Set 4 : Really fix it .... #

Total comments: 14

Patch Set 5 : Rebase to master #

Patch Set 6 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+759 lines, -782 lines) Patch
M BUILD.gn View 1 2 3 4 3 chunks +4 lines, -2 lines 0 comments Download
M testing/libfuzzer/pdf_cfx_saxreader_fuzzer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M testing/libfuzzer/pdf_css_fuzzer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M testing/libfuzzer/pdf_xml_fuzzer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M xfa.gyp View 1 2 3 4 3 chunks +4 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidgethandler.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/app/xfa_textlayout.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/include/fxfa_basic.h View 8 chunks +7 lines, -67 lines 0 comments Download
M xfa/fxfa/parser/cscript_layoutpseudomodel.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_box.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_caption.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_data.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_font.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_measurement.h View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_measurement.cpp View 1 2 3 4 5 1 chunk +139 lines, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_node.cpp View 7 chunks +29 lines, -6 lines 0 comments Download
M xfa/fxfa/parser/cxfa_para.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_scriptcontext.cpp View 1 2 3 4 5 5 chunks +36 lines, -3 lines 0 comments Download
M xfa/fxfa/parser/cxfa_simple_parser.cpp View 4 chunks +26 lines, -5 lines 0 comments Download
M xfa/fxfa/parser/cxfa_stroke.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A + xfa/fxfa/parser/cxfa_widetextread.h View 1 2 3 4 5 3 chunks +4 lines, -19 lines 0 comments Download
A xfa/fxfa/parser/cxfa_widetextread.cpp View 1 2 3 4 5 1 chunk +107 lines, -0 lines 0 comments Download
M xfa/fxfa/parser/cxfa_widgetdata.cpp View 11 chunks +49 lines, -15 lines 0 comments Download
M xfa/fxfa/parser/xfa_basic_data.h View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_basic_data_attributes.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/xfa_basic_data_element_script.cpp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
D xfa/fxfa/parser/xfa_basic_imp.h View 1 chunk +0 lines, -62 lines 0 comments Download
D xfa/fxfa/parser/xfa_basic_imp.cpp View 1 chunk +0 lines, -588 lines 0 comments Download
M xfa/fxfa/parser/xfa_document_datamerger_imp.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_document_imp.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_document_layout_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_layout_itemlayout.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fxfa/parser/xfa_utils.h View 2 chunks +32 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_utils_imp.cpp View 1 2 3 4 5 3 chunks +258 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (4 generated)
dsinclair
PTAL.
4 years, 5 months ago (2016-07-20 14:36:38 UTC) #3
Lei Zhang
https://codereview.chromium.org/2165993002/diff/80001/xfa/fxfa/parser/cxfa_measurement.h File xfa/fxfa/parser/cxfa_measurement.h (right): https://codereview.chromium.org/2165993002/diff/80001/xfa/fxfa/parser/cxfa_measurement.h#newcode16 xfa/fxfa/parser/cxfa_measurement.h:16: explicit CXFA_Measurement(const CFX_WideStringC& wsMeasure) { Can we move the ...
4 years, 5 months ago (2016-07-20 20:54:34 UTC) #4
dsinclair
https://codereview.chromium.org/2165993002/diff/80001/xfa/fxfa/parser/cxfa_measurement.h File xfa/fxfa/parser/cxfa_measurement.h (right): https://codereview.chromium.org/2165993002/diff/80001/xfa/fxfa/parser/cxfa_measurement.h#newcode16 xfa/fxfa/parser/cxfa_measurement.h:16: explicit CXFA_Measurement(const CFX_WideStringC& wsMeasure) { On 2016/07/20 20:54:33, Lei ...
4 years, 5 months ago (2016-07-21 13:34:24 UTC) #5
Lei Zhang
lgtm
4 years, 5 months ago (2016-07-21 19:00:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165993002/120001
4 years, 5 months ago (2016-07-21 19:01:18 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 19:01:43 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://pdfium.googlesource.com/pdfium/+/9eb0db1d7f6273de7eb28b0e1490eaf893e3...

Powered by Google App Engine
This is Rietveld 408576698