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

Issue 2491103002: IFWL method and param cleanup (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

IFWL method and param cleanup Cleaning up virtual methods, unused methods, and visibility. Committed: https://pdfium.googlesource.com/pdfium/+/522c3d414e26a8a6b14407d664cee38fa3f52c07

Patch Set 1 #

Total comments: 14

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -1027 lines) Patch
M xfa/fwl/core/cfwl_combobox.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_combobox.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.h View 1 chunk +4 lines, -38 lines 0 comments Download
M xfa/fwl/core/cfwl_edit.cpp View 2 chunks +19 lines, -184 lines 0 comments Download
M xfa/fwl/core/cfwl_event.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_barcode.h View 3 chunks +5 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_barcode.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M xfa/fwl/core/ifwl_combobox.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 3 chunks +12 lines, -12 lines 0 comments Download
M xfa/fwl/core/ifwl_comboedit.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.cpp View 3 chunks +12 lines, -7 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.h View 8 chunks +41 lines, -76 lines 0 comments Download
M xfa/fwl/core/ifwl_edit.cpp View 1 44 chunks +103 lines, -369 lines 0 comments Download
M xfa/fwl/core/ifwl_form.h View 3 chunks +16 lines, -41 lines 0 comments Download
M xfa/fwl/core/ifwl_form.cpp View 13 chunks +13 lines, -131 lines 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.h View 2 chunks +0 lines, -33 lines 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 3 chunks +1 line, -116 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 11 (4 generated)
dsinclair
PTAL. https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/ifwl_edit.cpp File xfa/fwl/core/ifwl_edit.cpp (left): https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/ifwl_edit.cpp#oldcode205 xfa/fwl/core/ifwl_edit.cpp:205: int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); nWordCount is always ...
4 years, 1 month ago (2016-11-09 22:17:57 UTC) #2
npm
I haven't finished but it's dinner time now :) https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/ifwl_combobox.cpp File xfa/fwl/core/ifwl_combobox.cpp (right): https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/ifwl_combobox.cpp#newcode402 xfa/fwl/core/ifwl_combobox.cpp:402: ...
4 years, 1 month ago (2016-11-09 23:41:26 UTC) #3
dsinclair
https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/ifwl_combobox.cpp File xfa/fwl/core/ifwl_combobox.cpp (right): https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/ifwl_combobox.cpp#newcode402 xfa/fwl/core/ifwl_combobox.cpp:402: return true; On 2016/11/09 23:41:26, npm wrote: > Nit: ...
4 years, 1 month ago (2016-11-10 01:15:29 UTC) #4
Tom Sepez
lgtm https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/cfwl_edit.h File xfa/fwl/core/cfwl_edit.h (right): https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/cfwl_edit.h#newcode25 xfa/fwl/core/cfwl_edit.h:25: void GetText(CFX_WideString& wsText, int32_t nStart = 0, int32_t ...
4 years, 1 month ago (2016-11-10 17:00:26 UTC) #5
dsinclair
https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/cfwl_edit.h File xfa/fwl/core/cfwl_edit.h (right): https://codereview.chromium.org/2491103002/diff/1/xfa/fwl/core/cfwl_edit.h#newcode25 xfa/fwl/core/cfwl_edit.h:25: void GetText(CFX_WideString& wsText, int32_t nStart = 0, int32_t nCount ...
4 years, 1 month ago (2016-11-10 17:22:39 UTC) #6
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/2491103002/20001
4 years, 1 month ago (2016-11-10 21:18:29 UTC) #9
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 22:01:24 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/522c3d414e26a8a6b14407d664cee38fa3f5...

Powered by Google App Engine
This is Rietveld 408576698