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

Issue 2132513003: Cleanup redundant method names. (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
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Cleanup redundant method names. This CL cleans up a bunch of method names which are redundant with the class names or code location. Committed: https://pdfium.googlesource.com/pdfium/+/d1cf239fa6be42baa02028efd1617d5af27d82e1

Patch Set 1 #

Total comments: 14

Patch Set 2 : Review feedback #

Patch Set 3 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1056 lines, -1236 lines) Patch
M xfa/fxfa/app/xfa_ffpageview.cpp View 1 2 chunks +19 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_widgetdata.cpp View 2 chunks +137 lines, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_basic_data_element_script.cpp View 9 chunks +160 lines, -201 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_datawindow.h View 1 1 chunk +17 lines, -17 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_datawindow.cpp View 1 chunk +16 lines, -24 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_eventpseudomodel.h View 1 chunk +43 lines, -53 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp View 4 chunks +127 lines, -159 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_hostpseudomodel.h View 1 1 chunk +61 lines, -67 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp View 32 chunks +64 lines, -94 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_imp.cpp View 1 7 chunks +16 lines, -21 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_layoutpseudomodel.h View 1 chunk +29 lines, -35 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp View 12 chunks +46 lines, -68 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_logpseudomodel.h View 1 chunk +5 lines, -5 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_logpseudomodel.cpp View 1 chunk +5 lines, -10 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_nodehelper.h View 1 chunk +34 lines, -35 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_nodehelper.cpp View 14 chunks +62 lines, -69 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_resolveprocessor.h View 1 1 chunk +33 lines, -33 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_resolveprocessor.cpp View 33 chunks +84 lines, -98 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_signaturepseudomodel.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp View 4 chunks +4 lines, -8 lines 0 comments Download
M xfa/fxfa/parser/xfa_utils.h View 2 chunks +0 lines, -4 lines 0 comments Download
M xfa/fxfa/parser/xfa_utils_imp.cpp View 1 2 2 chunks +89 lines, -227 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
dsinclair
PTAL.
4 years, 5 months ago (2016-07-07 18:18:10 UTC) #2
Lei Zhang
Almost done looking, but gotta run. https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/app/xfa_ffpageview.cpp File xfa/fxfa/app/xfa_ffpageview.cpp (right): https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/app/xfa_ffpageview.cpp#newcode94 xfa/fxfa/app/xfa_ffpageview.cpp:94: FX_BOOL IsLayoutElement(XFA_Element eElement, ...
4 years, 5 months ago (2016-07-07 19:36:18 UTC) #3
dsinclair
https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/app/xfa_ffpageview.cpp File xfa/fxfa/app/xfa_ffpageview.cpp (right): https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/app/xfa_ffpageview.cpp#newcode94 xfa/fxfa/app/xfa_ffpageview.cpp:94: FX_BOOL IsLayoutElement(XFA_Element eElement, FX_BOOL bLayoutContainer) { On 2016/07/07 19:36:18, ...
4 years, 5 months ago (2016-07-07 19:47:49 UTC) #4
Lei Zhang
lgtm https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/parser/xfa_utils_imp.cpp File xfa/fxfa/parser/xfa_utils_imp.cpp (right): https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/parser/xfa_utils_imp.cpp#newcode46 xfa/fxfa/parser/xfa_utils_imp.cpp:46: FX_BOOL bNegative = FALSE, bExpSign = FALSE; One ...
4 years, 5 months ago (2016-07-07 20:24:06 UTC) #5
dsinclair
https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/parser/xfa_utils_imp.cpp File xfa/fxfa/parser/xfa_utils_imp.cpp (right): https://codereview.chromium.org/2132513003/diff/1/xfa/fxfa/parser/xfa_utils_imp.cpp#newcode46 xfa/fxfa/parser/xfa_utils_imp.cpp:46: FX_BOOL bNegative = FALSE, bExpSign = FALSE; On 2016/07/07 ...
4 years, 5 months ago (2016-07-11 13:22:39 UTC) #6
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/2132513003/40001
4 years, 5 months ago (2016-07-11 13:22:55 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://pdfium.googlesource.com/pdfium/+/d1cf239fa6be42baa02028efd1617d5af27d82e1
4 years, 5 months ago (2016-07-11 13:47:05 UTC) #11
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 13:47:07 UTC) #12
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698