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

Issue 2469893004: Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties. (Closed)

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

Description

Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties. The CFWL_WidgetProperties class was just being used to create default CFWL_WidgetImpProperties classes. This CL updates the code to make it clear that we have unique_ptrs to the properties and changes CFWL_WidgetImpProperties to be named CFWL_WidgetProperties. Committed: https://pdfium.googlesource.com/pdfium/+/a5811f0edbaa3be7807dd84b3d4d7876289cef8a

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 18

Patch Set 3 : review cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -300 lines) Patch
M BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_barcode.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_barcode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_checkbox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_combobox.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_combobox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_datetimepicker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_edit.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_edit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_listbox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_picturebox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_pushbutton.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_widget.h View 2 chunks +0 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_widget.cpp View 1 chunk +1 line, -3 lines 0 comments Download
D xfa/fwl/core/cfwl_widgetimpproperties.h View 1 chunk +0 lines, -52 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetproperties.h View 1 chunk +26 lines, -10 lines 0 comments Download
D xfa/fwl/core/cfwl_widgetproperties.cpp View 1 chunk +0 lines, -39 lines 0 comments Download
M xfa/fwl/core/ifwl_barcode.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_barcode.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_caret.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_caret.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_checkbox.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_checkbox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 2 5 chunks +29 lines, -29 lines 0 comments Download
M xfa/fwl/core/ifwl_comboboxproxy.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_comboboxproxy.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_comboedit.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_comboedit.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_combolist.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_combolist.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimecalendar.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_datetimecalendar.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimeedit.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimeedit.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.h View 2 chunks +4 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.cpp View 1 2 5 chunks +39 lines, -34 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.cpp View 3 chunks +11 lines, -10 lines 0 comments Download
M xfa/fwl/core/ifwl_form.h View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_form.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_formproxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_formproxy.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 2 chunks +8 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.h View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.h View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.h View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.h View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.cpp View 2 chunks +5 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_tooltip.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_tooltip.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_widget.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_widget.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-03 18:04:15 UTC) #4
Tom Sepez
lgtm https://codereview.chromium.org/2469893004/diff/20001/xfa/fwl/core/ifwl_combobox.cpp File xfa/fwl/core/ifwl_combobox.cpp (right): https://codereview.chromium.org/2469893004/diff/20001/xfa/fwl/core/ifwl_combobox.cpp#newcode696 xfa/fwl/core/ifwl_combobox.cpp:696: auto propForm = pdfium::MakeUnique<CFWL_WidgetProperties>(); nit: can this be ...
4 years, 1 month ago (2016-11-03 18:22:44 UTC) #5
dsinclair
https://codereview.chromium.org/2469893004/diff/20001/xfa/fwl/core/ifwl_combobox.cpp File xfa/fwl/core/ifwl_combobox.cpp (right): https://codereview.chromium.org/2469893004/diff/20001/xfa/fwl/core/ifwl_combobox.cpp#newcode696 xfa/fwl/core/ifwl_combobox.cpp:696: auto propForm = pdfium::MakeUnique<CFWL_WidgetProperties>(); On 2016/11/03 18:22:44, Tom Sepez ...
4 years, 1 month ago (2016-11-03 19:10:18 UTC) #8
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/2469893004/40001
4 years, 1 month ago (2016-11-03 19:10:53 UTC) #11
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 19:27:29 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/a5811f0edbaa3be7807dd84b3d4d7876289c...

Powered by Google App Engine
This is Rietveld 408576698