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

Issue 2510793003: Continue formatting fwl/core (Closed)

Created:
4 years, 1 month ago by dsinclair
Modified:
4 years ago
Reviewers:
Tom Sepez, npm, Nico, Lei Zhang
CC:
pdfium-reviews_googlegroups.com, Nico, Primiano Tucci (use gerrit)
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix flag #

Total comments: 24

Patch Set 3 : format #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+918 lines, -957 lines) Patch
M public/fpdf_fwlevent.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/fwl_widgetdef.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.cpp View 1 2 55 chunks +213 lines, -202 lines 0 comments Download
M xfa/fwl/core/ifwl_form.cpp View 1 2 26 chunks +99 lines, -74 lines 0 comments Download
M xfa/fwl/core/ifwl_formproxy.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 1 2 30 chunks +219 lines, -247 lines 2 comments Download
M xfa/fwl/core/ifwl_monthcalendar.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.cpp View 1 2 29 chunks +121 lines, -133 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.h View 1 chunk +0 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_picturebox.cpp View 1 2 chunks +13 lines, -21 lines 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.cpp View 1 9 chunks +45 lines, -50 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.cpp View 1 2 13 chunks +104 lines, -119 lines 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.cpp View 1 1 chunk +7 lines, -6 lines 0 comments Download
M xfa/fwl/core/ifwl_tooltip.cpp View 5 chunks +37 lines, -44 lines 0 comments Download
M xfa/fwl/core/ifwl_widget.cpp View 11 chunks +54 lines, -52 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (8 generated)
dsinclair
PTAL. (Last one in fwl/core ....)
4 years, 1 month ago (2016-11-16 18:47:49 UTC) #2
npm
https://codereview.chromium.org/2510793003/diff/20001/xfa/fwl/core/ifwl_edit.cpp File xfa/fwl/core/ifwl_edit.cpp (right): https://codereview.chromium.org/2510793003/diff/20001/xfa/fwl/core/ifwl_edit.cpp#newcode1486 xfa/fwl/core/ifwl_edit.cpp:1486: if ((pMsg->m_dwFlags & FWL_KEYFLAG_Shift) && m_nSelStart != nIndex) { ...
4 years, 1 month ago (2016-11-16 20:57:54 UTC) #3
Tom Sepez
https://codereview.chromium.org/2510793003/diff/20001/xfa/fwl/core/ifwl_edit.cpp File xfa/fwl/core/ifwl_edit.cpp (right): https://codereview.chromium.org/2510793003/diff/20001/xfa/fwl/core/ifwl_edit.cpp#newcode87 xfa/fwl/core/ifwl_edit.cpp:87: if (!bAutoSize) { nit: curious why this got negated? ...
4 years, 1 month ago (2016-11-16 21:09:33 UTC) #4
dsinclair
https://codereview.chromium.org/2510793003/diff/20001/xfa/fwl/core/ifwl_edit.cpp File xfa/fwl/core/ifwl_edit.cpp (right): https://codereview.chromium.org/2510793003/diff/20001/xfa/fwl/core/ifwl_edit.cpp#newcode87 xfa/fwl/core/ifwl_edit.cpp:87: if (!bAutoSize) { On 2016/11/16 21:09:33, Tom Sepez wrote: ...
4 years, 1 month ago (2016-11-16 21:31:27 UTC) #5
npm
lgtm
4 years, 1 month ago (2016-11-16 21:36:24 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/2510793003/40001
4 years, 1 month ago (2016-11-16 21:36:55 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://pdfium.googlesource.com/pdfium/+/058d2d6b7851b77a371bb4d37d5da1148794397a
4 years, 1 month ago (2016-11-16 21:54:05 UTC) #13
Lei Zhang
+thakis FYI, not sure who should get the credit for catching this. https://codereview.chromium.org/2510793003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp File xfa/fwl/core/ifwl_listbox.cpp ...
4 years ago (2016-11-24 00:05:30 UTC) #15
Nico
https://codereview.chromium.org/2510793003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp File xfa/fwl/core/ifwl_listbox.cpp (right): https://codereview.chromium.org/2510793003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp#newcode313 xfa/fwl/core/ifwl_listbox.cpp:313: if (!m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_MultiSelection) On 2016/11/24 00:05:30, Lei Zhang ...
4 years ago (2016-11-24 00:12:40 UTC) #17
Lei Zhang
On 2016/11/24 00:12:40, Nico wrote: > Nice! primiano requested this to be a warning in ...
4 years ago (2016-11-24 00:24:46 UTC) #18
Lei Zhang
4 years ago (2016-11-24 00:30:31 UTC) #19
Message was sent while issue was closed.
... and we caught the bug earlier today and fixed it in
https://codereview.chromium.org/2524173002

Powered by Google App Engine
This is Rietveld 408576698