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

Issue 2354363003: Move CPDFSDK_Environment code to cpp file (Closed)

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

Description

Move CPDFSDK_Environment code to cpp file This CL moves the code from the .h file into the .cpp file. Committed: https://pdfium.googlesource.com/pdfium/+/577ad2c9ea89c721ee1dbb89d1f7e12bb8c333f7

Patch Set 1 #

Total comments: 24

Patch Set 2 : Review feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -296 lines) Patch
M fpdfsdk/cpdfsdk_document.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_environment.cpp View 1 1 chunk +326 lines, -0 lines 2 comments Download
M fpdfsdk/formfiller/cffl_combobox.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_textfield.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp View 1 3 chunks +3 lines, -5 lines 0 comments Download
M fpdfsdk/fpdfxfa/include/cpdfxfa_docenvironment.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M fpdfsdk/include/cpdfsdk_environment.h View 1 2 chunks +33 lines, -278 lines 0 comments Download
M xfa/fxfa/app/xfa_fftext.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/include/fxfa.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M xfa/fxfa/parser/cscript_hostpseudomodel.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (12 generated)
dsinclair
PTAL. This is just copy/paste, no code changes outside the CPDFSDK_Environment::'s.
4 years, 3 months ago (2016-09-21 20:47:03 UTC) #4
Tom Sepez
LGTM. Thanks. I noticed this before, and it was bugging me!
4 years, 3 months ago (2016-09-21 21:05:01 UTC) #5
npm
https://codereview.chromium.org/2354363003/diff/1/fpdfsdk/cpdfsdk_environment.cpp File fpdfsdk/cpdfsdk_environment.cpp (right): https://codereview.chromium.org/2354363003/diff/1/fpdfsdk/cpdfsdk_environment.cpp#newcode300 fpdfsdk/cpdfsdk_environment.cpp:300: void CPDFSDK_Environment::OnSetFieldInputFocus(void* field, Where is field parameter being used? ...
4 years, 3 months ago (2016-09-21 21:05:07 UTC) #6
dsinclair
PTAL, a bunch of cleanup in here, a quick re-review would be nice. https://codereview.chromium.org/2354363003/diff/1/fpdfsdk/cpdfsdk_environment.cpp File ...
4 years, 3 months ago (2016-09-22 13:16:46 UTC) #9
dsinclair
PTAL, a bunch of cleanup in here, a quick re-review would be nice.
4 years, 3 months ago (2016-09-22 13:16:47 UTC) #10
npm
lgtm https://codereview.chromium.org/2354363003/diff/20001/fpdfsdk/cpdfsdk_environment.cpp File fpdfsdk/cpdfsdk_environment.cpp (right): https://codereview.chromium.org/2354363003/diff/20001/fpdfsdk/cpdfsdk_environment.cpp#newcode210 fpdfsdk/cpdfsdk_environment.cpp:210: CFFL_InteractiveFormFiller* CPDFSDK_Environment::GetInteractiveFormFiller() { This is from rebase?
4 years, 3 months ago (2016-09-22 17:18:23 UTC) #15
dsinclair
https://codereview.chromium.org/2354363003/diff/20001/fpdfsdk/cpdfsdk_environment.cpp File fpdfsdk/cpdfsdk_environment.cpp (right): https://codereview.chromium.org/2354363003/diff/20001/fpdfsdk/cpdfsdk_environment.cpp#newcode210 fpdfsdk/cpdfsdk_environment.cpp:210: CFFL_InteractiveFormFiller* CPDFSDK_Environment::GetInteractiveFormFiller() { On 2016/09/22 17:18:22, npm wrote: > ...
4 years, 3 months ago (2016-09-22 17:20:16 UTC) #16
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/2354363003/20001
4 years, 3 months ago (2016-09-22 17:20:28 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 17:20:52 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/577ad2c9ea89c721ee1dbb89d1f7e12bb8c3...

Powered by Google App Engine
This is Rietveld 408576698