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

Issue 2520063002: Split fwl/core class pt II. (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 II. 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_Widget::DataProvider directly. Committed: https://pdfium.googlesource.com/pdfium/+/37b6d1479b1674eb239cea8893eea31274d22ecd

Patch Set 1 #

Patch Set 2 : sort header #

Total comments: 4

Patch Set 3 : Review feedback #

Patch Set 4 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -956 lines) Patch
M BUILD.gn View 1 2 3 4 chunks +9 lines, -2 lines 0 comments Download
M core/fpdfapi/parser/cpdf_document.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/render/cpdf_renderstatus.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfdoc/cpdf_dest_unittest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_barcode.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_checkbox.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.h View 2 chunks +3 lines, -2 lines 0 comments Download
A xfa/fwl/core/cfwl_eventtarget.h View 1 chunk +36 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_eventtarget.cpp View 1 chunk +74 lines, -0 lines 0 comments Download
A + xfa/fwl/core/cfwl_notedriver.h View 3 chunks +4 lines, -38 lines 0 comments Download
A + xfa/fwl/core/cfwl_notedriver.cpp View 2 chunks +3 lines, -67 lines 0 comments Download
A xfa/fwl/core/cfwl_noteloop.h View 1 chunk +27 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_noteloop.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_themepart.h View 1 chunk +0 lines, -11 lines 0 comments Download
A xfa/fwl/core/cfwl_themepart.cpp View 1 chunk +18 lines, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.h View 4 chunks +22 lines, -30 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.cpp View 1 2 17 chunks +48 lines, -42 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetproperties.h View 1 chunk +0 lines, -17 lines 0 comments Download
A xfa/fwl/core/cfwl_widgetproperties.cpp View 1 chunk +24 lines, -0 lines 0 comments Download
D xfa/fwl/core/fwl_noteimp.h View 1 chunk +0 lines, -116 lines 0 comments Download
D xfa/fwl/core/fwl_noteimp.cpp View 1 chunk +0 lines, -553 lines 0 comments Download
M xfa/fwl/core/ifwl_adaptertimermgr.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_app.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_barcode.h View 1 chunk +18 lines, -18 lines 0 comments Download
M xfa/fwl/core/ifwl_barcode.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_caret.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_checkbox.h View 1 chunk +5 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_checkbox.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_comboboxproxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.h View 1 chunk +8 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.cpp View 1 3 chunks +7 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_form.h View 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_form.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_formproxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_picturebox.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_tooltip.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_widget.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A xfa/fwl/core/ifwl_widgetmgrdelegate.h View 1 chunk +24 lines, -0 lines 0 comments Download
M xfa/fxfa/app/xfa_ffapp.cpp View 1 1 chunk +1 line, -1 line 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 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffimageedit.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpushbutton.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-21 19:53:23 UTC) #2
npm
https://codereview.chromium.org/2520063002/diff/20001/xfa/fwl/core/cfwl_eventtarget.h File xfa/fwl/core/cfwl_eventtarget.h (right): https://codereview.chromium.org/2520063002/diff/20001/xfa/fwl/core/cfwl_eventtarget.h#newcode22 xfa/fwl/core/cfwl_eventtarget.h:22: uint32_t dwFilter = FWL_EVENT_ALL_MASK); Is default parameter needed? https://codereview.chromium.org/2520063002/diff/20001/xfa/fwl/core/cfwl_widgetmgr.cpp ...
4 years, 1 month ago (2016-11-21 21:21:46 UTC) #3
dsinclair
https://codereview.chromium.org/2520063002/diff/20001/xfa/fwl/core/cfwl_eventtarget.h File xfa/fwl/core/cfwl_eventtarget.h (right): https://codereview.chromium.org/2520063002/diff/20001/xfa/fwl/core/cfwl_eventtarget.h#newcode22 xfa/fwl/core/cfwl_eventtarget.h:22: uint32_t dwFilter = FWL_EVENT_ALL_MASK); On 2016/11/21 21:21:46, npm wrote: ...
4 years, 1 month ago (2016-11-21 21:57:08 UTC) #4
Tom Sepez
lgtm
4 years, 1 month ago (2016-11-21 22:32:28 UTC) #5
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/2520063002/40001
4 years, 1 month ago (2016-11-21 22:49:57 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/mac/builds/2915)
4 years, 1 month ago (2016-11-21 23:31:48 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/2520063002/60001
4 years, 1 month ago (2016-11-22 00:54:05 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 01:06:02 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://pdfium.googlesource.com/pdfium/+/37b6d1479b1674eb239cea8893eea31274d2...

Powered by Google App Engine
This is Rietveld 408576698