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

Issue 2533623002: Cleanup default FWL params part I (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 default FWL params part I This Cl removes some of the default FWL parameters. Committed: https://pdfium.googlesource.com/pdfium/+/7fa190dbda7b3a5f46b8108aa7984b2fcc23d45c

Patch Set 1 #

Patch Set 2 : Rebase to master #

Total comments: 6

Patch Set 3 : Review feedback #

Patch Set 4 : Missed two #

Patch Set 5 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -153 lines) Patch
M xfa/fwl/core/cfwl_barcode.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_caret.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_caret.cpp View 4 chunks +8 lines, -6 lines 0 comments Download
M xfa/fwl/core/cfwl_checkbox.h View 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_checkbox.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_combobox.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_combobox.cpp View 1 2 3 4 8 chunks +22 lines, -12 lines 0 comments Download
M xfa/fwl/core/cfwl_comboboxproxy.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_combolist.cpp View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimeedit.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.cpp View 1 2 3 4 10 chunks +16 lines, -10 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.cpp View 1 2 3 4 14 chunks +26 lines, -26 lines 0 comments Download
M xfa/fwl/core/cfwl_form.h View 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_form.cpp View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_formproxy.h View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.cpp View 1 2 3 4 4 chunks +18 lines, -10 lines 0 comments Download
M xfa/fwl/core/cfwl_monthcalendar.h View 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_monthcalendar.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_picturebox.h View 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_pushbutton.h View 1 chunk +3 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_pushbutton.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_scrollbar.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_spinbutton.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.h View 1 chunk +4 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.cpp View 1 2 3 4 8 chunks +14 lines, -11 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.cpp View 1 2 8 chunks +8 lines, -8 lines 0 comments Download
M xfa/fxfa/app/xfa_ffbarcode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffcheckbutton.cpp View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_fffield.cpp View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_ffimageedit.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpushbutton.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 14 (8 generated)
dsinclair
PTAL.
4 years ago (2016-12-06 21:58:25 UTC) #4
Tom Sepez
https://codereview.chromium.org/2533623002/diff/20001/xfa/fwl/core/cfwl_edit.cpp File xfa/fwl/core/cfwl_edit.cpp (right): https://codereview.chromium.org/2533623002/diff/20001/xfa/fwl/core/cfwl_edit.cpp#newcode130 xfa/fwl/core/cfwl_edit.cpp:130: CFWL_Widget::SetStates(dwStates); Sure this didn't ever used to do a ...
4 years ago (2016-12-06 22:38:27 UTC) #7
dsinclair
https://codereview.chromium.org/2533623002/diff/20001/xfa/fwl/core/cfwl_edit.cpp File xfa/fwl/core/cfwl_edit.cpp (right): https://codereview.chromium.org/2533623002/diff/20001/xfa/fwl/core/cfwl_edit.cpp#newcode130 xfa/fwl/core/cfwl_edit.cpp:130: CFWL_Widget::SetStates(dwStates); On 2016/12/06 22:38:26, Tom Sepez wrote: > Sure ...
4 years ago (2016-12-07 15:03:27 UTC) #8
Tom Sepez
lgtm
4 years ago (2016-12-07 21:01:38 UTC) #9
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/2533623002/80001
4 years ago (2016-12-08 01:13:29 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-08 01:23:32 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://pdfium.googlesource.com/pdfium/+/7fa190dbda7b3a5f46b8108aa7984b2fcc23...

Powered by Google App Engine
This is Rietveld 408576698