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

Issue 2554403002: HTMLMarquee cleanup (Closed)

Created:
4 years ago by adithyas
Modified:
4 years ago
Reviewers:
tkent, jbroman
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

HTMLMarquee cleanup - Follow up to http://crrev.com/2549443003 - Move RequestAnimationFrameCallback and AnimationComplete class definitions to .cpp file - Prefix enums with k - Change direction() and behavior() to getDirection() and getBehavior() respectively - Use case insensitive match for direction and behavior - Remove trueSpeed() - Use String::numberToStringECMAScript to convert double to String instead of using String::format which is locale sensitive BUG=669656 Committed: https://crrev.com/dc9cbaf3d7f45808a4cead119b804296b6edf1a8 Cr-Commit-Position: refs/heads/master@{#437569}

Patch Set 1 #

Patch Set 2 : Fix some bugs #

Patch Set 3 : Few minor things #

Patch Set 4 : Go back to using toInt() #

Patch Set 5 : Cleanup #

Total comments: 5

Patch Set 6 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -107 lines) Patch
M third_party/WebKit/Source/core/html/HTMLMarqueeElement.h View 1 2 3 4 3 chunks +7 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp View 1 2 3 4 5 12 chunks +95 lines, -60 lines 0 comments Download

Messages

Total messages: 23 (16 generated)
adithyas
tkent@: I've addressed most of your feedback from http://crrev.com/2549443003 here, could you PTAL?
4 years ago (2016-12-08 15:04:16 UTC) #12
jbroman
lgtm with one comment; tkent may have more feedback https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp File third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp (right): https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp#newcode85 third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp:85: ...
4 years ago (2016-12-08 15:15:03 UTC) #13
tkent
lgtm https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp File third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp (right): https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp#newcode332 third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp:332: if (equalIgnoringCase(behavior, "alternate")) Maybe equalIgnoringASCIICasae? https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp#newcode341 third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp:341: if ...
4 years ago (2016-12-09 01:18:03 UTC) #14
adithyas
https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp File third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp (right): https://codereview.chromium.org/2554403002/diff/80001/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp#newcode85 third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp:85: void handleEvent(double) override; On 2016/12/08 at 15:15:02, jbroman wrote: ...
4 years ago (2016-12-09 15:35:06 UTC) #15
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/2554403002/100001
4 years ago (2016-12-09 15:35:59 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-09 17:03:47 UTC) #21
commit-bot: I haz the power
4 years ago (2016-12-12 14:35:37 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/dc9cbaf3d7f45808a4cead119b804296b6edf1a8
Cr-Commit-Position: refs/heads/master@{#437569}

Powered by Google App Engine
This is Rietveld 408576698