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

Issue 2506253004: Split fwl/core class pt I. (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

Split fwl/core class pt I. Split classes in FWL to be single class per file. In the case of data providers which added no new methods, removed and used the IFWL_DataProvider directly. Committed: https://pdfium.googlesource.com/pdfium/+/dd17234c42e4572b85b6d74a07bc901974d061be

Patch Set 1 #

Patch Set 2 : Fix date #

Patch Set 3 : Rebase to master #

Total comments: 2

Patch Set 4 : Review Feedback #

Patch Set 5 : Rebase to master #

Total comments: 10

Patch Set 6 : Rebase to master #

Patch Set 7 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+389 lines, -331 lines) Patch
M BUILD.gn View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_barcode.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_checkbox.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_combobox.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/cfwl_combobox.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_listbox.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_picturebox.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_pushbutton.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
A xfa/fwl/core/cfwl_sysbtn.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_sysbtn.cpp View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetproperties.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_barcode.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_caret.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_checkbox.h View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 2 3 11 chunks +30 lines, -21 lines 0 comments Download
M xfa/fwl/core/ifwl_combolist.cpp View 1 2 3 6 chunks +15 lines, -12 lines 0 comments Download
D xfa/fwl/core/ifwl_dataprovider.h View 1 2 3 1 chunk +0 lines, -21 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.h View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_form.h View 1 2 3 4 5 6 2 chunks +1 line, -29 lines 0 comments Download
M xfa/fwl/core/ifwl_form.cpp View 1 2 3 4 5 6 2 chunks +1 line, -38 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.h View 1 2 3 2 chunks +35 lines, -35 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 1 2 3 23 chunks +54 lines, -48 lines 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.h View 1 2 3 2 chunks +7 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.cpp View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.cpp View 3 chunks +4 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_timer.h View 2 chunks +0 lines, -14 lines 0 comments Download
M xfa/fwl/core/ifwl_timer.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
A xfa/fwl/core/ifwl_timerinfo.h View 1 chunk +27 lines, -0 lines 0 comments Download
A + xfa/fwl/core/ifwl_timerinfo.cpp View 4 1 chunk +4 lines, -6 lines 0 comments Download
M xfa/fwl/core/ifwl_tooltip.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_widget.h View 1 2 3 6 chunks +20 lines, -40 lines 0 comments Download
M xfa/fwl/core/ifwl_widget.cpp View 1 2 3 3 chunks +56 lines, -0 lines 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (12 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-17 19:08:39 UTC) #2
npm
lgtm https://codereview.chromium.org/2506253004/diff/40001/xfa/fwl/core/cfwl_sysbtn.h File xfa/fwl/core/cfwl_sysbtn.h (right): https://codereview.chromium.org/2506253004/diff/40001/xfa/fwl/core/cfwl_sysbtn.h#newcode18 xfa/fwl/core/cfwl_sysbtn.h:18: CFWL_SysBtn(); Can this have a destructor?
4 years, 1 month ago (2016-11-17 20:28:21 UTC) #3
Tom Sepez
we might be able to get rid of all these little files by having nested ...
4 years, 1 month ago (2016-11-18 17:33:04 UTC) #4
dsinclair
https://codereview.chromium.org/2506253004/diff/40001/xfa/fwl/core/cfwl_sysbtn.h File xfa/fwl/core/cfwl_sysbtn.h (right): https://codereview.chromium.org/2506253004/diff/40001/xfa/fwl/core/cfwl_sysbtn.h#newcode18 xfa/fwl/core/cfwl_sysbtn.h:18: CFWL_SysBtn(); On 2016/11/17 20:28:21, npm wrote: > Can this ...
4 years, 1 month ago (2016-11-19 03:56:56 UTC) #5
dsinclair
On 2016/11/18 17:33:04, Tom Sepez wrote: > we might be able to get rid of ...
4 years, 1 month ago (2016-11-19 03:57:12 UTC) #6
npm
Great! This looks better. https://codereview.chromium.org/2506253004/diff/80001/xfa/fwl/core/ifwl_barcode.h File xfa/fwl/core/ifwl_barcode.h (right): https://codereview.chromium.org/2506253004/diff/80001/xfa/fwl/core/ifwl_barcode.h#newcode41 xfa/fwl/core/ifwl_barcode.h:41: class IFWL_BarcodeDP : public IFWL_Widget::DataProvider ...
4 years, 1 month ago (2016-11-21 15:56:18 UTC) #11
dsinclair
https://codereview.chromium.org/2506253004/diff/80001/xfa/fwl/core/ifwl_barcode.h File xfa/fwl/core/ifwl_barcode.h (right): https://codereview.chromium.org/2506253004/diff/80001/xfa/fwl/core/ifwl_barcode.h#newcode41 xfa/fwl/core/ifwl_barcode.h:41: class IFWL_BarcodeDP : public IFWL_Widget::DataProvider { On 2016/11/21 15:56:18, ...
4 years, 1 month ago (2016-11-21 16:00:43 UTC) #12
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/2506253004/120001
4 years, 1 month ago (2016-11-21 16:53:13 UTC) #18
commit-bot: I haz the power
4 years, 1 month ago (2016-11-21 17:04:09 UTC) #21
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://pdfium.googlesource.com/pdfium/+/dd17234c42e4572b85b6d74a07bc901974d0...

Powered by Google App Engine
This is Rietveld 408576698