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

Issue 2164663004: Split xfa_document_serialize into class files (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@xfa_parser_III
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Split xfa_document_serialize into class files This CL moves CXFA_DataImporter and CXFA_DataExporter into their own files and moves code to an anonymous namespace as necessary. Committed: https://pdfium.googlesource.com/pdfium/+/3a7cc7382305e2d1f2793d9fea923f2428a87e64

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebase to master #

Patch Set 3 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -824 lines) Patch
M BUILD.gn View 1 2 chunks +4 lines, -2 lines 0 comments Download
M xfa.gyp View 1 2 chunks +4 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 1 chunk +2 lines, -1 line 0 comments Download
A + xfa/fxfa/parser/cxfa_dataexporter.h View 1 2 3 chunks +6 lines, -17 lines 0 comments Download
A + xfa/fxfa/parser/cxfa_dataexporter.cpp View 1 2 21 chunks +152 lines, -183 lines 0 comments Download
A xfa/fxfa/parser/cxfa_dataimporter.h View 1 chunk +25 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_dataimporter.cpp View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
D xfa/fxfa/parser/xfa_document_serialize.h View 1 chunk +0 lines, -47 lines 0 comments Download
D xfa/fxfa/parser/xfa_document_serialize.cpp View 1 chunk +0 lines, -572 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 10 (4 generated)
dsinclair
PTAL.
4 years, 5 months ago (2016-07-20 17:39:10 UTC) #2
Wei Li
lgtm https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataexporter.cpp File xfa/fxfa/parser/cxfa_dataexporter.cpp (right): https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataexporter.cpp#newcode514 xfa/fxfa/parser/cxfa_dataexporter.cpp:514: } break; move this break inside also? https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataimporter.cpp ...
4 years, 5 months ago (2016-07-20 22:36:48 UTC) #3
Lei Zhang
lgtm https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataexporter.cpp File xfa/fxfa/parser/cxfa_dataexporter.cpp (right): https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataexporter.cpp#newcode321 xfa/fxfa/parser/cxfa_dataexporter.cpp:321: FX_BOOL bSaveXML = FALSE) { Probably not that ...
4 years, 5 months ago (2016-07-20 22:56:31 UTC) #4
dsinclair
https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataexporter.cpp File xfa/fxfa/parser/cxfa_dataexporter.cpp (right): https://codereview.chromium.org/2164663004/diff/1/xfa/fxfa/parser/cxfa_dataexporter.cpp#newcode321 xfa/fxfa/parser/cxfa_dataexporter.cpp:321: FX_BOOL bSaveXML = FALSE) { On 2016/07/20 22:56:31, Lei ...
4 years, 5 months ago (2016-07-21 13:34:37 UTC) #5
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/2164663004/40001
4 years, 5 months ago (2016-07-21 19:04:18 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 19:04:37 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/3a7cc7382305e2d1f2793d9fea923f2428a8...

Powered by Google App Engine
This is Rietveld 408576698