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

Issue 2526513002: Rename IFWL_Timer and IFWL_TimerInfo (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 IFWL_Timer and IFWL_TimerInfo These twho files are not interfaces. Renamed to be CFWL to signify they are concrete implementations. Committed: https://pdfium.googlesource.com/pdfium/+/d64372989fcb4e5af66f437ad7b8be343cb1aa67

Patch Set 1 #

Patch Set 2 : Fixes #

Total comments: 6

Patch Set 3 : Rebase to master #

Patch Set 4 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -175 lines) Patch
M BUILD.gn View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h View 1 2 3 2 chunks +5 lines, -14 lines 0 comments Download
M fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp View 1 2 3 3 chunks +33 lines, -13 lines 0 comments Download
A + xfa/fwl/core/cfwl_timer.h View 1 chunk +9 lines, -9 lines 0 comments Download
A + xfa/fwl/core/cfwl_timer.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/core/cfwl_timerinfo.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + xfa/fwl/core/cfwl_timerinfo.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/core/ifwl_adaptertimermgr.h View 1 chunk +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_caret.h View 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_caret.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.h View 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.h View 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
D xfa/fwl/core/ifwl_timer.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/ifwl_timer.cpp View 1 chunk +0 lines, -31 lines 0 comments Download
D xfa/fwl/core/ifwl_timerinfo.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/ifwl_timerinfo.cpp View 1 chunk +0 lines, -13 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (8 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-22 16:39:49 UTC) #2
dsinclair
On 2016/11/22 16:39:49, dsinclair wrote: > PTAL. There is an error in here, ignore. I'll ...
4 years, 1 month ago (2016-11-22 16:48:00 UTC) #3
dsinclair
Ok, PTAL. https://codereview.chromium.org/2526513002/diff/20001/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp File fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp (right): https://codereview.chromium.org/2526513002/diff/20001/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp#newcode15 fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp:15: namespace { Tom, can you give this ...
4 years, 1 month ago (2016-11-22 17:20:42 UTC) #4
Tom Sepez
https://codereview.chromium.org/2526513002/diff/20001/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp File fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp (right): https://codereview.chromium.org/2526513002/diff/20001/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp#newcode15 fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp:15: namespace { On 2016/11/22 17:20:42, dsinclair wrote: > Tom, ...
4 years, 1 month ago (2016-11-22 18:29:55 UTC) #5
Tom Sepez
Anyways, I'd suggest splitting out the unique_ptr's to another CL, since we can make a ...
4 years, 1 month ago (2016-11-22 18:30:53 UTC) #6
dsinclair
PTAL. https://codereview.chromium.org/2526513002/diff/20001/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp File fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp (right): https://codereview.chromium.org/2526513002/diff/20001/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp#newcode71 fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp:71: for (auto& info : *s_TimerArray) { On 2016/11/22 ...
4 years, 1 month ago (2016-11-22 22:05:20 UTC) #7
npm
lgtm
4 years, 1 month ago (2016-11-22 22:21:22 UTC) #12
Tom Sepez
lgtm
4 years, 1 month ago (2016-11-22 22:30:46 UTC) #13
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/2526513002/60001
4 years, 1 month ago (2016-11-22 23:41:51 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 23:42:12 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://pdfium.googlesource.com/pdfium/+/d64372989fcb4e5af66f437ad7b8be343cb1...

Powered by Google App Engine
This is Rietveld 408576698