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

Issue 1834323003: Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl (Closed)

Created:
4 years, 8 months ago by dsinclair
Modified:
4 years, 8 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl This CL moves and splits the remaining FWL files out of xfa/include and into their proper locations. Committed: https://pdfium.googlesource.com/pdfium/+/7f432a1c87014d6673ee69ff0ffa3724f237acf4

Patch Set 1 #

Patch Set 2 : #

Total comments: 20

Patch Set 3 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+729 lines, -8257 lines) Patch
M BUILD.gn View 2 chunks +59 lines, -55 lines 0 comments Download
M xfa.gyp View 2 chunks +59 lines, -55 lines 0 comments Download
M xfa/fwl/basewidget/fwl_pictureboximp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/basewidget/ifwl_edit.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_widgetdelegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
D xfa/fwl/lightwidget/app.cpp View 1 chunk +0 lines, -33 lines 0 comments Download
D xfa/fwl/lightwidget/barcode.cpp View 1 chunk +0 lines, -45 lines 0 comments Download
D xfa/fwl/lightwidget/caret.cpp View 1 chunk +0 lines, -48 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_app.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_app.cpp View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_barcode.h View 4 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_barcode.cpp View 2 chunks +6 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_caret.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_caret.cpp View 2 chunks +9 lines, -2 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_checkbox.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_checkbox.cpp View 3 chunks +11 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_combobox.h View 3 chunks +4 lines, -5 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_combobox.cpp View 23 chunks +63 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_datetimepicker.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_datetimepicker.cpp View 4 chunks +29 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_edit.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_edit.cpp View 7 chunks +40 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_listbox.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_listbox.cpp View 19 chunks +46 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_picturebox.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_picturebox.cpp View 4 chunks +23 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_pushbutton.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_pushbutton.cpp View 2 chunks +10 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_scrollbar.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_scrollbar.cpp View 3 chunks +18 lines, -3 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_theme.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_theme.cpp View 1 chunk +13 lines, -13 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_tooltip.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_tooltip.cpp View 3 chunks +24 lines, -1 line 0 comments Download
A + xfa/fwl/lightwidget/cfwl_widget.h View 4 chunks +7 lines, -41 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_widget.cpp View 13 chunks +40 lines, -28 lines 0 comments Download
A xfa/fwl/lightwidget/cfwl_widgetdelegate.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp View 1 chunk +27 lines, -0 lines 0 comments Download
A + xfa/fwl/lightwidget/cfwl_widgetproperties.h View 1 2 1 chunk +14 lines, -15 lines 0 comments Download
A xfa/fwl/lightwidget/cfwl_widgetproperties.cpp View 1 chunk +25 lines, -0 lines 0 comments Download
D xfa/fwl/lightwidget/checkbox.cpp View 1 chunk +0 lines, -57 lines 0 comments Download
D xfa/fwl/lightwidget/combobox.cpp View 1 chunk +0 lines, -370 lines 0 comments Download
D xfa/fwl/lightwidget/datetimepicker.cpp View 1 chunk +0 lines, -143 lines 0 comments Download
D xfa/fwl/lightwidget/edit.cpp View 1 chunk +0 lines, -211 lines 0 comments Download
D xfa/fwl/lightwidget/listbox.cpp View 1 chunk +0 lines, -302 lines 0 comments Download
D xfa/fwl/lightwidget/picturebox.cpp View 1 chunk +0 lines, -119 lines 0 comments Download
D xfa/fwl/lightwidget/pushbutton.cpp View 1 chunk +0 lines, -56 lines 0 comments Download
D xfa/fwl/lightwidget/scrollbar.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
D xfa/fwl/lightwidget/theme.cpp View 1 chunk +0 lines, -138 lines 0 comments Download
D xfa/fwl/lightwidget/tooltipctrl.cpp View 1 chunk +0 lines, -111 lines 0 comments Download
D xfa/fwl/lightwidget/widget.cpp View 1 chunk +0 lines, -319 lines 0 comments Download
D xfa/fwl/theme/barcodetp.cpp View 1 chunk +0 lines, -42 lines 0 comments Download
D xfa/fwl/theme/carettp.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
A + xfa/fwl/theme/cfwl_barcodetp.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/theme/cfwl_barcodetp.cpp View 2 chunks +3 lines, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_carettp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_carettp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_checkboxtp.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/theme/cfwl_checkboxtp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_comboboxtp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_comboboxtp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_datetimepickedtp.cpp View 1 2 2 chunks +4 lines, -2 lines 1 comment Download
A + xfa/fwl/theme/cfwl_datetimepickertp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_edittp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_edittp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_formtp.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/theme/cfwl_formtp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_listboxtp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_listboxtp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_monthcalendartp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_monthcalendartp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_pictureboxtp.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_pictureboxtp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_pushbuttontp.h View 1 2 3 chunks +12 lines, -10 lines 1 comment Download
A + xfa/fwl/theme/cfwl_pushbuttontp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_scrollbartp.h View 1 2 3 chunks +15 lines, -12 lines 1 comment Download
A + xfa/fwl/theme/cfwl_scrollbartp.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/theme/cfwl_utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/theme/cfwl_widgettp.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/theme/cfwl_widgettp.cpp View 1 chunk +1 line, -1 line 0 comments Download
D xfa/fwl/theme/checkboxtp.cpp View 1 chunk +0 lines, -536 lines 0 comments Download
D xfa/fwl/theme/comboboxtp.cpp View 1 chunk +0 lines, -160 lines 0 comments Download
D xfa/fwl/theme/datetimepickertp.cpp View 1 chunk +0 lines, -139 lines 0 comments Download
D xfa/fwl/theme/edittp.cpp View 1 chunk +0 lines, -92 lines 0 comments Download
D xfa/fwl/theme/formtp.cpp View 1 chunk +0 lines, -899 lines 0 comments Download
D xfa/fwl/theme/listboxtp.cpp View 1 chunk +0 lines, -104 lines 0 comments Download
D xfa/fwl/theme/monthcalendartp.cpp View 1 chunk +0 lines, -587 lines 0 comments Download
D xfa/fwl/theme/pictureboxtp.cpp View 1 chunk +0 lines, -38 lines 0 comments Download
D xfa/fwl/theme/pushbuttontp.cpp View 1 chunk +0 lines, -161 lines 0 comments Download
D xfa/fwl/theme/scrollbartp.cpp View 1 chunk +0 lines, -381 lines 0 comments Download
D xfa/fwl/theme/widgettp.cpp View 1 chunk +0 lines, -846 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 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_fffield.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fffield.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_ffimageedit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpushbutton.cpp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_fwltheme.h View 1 1 chunk +12 lines, -12 lines 0 comments Download
D xfa/include/fwl/lightwidget/app.h View 1 chunk +0 lines, -31 lines 0 comments Download
D xfa/include/fwl/lightwidget/barcode.h View 1 chunk +0 lines, -120 lines 0 comments Download
D xfa/include/fwl/lightwidget/caret.h View 1 chunk +0 lines, -28 lines 0 comments Download
D xfa/include/fwl/lightwidget/checkbox.h View 1 chunk +0 lines, -38 lines 0 comments Download
D xfa/include/fwl/lightwidget/combobox.h View 1 chunk +0 lines, -144 lines 0 comments Download
D xfa/include/fwl/lightwidget/datetimepicker.h View 1 chunk +0 lines, -61 lines 0 comments Download
D xfa/include/fwl/lightwidget/edit.h View 1 chunk +0 lines, -67 lines 0 comments Download
D xfa/include/fwl/lightwidget/listbox.h View 1 chunk +0 lines, -127 lines 0 comments Download
D xfa/include/fwl/lightwidget/picturebox.h View 1 chunk +0 lines, -64 lines 0 comments Download
D xfa/include/fwl/lightwidget/pushbutton.h View 1 chunk +0 lines, -36 lines 0 comments Download
D xfa/include/fwl/lightwidget/scrollbar.h View 1 chunk +0 lines, -32 lines 0 comments Download
D xfa/include/fwl/lightwidget/theme.h View 1 chunk +0 lines, -59 lines 0 comments Download
D xfa/include/fwl/lightwidget/tooltipctrl.h View 1 chunk +0 lines, -53 lines 0 comments Download
D xfa/include/fwl/lightwidget/widget.h View 1 chunk +0 lines, -110 lines 0 comments Download
D xfa/include/fwl/theme/barcodetp.h View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/include/fwl/theme/carettp.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/include/fwl/theme/checkboxtp.h View 1 chunk +0 lines, -84 lines 0 comments Download
D xfa/include/fwl/theme/comboboxtp.h View 1 chunk +0 lines, -29 lines 0 comments Download
D xfa/include/fwl/theme/datetimepickertp.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/include/fwl/theme/edittp.h View 1 chunk +0 lines, -22 lines 0 comments Download
D xfa/include/fwl/theme/formtp.h View 1 chunk +0 lines, -111 lines 0 comments Download
D xfa/include/fwl/theme/listboxtp.h View 1 chunk +0 lines, -29 lines 0 comments Download
D xfa/include/fwl/theme/monthcalendartp.h View 1 chunk +0 lines, -51 lines 0 comments Download
D xfa/include/fwl/theme/pictureboxtp.h View 1 chunk +0 lines, -20 lines 0 comments Download
D xfa/include/fwl/theme/pushbuttontp.h View 1 chunk +0 lines, -44 lines 0 comments Download
D xfa/include/fwl/theme/scrollbartp.h View 1 chunk +0 lines, -57 lines 0 comments Download
D xfa/include/fwl/theme/utils.h View 1 chunk +0 lines, -75 lines 0 comments Download
D xfa/include/fwl/theme/widgettp.h View 1 chunk +0 lines, -220 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
dsinclair
PTAL.
4 years, 8 months ago (2016-03-29 14:39:53 UTC) #2
Tom Sepez
lgtm https://codereview.chromium.org/1834323003/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1834323003/diff/20001/BUILD.gn#newcode1138 BUILD.gn:1138: "xfa/fwl/theme/cfwl_utils.h", Is there a corresponding .cpp file for ...
4 years, 8 months ago (2016-03-29 16:45:32 UTC) #3
dsinclair
https://codereview.chromium.org/1834323003/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1834323003/diff/20001/BUILD.gn#newcode1138 BUILD.gn:1138: "xfa/fwl/theme/cfwl_utils.h", On 2016/03/29 16:45:31, Tom Sepez wrote: > Is ...
4 years, 8 months ago (2016-03-29 19:22:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1834323003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1834323003/40001
4 years, 8 months ago (2016-03-29 19:22:45 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://pdfium.googlesource.com/pdfium/+/7f432a1c87014d6673ee69ff0ffa3724f237acf4
4 years, 8 months ago (2016-03-29 19:38:07 UTC) #9
Tom Sepez
4 years, 8 months ago (2016-03-29 21:24:44 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/1834323003/diff/40001/xfa/fwl/theme/cfwl_date...
File xfa/fwl/theme/cfwl_datetimepickedtp.cpp (right):

https://codereview.chromium.org/1834323003/diff/40001/xfa/fwl/theme/cfwl_date...
xfa/fwl/theme/cfwl_datetimepickedtp.cpp:117: *pData++ = ArgbEncode(255, 220,
220, 215),
missed a few more :) ...

https://codereview.chromium.org/1834323003/diff/40001/xfa/fwl/theme/cfwl_push...
File xfa/fwl/theme/cfwl_pushbuttontp.h (right):

https://codereview.chromium.org/1834323003/diff/40001/xfa/fwl/theme/cfwl_push...
xfa/fwl/theme/cfwl_pushbuttontp.h:43: struct PBThemeData* m_pThemeData;
nit: "struct" not needed here.

https://codereview.chromium.org/1834323003/diff/40001/xfa/fwl/theme/cfwl_scro...
File xfa/fwl/theme/cfwl_scrollbartp.h (right):

https://codereview.chromium.org/1834323003/diff/40001/xfa/fwl/theme/cfwl_scro...
xfa/fwl/theme/cfwl_scrollbartp.h:57: struct SBThemeData* m_pThemeData;
ditto.

Powered by Google App Engine
This is Rietveld 408576698