|
|
Chromium Code Reviews
DescriptionMove MediaStream m_scheduledEventTimer to TaskRunnerTimer
Move MediaStream's m_scheduledEventTimer to TaskRunnerTimer, which
associates it wuith the frame's timer task queue.
Spec that defines media element event tasks:
https://html.spec.whatwg.org/#media-elements
BUG=624694
Review-Url: https://codereview.chromium.org/2633273002
Cr-Commit-Position: refs/heads/master@{#444231}
Committed: https://chromium.googlesource.com/chromium/src/+/88f7b1a466df5baaf320fc809190d88ac2b5ebfe
Patch Set 1 #Patch Set 2 : Review feedback #Patch Set 3 : Review feedback #
Messages
Total messages: 28 (17 generated)
The CQ bit was checked by sashab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
sashab@chromium.org changed reviewers: + joelhockey@chromium.org
Ptal joel. Thanks! :-)
Per the spec (https://html.spec.whatwg.org/#media-elements), I think MediaStream should use the media element event task source.
The CQ bit was checked by sashab@chromium.org to run a CQ dry run
The CQ bit was checked by sashab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Hi haraken! Thanks for the feedback. Out of interest what part of the spec are you referring to, that makes it obvious that MediaStream is referring to the spec'd events? Thanks
On 2017/01/17 at 04:29:23, sashab wrote: > Ptal joel. Thanks! :-) You are creating m_scheduledEventTimer as UnspeccedTimer (line 103) and as MediaElementEvent (line 136). Why different types?
The CQ bit was checked by sashab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Ahh, good find thanks! My mistake :) PTAL
Description was changed from ========== Move MediaStream m_scheduledEventTimer to TaskRunnerTimer Move MediaStream's m_scheduledEventTimer to TaskRunnerTimer, which associates it wuith the frame's timer task queue. BUG=624694 ========== to ========== Move MediaStream m_scheduledEventTimer to TaskRunnerTimer Move MediaStream's m_scheduledEventTimer to TaskRunnerTimer, which associates it wuith the frame's timer task queue. Spec that defines media element event tasks: https://html.spec.whatwg.org/#media-elements BUG=624694 ==========
sashab@chromium.org changed reviewers: + haraken@chromium.org
Haraken ptal :) Added link to spec in CL description
LGTM
joelhockey@chromium.org changed reviewers: - haraken@chromium.org
lgtm
sashab@chromium.org changed reviewers: + haraken@chromium.org
Ty joel & haraken! :)
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sashab@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 40001, "attempt_start_ts": 1484702867651880,
"parent_rev": "5949e051331c74dc1bc140b609a785e491858dd4", "commit_rev":
"88f7b1a466df5baaf320fc809190d88ac2b5ebfe"}
Message was sent while issue was closed.
Description was changed from ========== Move MediaStream m_scheduledEventTimer to TaskRunnerTimer Move MediaStream's m_scheduledEventTimer to TaskRunnerTimer, which associates it wuith the frame's timer task queue. Spec that defines media element event tasks: https://html.spec.whatwg.org/#media-elements BUG=624694 ========== to ========== Move MediaStream m_scheduledEventTimer to TaskRunnerTimer Move MediaStream's m_scheduledEventTimer to TaskRunnerTimer, which associates it wuith the frame's timer task queue. Spec that defines media element event tasks: https://html.spec.whatwg.org/#media-elements BUG=624694 Review-Url: https://codereview.chromium.org/2633273002 Cr-Commit-Position: refs/heads/master@{#444231} Committed: https://chromium.googlesource.com/chromium/src/+/88f7b1a466df5baaf320fc809190... ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/88f7b1a466df5baaf320fc809190... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
