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

Issue 2520413002: Rename common methods between ifwl and cfwl. (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

Rename common methods between ifwl and cfwl. This CL renames some methods in IFWL which have the same name as the CFWL methods but the CFWL methods are not proxy methods. Committed: https://pdfium.googlesource.com/pdfium/+/e50184c087ee6f90568ad1166a55f5d25be4d09e

Patch Set 1 #

Total comments: 8

Patch Set 2 : Review cleanup #

Total comments: 6

Patch Set 3 : Review cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -50 lines) Patch
M xfa/fwl/core/cfwl_listbox.h View 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fwl/core/cfwl_listbox.cpp View 2 chunks +5 lines, -16 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 10 chunks +12 lines, -12 lines 0 comments Download
M xfa/fwl/core/ifwl_combolist.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_listbox.h View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 5 chunks +8 lines, -5 lines 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 1 2 4 chunks +10 lines, -10 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (13 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-22 16:15:38 UTC) #2
npm
https://codereview.chromium.org/2520413002/diff/1/xfa/fwl/core/cfwl_listbox.cpp File xfa/fwl/core/cfwl_listbox.cpp (right): https://codereview.chromium.org/2520413002/diff/1/xfa/fwl/core/cfwl_listbox.cpp#newcode85 xfa/fwl/core/cfwl_listbox.cpp:85: void CFWL_ListBox::GetItemText(IFWL_Widget* pWidget, Widget not being used in this ...
4 years, 1 month ago (2016-11-22 16:36:16 UTC) #7
dsinclair
https://codereview.chromium.org/2520413002/diff/1/xfa/fwl/core/cfwl_listbox.cpp File xfa/fwl/core/cfwl_listbox.cpp (right): https://codereview.chromium.org/2520413002/diff/1/xfa/fwl/core/cfwl_listbox.cpp#newcode85 xfa/fwl/core/cfwl_listbox.cpp:85: void CFWL_ListBox::GetItemText(IFWL_Widget* pWidget, On 2016/11/22 16:36:16, npm wrote: > ...
4 years, 1 month ago (2016-11-22 16:42:15 UTC) #9
npm
https://codereview.chromium.org/2520413002/diff/1/xfa/fxfa/app/xfa_ffchoicelist.cpp File xfa/fxfa/app/xfa_ffchoicelist.cpp (right): https://codereview.chromium.org/2520413002/diff/1/xfa/fxfa/app/xfa_ffchoicelist.cpp#newcode163 xfa/fxfa/app/xfa_ffchoicelist.cpp:163: pListBox->GetItemText(nullptr, pListBox->GetSelItem(0), eParam.m_wsNewText); On 2016/11/22 16:42:15, dsinclair wrote: > ...
4 years, 1 month ago (2016-11-22 16:52:13 UTC) #13
dsinclair
https://codereview.chromium.org/2520413002/diff/1/xfa/fxfa/app/xfa_ffchoicelist.cpp File xfa/fxfa/app/xfa_ffchoicelist.cpp (right): https://codereview.chromium.org/2520413002/diff/1/xfa/fxfa/app/xfa_ffchoicelist.cpp#newcode163 xfa/fxfa/app/xfa_ffchoicelist.cpp:163: pListBox->GetItemText(nullptr, pListBox->GetSelItem(0), eParam.m_wsNewText); On 2016/11/22 16:52:13, npm wrote: > ...
4 years, 1 month ago (2016-11-22 16:53:49 UTC) #14
npm
lgtm
4 years, 1 month ago (2016-11-22 16:59:55 UTC) #15
Tom Sepez
lgtm https://codereview.chromium.org/2520413002/diff/20001/xfa/fwl/core/cfwl_listbox.cpp File xfa/fwl/core/cfwl_listbox.cpp (right): https://codereview.chromium.org/2520413002/diff/20001/xfa/fwl/core/cfwl_listbox.cpp#newcode85 xfa/fwl/core/cfwl_listbox.cpp:85: void CFWL_ListBox::GetItemText(IFWL_Widget* pWidget, can we return it instead ...
4 years, 1 month ago (2016-11-22 17:10:24 UTC) #16
dsinclair
https://codereview.chromium.org/2520413002/diff/20001/xfa/fwl/core/cfwl_listbox.cpp File xfa/fwl/core/cfwl_listbox.cpp (right): https://codereview.chromium.org/2520413002/diff/20001/xfa/fwl/core/cfwl_listbox.cpp#newcode85 xfa/fwl/core/cfwl_listbox.cpp:85: void CFWL_ListBox::GetItemText(IFWL_Widget* pWidget, On 2016/11/22 17:10:24, Tom Sepez wrote: ...
4 years, 1 month ago (2016-11-22 17:24:37 UTC) #17
dsinclair
https://codereview.chromium.org/2520413002/diff/20001/xfa/fwl/core/cfwl_listbox.cpp File xfa/fwl/core/cfwl_listbox.cpp (right): https://codereview.chromium.org/2520413002/diff/20001/xfa/fwl/core/cfwl_listbox.cpp#newcode85 xfa/fwl/core/cfwl_listbox.cpp:85: void CFWL_ListBox::GetItemText(IFWL_Widget* pWidget, On 2016/11/22 17:10:24, Tom Sepez wrote: ...
4 years, 1 month ago (2016-11-22 17:24:37 UTC) #18
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/2520413002/40001
4 years, 1 month ago (2016-11-22 17:25:01 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 17:34:49 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/e50184c087ee6f90568ad1166a55f5d25be4...

Powered by Google App Engine
This is Rietveld 408576698