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

Issue 2521683002: Update SetThemeColor and SetThemeData (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

Update SetThemeColor and SetThemeData The SetThemeColor and SetThemeData methods are always called with a parameter of 0. This Cl removes the parameter and updates the code as needed. Committed: https://pdfium.googlesource.com/pdfium/+/43170f498b8c619620c4141b2d67ef6ab9a518ca

Patch Set 1 #

Patch Set 2 : Rebase to master #

Total comments: 4

Patch Set 3 : Review cleanups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -219 lines) Patch
M xfa/fwl/theme/cfwl_arrowdata.h View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/theme/cfwl_arrowdata.cpp View 1 2 2 chunks +25 lines, -38 lines 0 comments Download
M xfa/fwl/theme/cfwl_checkboxtp.h View 1 chunk +3 lines, -1 line 0 comments Download
M xfa/fwl/theme/cfwl_checkboxtp.cpp View 1 2 2 chunks +36 lines, -67 lines 0 comments Download
M xfa/fwl/theme/cfwl_monthcalendartp.h View 1 chunk +3 lines, -1 line 0 comments Download
M xfa/fwl/theme/cfwl_monthcalendartp.cpp View 2 chunks +9 lines, -19 lines 0 comments Download
M xfa/fwl/theme/cfwl_pushbuttontp.h View 2 chunks +3 lines, -1 line 0 comments Download
M xfa/fwl/theme/cfwl_pushbuttontp.cpp View 2 chunks +22 lines, -45 lines 0 comments Download
M xfa/fwl/theme/cfwl_scrollbartp.h View 1 chunk +3 lines, -1 line 0 comments Download
M xfa/fwl/theme/cfwl_scrollbartp.cpp View 2 chunks +19 lines, -39 lines 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.cpp View 1 2 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-21 18:17:48 UTC) #2
npm
lgtm https://codereview.chromium.org/2521683002/diff/20001/xfa/fwl/theme/cfwl_checkboxtp.cpp File xfa/fwl/theme/cfwl_checkboxtp.cpp (right): https://codereview.chromium.org/2521683002/diff/20001/xfa/fwl/theme/cfwl_checkboxtp.cpp#newcode185 xfa/fwl/theme/cfwl_checkboxtp.cpp:185: *pData++ = 0, *pData++ = 0, *pData++ = ...
4 years, 1 month ago (2016-11-21 19:19:01 UTC) #3
Tom Sepez
lgtm https://codereview.chromium.org/2521683002/diff/20001/xfa/fwl/theme/cfwl_arrowdata.cpp File xfa/fwl/theme/cfwl_arrowdata.cpp (right): https://codereview.chromium.org/2521683002/diff/20001/xfa/fwl/theme/cfwl_arrowdata.cpp#newcode40 xfa/fwl/theme/cfwl_arrowdata.cpp:40: m_pColorData.reset(new CColorData); nit: pdfium::MakeUnique<>. Raw "new"s should be ...
4 years, 1 month ago (2016-11-21 19:38:52 UTC) #4
dsinclair
https://codereview.chromium.org/2521683002/diff/20001/xfa/fwl/theme/cfwl_arrowdata.cpp File xfa/fwl/theme/cfwl_arrowdata.cpp (right): https://codereview.chromium.org/2521683002/diff/20001/xfa/fwl/theme/cfwl_arrowdata.cpp#newcode40 xfa/fwl/theme/cfwl_arrowdata.cpp:40: m_pColorData.reset(new CColorData); On 2016/11/21 19:38:52, Tom Sepez wrote: > ...
4 years, 1 month ago (2016-11-21 19:41:25 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/2521683002/40001
4 years, 1 month ago (2016-11-21 19:41:32 UTC) #8
commit-bot: I haz the power
4 years, 1 month ago (2016-11-21 19:56:11 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/43170f498b8c619620c4141b2d67ef6ab9a5...

Powered by Google App Engine
This is Rietveld 408576698