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

Issue 2170473002: Rename xfa_doclayout and xfa_document_layout_imp 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_I
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Rename xfa_doclayout and xfa_document_layout_imp files. This Cl moves the xfa_doclayout and xfa_document_layout_imp files to have names based off of their classes. Committed: https://pdfium.googlesource.com/pdfium/+/0b851fffe118d8be26e776256144a6b85495ce74

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 6

Patch Set 5 : Rebase to master #

Patch Set 6 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -483 lines) Patch
M BUILD.gn View 1 2 3 4 4 chunks +9 lines, -3 lines 0 comments Download
M xfa.gyp View 1 2 3 4 4 chunks +9 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_ffdocview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpageview.cpp View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidgetacc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffwidgethandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/include/xfa_ffpageview.h View 1 chunk +3 lines, -1 line 0 comments Download
M xfa/fxfa/include/xfa_ffwidget.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/cscript_datawindow.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/cscript_eventpseudomodel.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/cscript_hostpseudomodel.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fxfa/parser/cscript_layoutpseudomodel.h View 2 chunks +2 lines, -1 line 0 comments Download
M xfa/fxfa/parser/cscript_layoutpseudomodel.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cscript_logpseudomodel.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/cscript_signaturepseudomodel.cpp View 1 chunk +0 lines, -1 line 0 comments Download
A xfa/fxfa/parser/cxfa_containerlayoutitem.h View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_containerlayoutitem.cpp View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_contentlayoutitem.h View 1 chunk +28 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_contentlayoutitem.cpp View 1 chunk +18 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_layoutitem.h View 1 chunk +54 lines, -0 lines 0 comments Download
A xfa/fxfa/parser/cxfa_layoutitem.cpp View 1 chunk +28 lines, -0 lines 0 comments Download
A + xfa/fxfa/parser/cxfa_layoutprocessor.h View 3 chunks +12 lines, -7 lines 0 comments Download
A + xfa/fxfa/parser/cxfa_layoutprocessor.cpp View 7 chunks +29 lines, -69 lines 0 comments Download
M xfa/fxfa/parser/cxfa_node.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/cxfa_nodehelper.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/cxfa_resolveprocessor.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/cxfa_scriptcontext.cpp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
A xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h View 1 chunk +25 lines, -0 lines 0 comments Download
D xfa/fxfa/parser/xfa_doclayout.h View 1 chunk +0 lines, -106 lines 0 comments Download
M xfa/fxfa/parser/xfa_document_datamerger_imp.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fxfa/parser/xfa_document_imp.cpp View 1 chunk +1 line, -2 lines 0 comments Download
D xfa/fxfa/parser/xfa_document_layout_imp.h View 1 chunk +0 lines, -50 lines 0 comments Download
D xfa/fxfa/parser/xfa_document_layout_imp.cpp View 1 chunk +0 lines, -203 lines 0 comments Download
M xfa/fxfa/parser/xfa_document_serialize.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_layout_appadapter.h View 1 chunk +3 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_layout_appadapter.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/xfa_layout_itemlayout.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/xfa_layout_itemlayout.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/xfa_layout_pagemgr_new.h View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/xfa_locale.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_localemgr.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_localevalue.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_utils_imp.cpp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 9 (4 generated)
dsinclair
PTAL.
4 years, 5 months ago (2016-07-20 15:34:01 UTC) #2
Lei Zhang
lgtm https://codereview.chromium.org/2170473002/diff/60001/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp File xfa/fxfa/parser/cxfa_containerlayoutitem.cpp (right): https://codereview.chromium.org/2170473002/diff/60001/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp#newcode27 xfa/fxfa/parser/cxfa_containerlayoutitem.cpp:27: void CXFA_ContainerLayoutItem::GetPageSize(CFX_SizeF& size) const { Not sure how ...
4 years, 5 months ago (2016-07-20 22:51:23 UTC) #3
dsinclair
https://codereview.chromium.org/2170473002/diff/60001/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp File xfa/fxfa/parser/cxfa_containerlayoutitem.cpp (right): https://codereview.chromium.org/2170473002/diff/60001/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp#newcode27 xfa/fxfa/parser/cxfa_containerlayoutitem.cpp:27: void CXFA_ContainerLayoutItem::GetPageSize(CFX_SizeF& size) const { On 2016/07/20 22:51:22, Lei ...
4 years, 5 months ago (2016-07-21 13:12:47 UTC) #4
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/2170473002/100001
4 years, 5 months ago (2016-07-21 19:02:39 UTC) #7
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 19:03:05 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://pdfium.googlesource.com/pdfium/+/0b851fffe118d8be26e776256144a6b85495...

Powered by Google App Engine
This is Rietveld 408576698