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

Issue 2717263002: Convert m_deferredLoadTimer to Unthrottled frame-specific timer and include in didMoveToNewDocument. (Closed)

Created:
3 years, 9 months ago by joelhockey
Modified:
3 years, 9 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, mlamouri+watch-blink_chromium.org, nessy, Srirama
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert m_deferredLoadTimer to Unthrottled frame-specific timer and include in didMoveToNewDocument. I'm not actually sure what type of timer should be used. I've used Unthrottled to match other timers in this class. It appears that this timer was missed in the previous conversion for this class https://codereview.chromium.org/2554113002. BUG=624694 Review-Url: https://codereview.chromium.org/2717263002 Cr-Commit-Position: refs/heads/master@{#453520} Committed: https://chromium.googlesource.com/chromium/src/+/d071171e53f710f3ac7870f2de47d7bd678720e5

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add m_deferredLoadTimer as Unthrottled frame-specific timer and include in didMoveToNewDocument. #

Patch Set 3 : Add m_deferredLoadTimer as Unthrottled frame-specific timer and include in didMoveToNewDocument. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 24 (14 generated)
joelhockey
3 years, 9 months ago (2017-02-27 07:11:59 UTC) #3
haraken
https://codereview.chromium.org/2717263002/diff/1/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2717263002/diff/1/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode522 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:522: TaskRunnerHelper::get(TaskType::MediaElementEvent, &document())); Is this your intentional change? You're changing ...
3 years, 9 months ago (2017-02-27 07:50:45 UTC) #6
mlamouri (slow - plz ping)
+foolip@ for review as he has more background wrt why things are as they are
3 years, 9 months ago (2017-02-27 15:20:06 UTC) #10
foolip
https://codereview.chromium.org/2717263002/diff/1/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2717263002/diff/1/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode522 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:522: TaskRunnerHelper::get(TaskType::MediaElementEvent, &document())); On 2017/02/27 07:50:45, haraken wrote: > > ...
3 years, 9 months ago (2017-02-27 15:39:08 UTC) #11
joelhockey
> Is this your intentional change? You're changing existing Unthrottled timers to MediaElementEvent timers. Thanks ...
3 years, 9 months ago (2017-02-27 20:54:47 UTC) #12
joelhockey
On 2017/02/27 at 20:54:47, joelhockey wrote: > > Is this your intentional change? You're changing ...
3 years, 9 months ago (2017-02-28 00:40:05 UTC) #13
haraken
LGTM Given that other timers on HTMLMediaElement are on unthrottled timers, it would make sense ...
3 years, 9 months ago (2017-02-28 03:42:18 UTC) #16
foolip
lgtm
3 years, 9 months ago (2017-02-28 04:54:45 UTC) #17
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/2717263002/40001
3 years, 9 months ago (2017-02-28 06:12:43 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 06:19:34 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/d071171e53f710f3ac7870f2de47...

Powered by Google App Engine
This is Rietveld 408576698