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

Issue 1874963002: Remove some FWL code. (Closed)

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

Description

Remove some FWL code. Remove unused or ifdef'd code from FWL. Committed: https://pdfium.googlesource.com/pdfium/+/380f20a6000bd640d7fd8f1567961f1f05d79f5a

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -438 lines) Patch
M BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
M xfa.gyp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fwl/basewidget/ifwl_checkbox.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/basewidget/ifwl_combobox.h View 1 2 chunks +1 line, -13 lines 0 comments Download
M xfa/fwl/basewidget/ifwl_datetimepicker.h View 1 1 chunk +1 line, -5 lines 0 comments Download
M xfa/fwl/basewidget/ifwl_edit.h View 1 1 chunk +1 line, -6 lines 0 comments Download
M xfa/fwl/basewidget/ifwl_listbox.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fwl/basewidget/ifwl_monthcalendar.h View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/basewidget/ifwl_spinbutton.h View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/cfwl_event.h View 1 1 chunk +1 line, -13 lines 0 comments Download
M xfa/fwl/core/fwl_formimp.h View 1 chunk +3 lines, -8 lines 0 comments Download
M xfa/fwl/core/fwl_sdadapterimp.h View 1 chunk +0 lines, -7 lines 0 comments Download
M xfa/fwl/core/fwl_sdadapterimp.cpp View 1 chunk +3 lines, -17 lines 0 comments Download
M xfa/fwl/core/fwl_threadimp.h View 2 chunks +0 lines, -2 lines 0 comments Download
M xfa/fwl/core/fwl_threadimp.cpp View 1 chunk +3 lines, -11 lines 0 comments Download
M xfa/fwl/core/ifwl_adapterthreadmgr.h View 1 chunk +1 line, -7 lines 0 comments Download
M xfa/fwl/core/ifwl_form.h View 1 chunk +0 lines, -11 lines 0 comments Download
M xfa/fwl/core/ifwl_thread.h View 1 chunk +0 lines, -3 lines 0 comments Download
D xfa/fwl/lightwidget/cfwl_caret.h View 1 chunk +0 lines, -28 lines 0 comments Download
D xfa/fwl/lightwidget/cfwl_caret.cpp View 1 chunk +0 lines, -55 lines 0 comments Download
M xfa/fwl/theme/cfwl_checkboxtp.cpp View 2 chunks +0 lines, -9 lines 0 comments Download
M xfa/fwl/theme/cfwl_comboboxtp.cpp View 2 chunks +1 line, -42 lines 0 comments Download
M xfa/fwl/theme/cfwl_datetimepickedtp.cpp View 2 chunks +2 lines, -41 lines 0 comments Download
M xfa/fwl/theme/cfwl_monthcalendartp.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M xfa/fwl/theme/cfwl_scrollbartp.cpp View 2 chunks +2 lines, -70 lines 0 comments Download
M xfa/fwl/theme/cfwl_utils.h View 2 chunks +2 lines, -24 lines 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.h View 2 chunks +0 lines, -2 lines 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.cpp View 4 chunks +3 lines, -47 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
dsinclair
PTAL.
4 years, 8 months ago (2016-04-11 13:24:02 UTC) #2
Tom Sepez
https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h File xfa/fwl/basewidget/ifwl_checkbox.h (right): https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h#newcode62 xfa/fwl/basewidget/ifwl_checkbox.h:62: #define FWL_EVTHASH_CKB_CheckStateChanged 2503252963 nit: I think the #define above ...
4 years, 8 months ago (2016-04-11 17:29:44 UTC) #3
dsinclair
https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h File xfa/fwl/basewidget/ifwl_checkbox.h (right): https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h#newcode62 xfa/fwl/basewidget/ifwl_checkbox.h:62: #define FWL_EVTHASH_CKB_CheckStateChanged 2503252963 On 2016/04/11 17:29:44, Tom Sepez wrote: ...
4 years, 8 months ago (2016-04-11 19:47:33 UTC) #4
dsinclair
On 2016/04/11 19:47:33, dsinclair wrote: > https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h > File xfa/fwl/basewidget/ifwl_checkbox.h (right): > > https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h#newcode62 > ...
4 years, 8 months ago (2016-04-12 13:02:46 UTC) #5
Tom Sepez
On 2016/04/12 13:02:46, dsinclair wrote: > On 2016/04/11 19:47:33, dsinclair wrote: > > > https://codereview.chromium.org/1874963002/diff/1/xfa/fwl/basewidget/ifwl_checkbox.h ...
4 years, 8 months ago (2016-04-12 16:44:11 UTC) #6
dsinclair
On 2016/04/12 16:44:11, Tom Sepez wrote: > On 2016/04/12 13:02:46, dsinclair wrote: > > On ...
4 years, 8 months ago (2016-04-12 17:43:17 UTC) #7
Tom Sepez
lgtm
4 years, 8 months ago (2016-04-13 17:56:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1874963002/20001
4 years, 8 months ago (2016-04-13 17:57:30 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_no_v8 on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/win_no_v8/builds/223)
4 years, 8 months ago (2016-04-13 18:21:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1874963002/20001
4 years, 8 months ago (2016-04-13 18:23:49 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_no_v8 on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/win_no_v8/builds/225)
4 years, 8 months ago (2016-04-13 18:32:51 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1874963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1874963002/20001
4 years, 8 months ago (2016-04-13 19:01:42 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-13 19:04:46 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/380f20a6000bd640d7fd8f1567961f1f05d7...

Powered by Google App Engine
This is Rietveld 408576698