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

Issue 2498163002: Cleanup cfwl_* files. (Closed)

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

Description

Cleanup cfwl_* files. This Cl cleans up the visibility, method usage and return values in the remaining CFWL files. Committed: https://pdfium.googlesource.com/pdfium/+/38eaf4b11383e24a00192132b683cc07e38622a6

Patch Set 1 #

Total comments: 25

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -515 lines) Patch
M xfa/fde/cfde_txtedtengine.h View 3 chunks +6 lines, -4 lines 0 comments Download
M xfa/fde/cfde_txtedtengine.cpp View 1 3 chunks +6 lines, -6 lines 0 comments Download
M xfa/fwl/core/cfwl_barcode.h View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_checkbox.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_checkbox.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_combobox.h View 1 4 chunks +1 line, -10 lines 0 comments Download
M xfa/fwl/core/cfwl_combobox.cpp View 4 chunks +1 line, -22 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.h View 1 chunk +11 lines, -5 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.cpp View 2 chunks +8 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.h View 1 4 chunks +1 line, -13 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.cpp View 6 chunks +4 lines, -40 lines 0 comments Download
M xfa/fwl/core/cfwl_picturebox.h View 1 1 chunk +1 line, -35 lines 0 comments Download
M xfa/fwl/core/cfwl_picturebox.cpp View 2 chunks +1 line, -106 lines 0 comments Download
M xfa/fwl/core/cfwl_pushbutton.h View 1 chunk +1 line, -12 lines 0 comments Download
M xfa/fwl/core/cfwl_pushbutton.cpp View 2 chunks +2 lines, -21 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.h View 4 chunks +1 line, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.h View 1 chunk +6 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.h View 3 chunks +0 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.h View 1 chunk +1 line, -9 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.cpp View 2 chunks +1 line, -30 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.h View 1 chunk +1 line, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.cpp View 3 chunks +1 line, -149 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (8 generated)
dsinclair
PTAL. https://codereview.chromium.org/2498163002/diff/1/xfa/fwl/core/cfwl_datetimepicker.cpp File xfa/fwl/core/cfwl_datetimepicker.cpp (right): https://codereview.chromium.org/2498163002/diff/1/xfa/fwl/core/cfwl_datetimepicker.cpp#newcode69 xfa/fwl/core/cfwl_datetimepicker.cpp:69: iYear = 2011; The ifwl file defaults these ...
4 years, 1 month ago (2016-11-14 23:57:34 UTC) #2
Tom Sepez
lgtm https://codereview.chromium.org/2498163002/diff/1/xfa/fde/cfde_txtedtengine.cpp File xfa/fde/cfde_txtedtengine.cpp (right): https://codereview.chromium.org/2498163002/diff/1/xfa/fde/cfde_txtedtengine.cpp#newcode165 xfa/fde/cfde_txtedtengine.cpp:165: if (nCount == -1) { nit: {} not ...
4 years, 1 month ago (2016-11-15 18:44:59 UTC) #7
dsinclair
https://codereview.chromium.org/2498163002/diff/1/xfa/fde/cfde_txtedtengine.cpp File xfa/fde/cfde_txtedtengine.cpp (right): https://codereview.chromium.org/2498163002/diff/1/xfa/fde/cfde_txtedtengine.cpp#newcode165 xfa/fde/cfde_txtedtengine.cpp:165: if (nCount == -1) { On 2016/11/15 18:44:59, Tom ...
4 years, 1 month ago (2016-11-15 19:10:23 UTC) #8
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/2498163002/20001
4 years, 1 month ago (2016-11-15 20:16:09 UTC) #11
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 20:33:10 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/38eaf4b11383e24a00192132b683cc07e386...

Powered by Google App Engine
This is Rietveld 408576698