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

Issue 2357203003: Make the I in IFormFiller explicit (Closed)

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

Description

Make the I in IFormFiller explicit Typically the I prefix means Interface, except for CFFL_IFormFiller where it means Interactive. Rename CFFL_IFormFiller to CFFL_InteractiveFormFiller to make the meaning explicit. Committed: https://pdfium.googlesource.com/pdfium/+/b94d7c9216160269d43a722b8e216790ba4b5d3b

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review feedback #

Patch Set 3 : Remove locals #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -1379 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/cpdfsdk_annothandlermgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_environment.cpp View 1 2 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/cpdfsdk_interform.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/formfiller/cffl_checkbox.cpp View 1 1 chunk +2 lines, -6 lines 0 comments Download
M fpdfsdk/formfiller/cffl_combobox.cpp View 2 chunks +2 lines, -2 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 4 chunks +7 lines, -6 lines 0 comments Download
D fpdfsdk/formfiller/cffl_iformfiller.h View 1 chunk +0 lines, -189 lines 0 comments Download
D fpdfsdk/formfiller/cffl_iformfiller.cpp View 1 chunk +0 lines, -1007 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_interactiveformfiller.h View 3 chunks +6 lines, -6 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_interactiveformfiller.cpp View 33 chunks +136 lines, -130 lines 0 comments Download
M fpdfsdk/formfiller/cffl_listbox.cpp View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M fpdfsdk/formfiller/cffl_radiobutton.cpp View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M fpdfsdk/formfiller/cffl_textfield.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M fpdfsdk/include/cpdfsdk_baannothandler.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/cpdfsdk_environment.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M fpdfsdk/include/cpdfsdk_widgethandler.h View 2 chunks +6 lines, -4 lines 0 comments Download
M xfa/fxfa/parser/cxfa_document.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
dsinclair
PTAL. It's longer, but I think it's a lot clearer.
4 years, 3 months ago (2016-09-21 17:47:17 UTC) #2
Tom Sepez
LGTM, but I'd shorten up the locals. https://codereview.chromium.org/2357203003/diff/1/fpdfsdk/cpdfsdk_interform.cpp File fpdfsdk/cpdfsdk_interform.cpp (right): https://codereview.chromium.org/2357203003/diff/1/fpdfsdk/cpdfsdk_interform.cpp#newcode345 fpdfsdk/cpdfsdk_interform.cpp:345: CFFL_InteractiveFormFiller* pInteractiveFormFiller ...
4 years, 3 months ago (2016-09-21 18:15:30 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/2357203003/40001
4 years, 3 months ago (2016-09-21 18:29:26 UTC) #10
dsinclair
https://codereview.chromium.org/2357203003/diff/1/fpdfsdk/cpdfsdk_interform.cpp File fpdfsdk/cpdfsdk_interform.cpp (right): https://codereview.chromium.org/2357203003/diff/1/fpdfsdk/cpdfsdk_interform.cpp#newcode345 fpdfsdk/cpdfsdk_interform.cpp:345: CFFL_InteractiveFormFiller* pInteractiveFormFiller = On 2016/09/21 18:15:30, Tom Sepez wrote: ...
4 years, 3 months ago (2016-09-21 18:34:01 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 19:07:03 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/b94d7c9216160269d43a722b8e216790ba4b...

Powered by Google App Engine
This is Rietveld 408576698