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

Issue 2557103002: Cleanup FWL default values part II. (Closed)

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

Description

Cleanup FWL default values part II. This CL cleans up the remaining default values in the fwl/core directory. Some methods are renamed to better represent what they do. Committed: https://pdfium.googlesource.com/pdfium/+/442997cbb3a9e970946dd294acd1498e9fa9bfc7

Patch Set 1 #

Patch Set 2 : Unused #

Total comments: 18

Patch Set 3 : Review feedback #

Patch Set 4 : Rebase to master #

Patch Set 5 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+290 lines, -394 lines) Patch
M xfa/fde/cfde_txtedtdorecord_deleterange.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fde/cfde_txtedtdorecord_insert.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fde/cfde_txtedtengine.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/fde/cfde_txtedtengine.cpp View 1 2 3 4 24 chunks +62 lines, -69 lines 0 comments Download
M xfa/fwl/core/cfwl_combobox.h View 3 chunks +11 lines, -11 lines 0 comments Download
M xfa/fwl/core/cfwl_combobox.cpp View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.h View 1 2 3 chunks +8 lines, -9 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.cpp View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.h View 1 2 3 4 chunks +19 lines, -25 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.cpp View 1 2 3 18 chunks +44 lines, -45 lines 0 comments Download
M xfa/fwl/core/cfwl_form.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.h View 1 2 3 4 chunks +10 lines, -9 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.cpp View 1 2 3 6 chunks +24 lines, -15 lines 0 comments Download
M xfa/fwl/core/cfwl_message.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_message.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_monthcalendar.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_monthcalendar.cpp View 1 2 3 11 chunks +23 lines, -40 lines 0 comments Download
M xfa/fwl/core/cfwl_notedriver.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_notedriver.cpp View 1 2 3 2 chunks +7 lines, -10 lines 0 comments Download
M xfa/fwl/core/cfwl_scrollbar.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M xfa/fwl/core/cfwl_scrollbar.cpp View 1 2 3 1 chunk +0 lines, -40 lines 0 comments Download
M xfa/fwl/core/cfwl_spinbutton.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_spinbutton.cpp View 1 2 3 7 chunks +22 lines, -23 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.h View 6 chunks +8 lines, -9 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.cpp View 1 2 3 4 chunks +5 lines, -8 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.h View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.cpp View 1 2 9 chunks +12 lines, -40 lines 0 comments Download
M xfa/fwl/core/ifwl_widgetdelegate.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
dsinclair
PTAL.
4 years ago (2016-12-07 16:43:18 UTC) #4
Tom Sepez
https://codereview.chromium.org/2557103002/diff/20001/xfa/fwl/core/cfwl_edit.cpp File xfa/fwl/core/cfwl_edit.cpp (right): https://codereview.chromium.org/2557103002/diff/20001/xfa/fwl/core/cfwl_edit.cpp#newcode348 xfa/fwl/core/cfwl_edit.cpp:348: nLength = m_EdtEngine.GetSelRange(i, nStart); nStart used uninitiaized? Or is ...
4 years ago (2016-12-07 17:33:33 UTC) #7
dsinclair
https://codereview.chromium.org/2557103002/diff/20001/xfa/fwl/core/cfwl_edit.cpp File xfa/fwl/core/cfwl_edit.cpp (right): https://codereview.chromium.org/2557103002/diff/20001/xfa/fwl/core/cfwl_edit.cpp#newcode348 xfa/fwl/core/cfwl_edit.cpp:348: nLength = m_EdtEngine.GetSelRange(i, nStart); On 2016/12/07 17:33:32, Tom Sepez ...
4 years ago (2016-12-07 18:28:49 UTC) #8
Tom Sepez
lgtm
4 years ago (2016-12-07 19:43:49 UTC) #13
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/2557103002/60001
4 years ago (2016-12-08 01:23:59 UTC) #16
commit-bot: I haz the power
Failed to apply patch for xfa/fde/cfde_txtedtengine.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-08 01:44:21 UTC) #18
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/2557103002/80001
4 years ago (2016-12-08 01:48:24 UTC) #21
commit-bot: I haz the power
4 years ago (2016-12-08 01:58:47 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://pdfium.googlesource.com/pdfium/+/442997cbb3a9e970946dd294acd1498e9fa9...

Powered by Google App Engine
This is Rietveld 408576698