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

Issue 2509283003: Unify the three CFWL_EventType::SelectChange classes. (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

Unify the three CFWL_EventType::SelectChange classes. This CL removes the ListBox SelectChange class as it is never processed. The other two have been unified into a single classs. Committed: https://pdfium.googlesource.com/pdfium/+/3855f7ff0d4c5c8653fc17219bf65c4a0a95e8bb

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase to master #

Patch Set 3 : Review feedback #

Total comments: 3

Patch Set 4 : Rebase to master #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -50 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_evtselectchanged.h View 1 chunk +28 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_evtselectchanged.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.h View 1 chunk +0 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.h View 1 chunk +0 lines, -6 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_listbox.h View 1 2 3 chunks +1 line, -6 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 1 2 5 chunks +0 lines, -24 lines 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 46 (24 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-17 17:24:11 UTC) #2
npm
There's red bots
4 years, 1 month ago (2016-11-17 17:25:55 UTC) #5
npm
Never mind the redness seems to be just patch failures https://codereview.chromium.org/2509283003/diff/1/xfa/fwl/core/ifwl_combobox.cpp File xfa/fwl/core/ifwl_combobox.cpp (left): https://codereview.chromium.org/2509283003/diff/1/xfa/fwl/core/ifwl_combobox.cpp#oldcode568 ...
4 years, 1 month ago (2016-11-17 18:07:02 UTC) #8
dsinclair
https://codereview.chromium.org/2509283003/diff/1/xfa/fwl/core/ifwl_combobox.cpp File xfa/fwl/core/ifwl_combobox.cpp (left): https://codereview.chromium.org/2509283003/diff/1/xfa/fwl/core/ifwl_combobox.cpp#oldcode568 xfa/fwl/core/ifwl_combobox.cpp:568: ev.iArraySels.Add(m_iCurSel); On 2016/11/17 18:07:02, npm wrote: > Is iArraySels ...
4 years, 1 month ago (2016-11-17 18:13:19 UTC) #9
npm
https://codereview.chromium.org/2509283003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp File xfa/fwl/core/ifwl_listbox.cpp (left): https://codereview.chromium.org/2509283003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp#oldcode857 xfa/fwl/core/ifwl_listbox.cpp:857: DispatchEvent(&selEvent); I agree with deletion of unused m_pSrcTarget and ...
4 years, 1 month ago (2016-11-17 18:39:07 UTC) #10
dsinclair
https://codereview.chromium.org/2509283003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp File xfa/fwl/core/ifwl_listbox.cpp (left): https://codereview.chromium.org/2509283003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp#oldcode857 xfa/fwl/core/ifwl_listbox.cpp:857: DispatchEvent(&selEvent); On 2016/11/17 18:39:07, npm wrote: > I agree ...
4 years, 1 month ago (2016-11-17 18:39:54 UTC) #11
npm
lgtm https://codereview.chromium.org/2509283003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp File xfa/fwl/core/ifwl_listbox.cpp (left): https://codereview.chromium.org/2509283003/diff/40001/xfa/fwl/core/ifwl_listbox.cpp#oldcode857 xfa/fwl/core/ifwl_listbox.cpp:857: DispatchEvent(&selEvent); On 2016/11/17 18:39:54, dsinclair wrote: > On ...
4 years, 1 month ago (2016-11-17 18:45:08 UTC) #12
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/2509283003/40001
4 years, 1 month ago (2016-11-17 19:06:32 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_xfa_asan_lsan on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_xfa_asan_lsan/builds/309)
4 years, 1 month ago (2016-11-17 19:11:02 UTC) #16
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/2509283003/60001
4 years, 1 month ago (2016-11-17 19:12:52 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_xfa_rel on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_xfa_rel/builds/142)
4 years, 1 month ago (2016-11-17 19:26:02 UTC) #21
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/2509283003/80001
4 years, 1 month ago (2016-11-17 19:40:05 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/linux/builds/2836)
4 years, 1 month ago (2016-11-17 19:44:35 UTC) #26
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/2509283003/100001
4 years, 1 month ago (2016-11-17 20:27:34 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_xfa_asan_lsan on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_xfa_asan_lsan/builds/312)
4 years, 1 month ago (2016-11-17 20:31:50 UTC) #31
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/2509283003/100001
4 years, 1 month ago (2016-11-17 20:46:00 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_xfa_asan_lsan on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_xfa_asan_lsan/builds/314)
4 years, 1 month ago (2016-11-17 20:50:15 UTC) #35
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/2509283003/100001
4 years, 1 month ago (2016-11-17 20:58:00 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: linux_xfa_asan_lsan on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_xfa_asan_lsan/builds/316)
4 years, 1 month ago (2016-11-17 21:07:11 UTC) #39
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/2509283003/100001
4 years, 1 month ago (2016-11-17 21:09:02 UTC) #41
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/2509283003/100001
4 years, 1 month ago (2016-11-17 21:10:11 UTC) #44
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 21:15:20 UTC) #46
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://pdfium.googlesource.com/pdfium/+/3855f7ff0d4c5c8653fc17219bf65c4a0a95...

Powered by Google App Engine
This is Rietveld 408576698