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

Issue 2252723002: Split fpdfsdk/fsdk_baseform.h into individual classes. (Closed)

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

Description

Split fpdfsdk/fsdk_baseform.h into individual classes. This CL moves classes in fsdk_baseform.h to their own files. Classes include CPDFSDK_Widget, CBA_AnnotIterator, CPDFSDK_XFAWidget, PDFSDK_FieldAction, and CPDFSDK_Interform. Committed: https://pdfium.googlesource.com/pdfium/+/611adb8c91c1d40c95097bb04b4f9eba03b599f9

Patch Set 1 : Split fpdfsdk/fsdk_baseform.h into individual classes. #

Total comments: 14

Patch Set 2 : Split fpdfsdk/fsdk_baseform.h into individual classes. #

Total comments: 6

Patch Set 3 : Split fpdfsdk/fsdk_baseform.h into individual classes. #

Patch Set 4 : Split fpdfsdk/fsdk_baseform.h into individual classes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1653 lines, -4352 lines) Patch
M BUILD.gn View 1 2 4 chunks +13 lines, -2 lines 0 comments Download
A fpdfsdk/cba_annotiterator.cpp View 1 chunk +174 lines, -0 lines 0 comments Download
M fpdfsdk/cpdfsdk_annothandlermgr.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/cpdfsdk_bfannothandler.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
A fpdfsdk/cpdfsdk_interform.cpp View 1 2 1 chunk +726 lines, -0 lines 0 comments Download
A + fpdfsdk/cpdfsdk_widget.cpp View 18 chunks +179 lines, -1064 lines 0 comments Download
M fpdfsdk/cpdfsdk_xfaannothandler.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
A fpdfsdk/cpdfsdk_xfawidget.cpp View 1 chunk +40 lines, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_checkbox.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_combobox.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_formfiller.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_formfiller.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_iformfiller.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_listbox.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_radiobutton.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/formfiller/cffl_textfield.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fpdfformfill.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/fsdk_actionhandler.cpp View 1 chunk +1 line, -0 lines 0 comments Download
D fpdfsdk/fsdk_baseform.cpp View 1 chunk +0 lines, -2873 lines 0 comments Download
M fpdfsdk/fsdk_baseform_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_mgr.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
A fpdfsdk/include/cba_annotiterator.h View 1 chunk +49 lines, -0 lines 0 comments Download
A fpdfsdk/include/cpdfsdk_interform.h View 1 1 chunk +144 lines, -0 lines 0 comments Download
A fpdfsdk/include/cpdfsdk_widget.h View 1 chunk +191 lines, -0 lines 0 comments Download
A fpdfsdk/include/cpdfsdk_xfawidget.h View 1 chunk +38 lines, -0 lines 0 comments Download
M fpdfsdk/include/fsdk_actionhandler.h View 1 chunk +4 lines, -1 line 0 comments Download
D fpdfsdk/include/fsdk_baseform.h View 1 chunk +0 lines, -407 lines 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 1 chunk +0 lines, -1 line 0 comments Download
A fpdfsdk/include/pdfsdk_fieldaction.h View 1 chunk +39 lines, -0 lines 0 comments Download
M fpdfsdk/javascript/Document.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M fpdfsdk/javascript/Field.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M fpdfsdk/javascript/PublicMethods.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/javascript/app.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A fpdfsdk/pdfsdk_fieldaction.cpp View 1 chunk +18 lines, -0 lines 0 comments Download
M pdfium.gyp View 1 2 3 3 chunks +12 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (26 generated)
jaepark
4 years, 4 months ago (2016-08-16 18:03:07 UTC) #6
dsinclair
https://codereview.chromium.org/2252723002/diff/20001/fpdfsdk/cba_annotiterator.cpp File fpdfsdk/cba_annotiterator.cpp (right): https://codereview.chromium.org/2252723002/diff/20001/fpdfsdk/cba_annotiterator.cpp#newcode59 fpdfsdk/cba_annotiterator.cpp:59: // static nit: move the static methods to the ...
4 years, 4 months ago (2016-08-16 18:22:19 UTC) #7
jaepark
I've accidentally removed the patch with the comment, so I commented on where modified. https://codereview.chromium.org/2252723002/diff/60001/fpdfsdk/cba_annotiterator.cpp ...
4 years, 4 months ago (2016-08-16 20:21:32 UTC) #19
dsinclair
https://codereview.chromium.org/2252723002/diff/80001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2252723002/diff/80001/BUILD.gn#newcode981 BUILD.gn:981: "fpdfsdk/cpdfsdk_xfawidget.cpp", I think we want to keep these in ...
4 years, 4 months ago (2016-08-16 20:32:30 UTC) #20
jaepark
https://codereview.chromium.org/2252723002/diff/80001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2252723002/diff/80001/BUILD.gn#newcode981 BUILD.gn:981: "fpdfsdk/cpdfsdk_xfawidget.cpp", On 2016/08/16 20:32:30, dsinclair wrote: > I think ...
4 years, 4 months ago (2016-08-16 21:26:28 UTC) #29
dsinclair
lgtm
4 years, 4 months ago (2016-08-17 18:34:12 UTC) #31
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/2252723002/120001
4 years, 4 months ago (2016-08-17 18:34:19 UTC) #32
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 18:34:41 UTC) #34
Message was sent while issue was closed.
Committed patchset #4 (id:120001) as
https://pdfium.googlesource.com/pdfium/+/611adb8c91c1d40c95097bb04b4f9eba03b5...

Powered by Google App Engine
This is Rietveld 408576698