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

Issue 2569433002: s/s_currentTask/s_staticCurrentTask/ to help rewrite_to_chrome_style tool. (Closed)

Created:
4 years ago by Łukasz Anforowicz
Modified:
4 years ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename m_currentTask and s_currentTask/ to help rewrite_to_chrome_style tool. This CL helps rewrite_to_chrome_style tool, by preventing the tool from suggesting the following conflicting renames: - |s_field| -> |field_| - |m_field| -> |field_| BUG=641004 Committed: https://crrev.com/1f0dfac7f60c84a476ce546a5ecc1687d4e7b658 Cr-Commit-Position: refs/heads/master@{#438058}

Patch Set 1 #

Patch Set 2 : Better names + comments + DCHECKs. #

Total comments: 5

Patch Set 3 : Restrict the changes to 1) renaming of variables 2) extra header comments. #

Total comments: 2

Patch Set 4 : Tweaked the comments based on CR feedback from alancutter@. #

Total comments: 2

Patch Set 5 : Got rid of one more comment. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -10 lines) Patch
M third_party/WebKit/Source/core/animation/AnimationClock.h View 1 2 3 4 2 chunks +10 lines, -4 lines 2 comments Download
M third_party/WebKit/Source/core/animation/AnimationClock.cpp View 1 2 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 36 (18 generated)
Łukasz Anforowicz
Daniel, can you take a look please?
4 years ago (2016-12-09 17:37:47 UTC) #2
dcheng
What is the difference between m_currentTask and s_currentTask? Maybe we can pick more meaningful names?
4 years ago (2016-12-09 18:21:20 UTC) #5
Łukasz Anforowicz
On 2016/12/09 18:21:20, dcheng wrote: > What is the difference between m_currentTask and s_currentTask? Maybe ...
4 years ago (2016-12-10 01:01:41 UTC) #10
Łukasz Anforowicz
suzyh@, could you also take a look please? Daniel is right that I shouldn't just ...
4 years ago (2016-12-10 01:04:30 UTC) #12
suzyh_UTC10 (ex-contributor)
+dstockwell as the original author of this class. Doug, do you have any recommendations for ...
4 years ago (2016-12-12 03:54:01 UTC) #17
Łukasz Anforowicz
dstockwell@, can you PTAL? There are two things that need your attention: 1. Please review ...
4 years ago (2016-12-12 17:41:12 UTC) #18
alancutter (OOO until 2018)
https://codereview.chromium.org/2569433002/diff/40001/third_party/WebKit/Source/core/animation/AnimationClock.h File third_party/WebKit/Source/core/animation/AnimationClock.h (right): https://codereview.chromium.org/2569433002/diff/40001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode44 third_party/WebKit/Source/core/animation/AnimationClock.h:44: // if finishing before the next animation frame is ...
4 years ago (2016-12-12 23:19:23 UTC) #20
Łukasz Anforowicz
https://codereview.chromium.org/2569433002/diff/40001/third_party/WebKit/Source/core/animation/AnimationClock.h File third_party/WebKit/Source/core/animation/AnimationClock.h (right): https://codereview.chromium.org/2569433002/diff/40001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode44 third_party/WebKit/Source/core/animation/AnimationClock.h:44: // if finishing before the next animation frame is ...
4 years ago (2016-12-12 23:40:33 UTC) #21
alancutter (OOO until 2018)
On 2016/12/12 at 23:40:33, lukasza wrote: > https://codereview.chromium.org/2569433002/diff/40001/third_party/WebKit/Source/core/animation/AnimationClock.h > File third_party/WebKit/Source/core/animation/AnimationClock.h (right): > > https://codereview.chromium.org/2569433002/diff/40001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode44 ...
4 years ago (2016-12-12 23:47:57 UTC) #22
alancutter (OOO until 2018)
https://codereview.chromium.org/2569433002/diff/60001/third_party/WebKit/Source/core/animation/AnimationClock.h File third_party/WebKit/Source/core/animation/AnimationClock.h (right): https://codereview.chromium.org/2569433002/diff/60001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode72 third_party/WebKit/Source/core/animation/AnimationClock.h:72: // this case it recalculates |m_time|. Reading this one ...
4 years ago (2016-12-12 23:52:19 UTC) #23
Łukasz Anforowicz
https://codereview.chromium.org/2569433002/diff/60001/third_party/WebKit/Source/core/animation/AnimationClock.h File third_party/WebKit/Source/core/animation/AnimationClock.h (right): https://codereview.chromium.org/2569433002/diff/60001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode72 third_party/WebKit/Source/core/animation/AnimationClock.h:72: // this case it recalculates |m_time|. On 2016/12/12 23:52:18, ...
4 years ago (2016-12-13 00:06:21 UTC) #24
alancutter (OOO until 2018)
https://codereview.chromium.org/2569433002/diff/80001/third_party/WebKit/Source/core/animation/AnimationClock.h File third_party/WebKit/Source/core/animation/AnimationClock.h (right): https://codereview.chromium.org/2569433002/diff/80001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode45 third_party/WebKit/Source/core/animation/AnimationClock.h:45: // frame. Optional: The "Maintains a stationary clock time ...
4 years ago (2016-12-13 00:19:01 UTC) #25
Łukasz Anforowicz
https://codereview.chromium.org/2569433002/diff/80001/third_party/WebKit/Source/core/animation/AnimationClock.h File third_party/WebKit/Source/core/animation/AnimationClock.h (right): https://codereview.chromium.org/2569433002/diff/80001/third_party/WebKit/Source/core/animation/AnimationClock.h#newcode45 third_party/WebKit/Source/core/animation/AnimationClock.h:45: // frame. On 2016/12/13 00:19:01, alancutter wrote: > Optional: ...
4 years ago (2016-12-13 00:34:04 UTC) #26
dstockwell
lgtm
4 years ago (2016-12-13 01:58:35 UTC) #27
Łukasz Anforowicz
Thanks for the reviews everyone.
4 years ago (2016-12-13 02:45:18 UTC) #28
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/2569433002/80001
4 years ago (2016-12-13 02:47:37 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-13 04:41:36 UTC) #34
commit-bot: I haz the power
4 years ago (2016-12-13 04:43:24 UTC) #36
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1f0dfac7f60c84a476ce546a5ecc1687d4e7b658
Cr-Commit-Position: refs/heads/master@{#438058}

Powered by Google App Engine
This is Rietveld 408576698