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

Issue 2391313002: Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment (Closed)

Created:
4 years, 2 months ago by dsinclair
Modified:
4 years, 2 months ago
Reviewers:
Tom Sepez, Lei Zhang
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment Rename CPDFSDK_Environment to make it explicit that this is part of the formfill system. Committed: https://pdfium.googlesource.com/pdfium/+/735606d84b6898a51c61b17a2d286a13d964589a

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review feedback #

Patch Set 3 : Rebase to master #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+330 lines, -1025 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/cfx_systemhandler.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M fpdfsdk/cfx_systemhandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_annothandlermgr.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/cpdfsdk_annothandlermgr.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/cpdfsdk_baannothandler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_document.h View 1 4 chunks +5 lines, -4 lines 0 comments Download
M fpdfsdk/cpdfsdk_document.cpp View 1 2 chunks +4 lines, -3 lines 0 comments Download
D fpdfsdk/cpdfsdk_environment.h View 1 chunk +0 lines, -174 lines 0 comments Download
D fpdfsdk/cpdfsdk_environment.cpp View 1 chunk +0 lines, -545 lines 0 comments Download
A + fpdfsdk/cpdfsdk_formfillenvironment.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
A + fpdfsdk/cpdfsdk_formfillenvironment.cpp View 1 22 chunks +120 lines, -111 lines 0 comments Download
M fpdfsdk/cpdfsdk_interform.cpp View 1 8 chunks +8 lines, -8 lines 0 comments Download
M fpdfsdk/cpdfsdk_pageview.cpp View 1 17 chunks +18 lines, -18 lines 2 comments Download
M fpdfsdk/cpdfsdk_widget.cpp View 1 7 chunks +7 lines, -7 lines 0 comments Download
M fpdfsdk/cpdfsdk_widgethandler.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/cpdfsdk_widgethandler.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/cpdfsdk_xfawidgethandler.h View 1 3 chunks +3 lines, -3 lines 2 comments Download
M fpdfsdk/cpdfsdk_xfawidgethandler.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_checkbox.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_checkbox.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_combobox.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_combobox.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_formfiller.h View 1 3 chunks +4 lines, -4 lines 2 comments Download
M fpdfsdk/formfiller/cffl_formfiller.cpp View 1 3 chunks +4 lines, -3 lines 0 comments Download
M fpdfsdk/formfiller/cffl_interactiveformfiller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/formfiller/cffl_interactiveformfiller.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_listbox.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_listbox.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_pushbutton.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_pushbutton.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_radiobutton.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_radiobutton.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_textfield.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_textfield.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M fpdfsdk/fpdfformfill.cpp View 1 6 chunks +9 lines, -7 lines 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_app.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_app.cpp View 1 12 chunks +13 lines, -13 lines 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp View 1 15 chunks +15 lines, -15 lines 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_document.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_document.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_actionhandler.cpp View 1 10 chunks +10 lines, -10 lines 0 comments Download
M fpdfsdk/javascript/Document.cpp View 1 6 chunks +6 lines, -6 lines 0 comments Download
M fpdfsdk/javascript/Field.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/javascript/JS_GlobalData.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/JS_GlobalData.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Object.h View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Runtime_Stub.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/PublicMethods.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/app.cpp View 1 13 chunks +15 lines, -14 lines 0 comments Download
M fpdfsdk/javascript/cjs_context.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/cjs_context.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/cjs_runtime.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/javascript/cjs_runtime.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M fpdfsdk/javascript/global.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/global.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/ijs_runtime.h View 1 2 chunks +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 18 (11 generated)
dsinclair
PTAL.
4 years, 2 months ago (2016-10-05 15:58:49 UTC) #4
Tom Sepez
https://codereview.chromium.org/2391313002/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h File fpdfsdk/cpdfsdk_formfillenvironment.h (right): https://codereview.chromium.org/2391313002/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h#newcode28 fpdfsdk/cpdfsdk_formfillenvironment.h:28: class CPDFSDK_FormfillEnvironment final { nit: FormFillEnvironment to be consistent ...
4 years, 2 months ago (2016-10-05 16:38:18 UTC) #7
dsinclair
https://codereview.chromium.org/2391313002/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h File fpdfsdk/cpdfsdk_formfillenvironment.h (right): https://codereview.chromium.org/2391313002/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h#newcode28 fpdfsdk/cpdfsdk_formfillenvironment.h:28: class CPDFSDK_FormfillEnvironment final { On 2016/10/05 16:38:18, Tom Sepez ...
4 years, 2 months ago (2016-10-05 17:59:21 UTC) #8
Tom Sepez
LGTM with a few suggestions you may want to try. or not. https://codereview.chromium.org/2391313002/diff/40001/fpdfsdk/cpdfsdk_pageview.cpp File fpdfsdk/cpdfsdk_pageview.cpp ...
4 years, 2 months ago (2016-10-05 20:44:31 UTC) #11
dsinclair
https://codereview.chromium.org/2391313002/diff/40001/fpdfsdk/cpdfsdk_pageview.cpp File fpdfsdk/cpdfsdk_pageview.cpp (right): https://codereview.chromium.org/2391313002/diff/40001/fpdfsdk/cpdfsdk_pageview.cpp#newcode68 fpdfsdk/cpdfsdk_pageview.cpp:68: CPDFSDK_FormFillEnvironment* pEnv = m_pSDKDoc->GetEnv(); On 2016/10/05 20:44:31, Tom Sepez ...
4 years, 2 months ago (2016-10-05 20:47:13 UTC) #12
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/2391313002/40001
4 years, 2 months ago (2016-10-05 22:46:40 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 22:47:05 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/735606d84b6898a51c61b17a2d286a13d964...

Powered by Google App Engine
This is Rietveld 408576698