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

Issue 154283004: Move ReadyState enum from MediaControllerInterface to HTMLMediaElement (Closed)

Created:
6 years, 10 months ago by philipj_slow
Modified:
6 years, 10 months ago
CC:
blink-reviews, nessy, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Move ReadyState enum from MediaControllerInterface to HTMLMediaElement The spec for MediaController.readyState says "uses HTMLMediaElement.readyState's values", so make it so in the implementation as well. This is a first step in reducing the size of MediaControllerInterface. BUG=341852 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166764

Patch Set 1 #

Total comments: 5

Patch Set 2 : typedef #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/html/MediaController.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/html/MediaController.cpp View 1 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/MediaControllerInterface.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
philipj_slow
6 years, 10 months ago (2014-02-07 13:21:08 UTC) #1
philipj_slow
First of a series of patches to get MediaControllerInterface out of the way. https://codereview.chromium.org/154283004/diff/1/Source/core/html/HTMLMediaElement.h File ...
6 years, 10 months ago (2014-02-07 13:25:37 UTC) #2
acolwell GONE FROM CHROMIUM
lgtm. You might want to check w/ abarth whether there is a way to get ...
6 years, 10 months ago (2014-02-07 21:52:40 UTC) #3
philipj_slow
https://codereview.chromium.org/154283004/diff/1/Source/core/html/MediaController.cpp File Source/core/html/MediaController.cpp (right): https://codereview.chromium.org/154283004/diff/1/Source/core/html/MediaController.cpp#newcode334 Source/core/html/MediaController.cpp:334: static AtomicString eventNameForReadyState(HTMLMediaElement::ReadyState state) On 2014/02/07 21:52:40, acolwell wrote: ...
6 years, 10 months ago (2014-02-08 03:52:03 UTC) #4
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 10 months ago (2014-02-08 04:20:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/154283004/100001
6 years, 10 months ago (2014-02-08 04:20:54 UTC) #6
abarth-chromium
On 2014/02/07 21:52:40, acolwell wrote: > You might want to check w/ abarth whether there ...
6 years, 10 months ago (2014-02-08 04:21:05 UTC) #7
philipj_slow
On 2014/02/08 04:21:05, abarth wrote: > On 2014/02/07 21:52:40, acolwell wrote: > > You might ...
6 years, 10 months ago (2014-02-08 05:52:16 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-08 06:13:49 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=21091
6 years, 10 months ago (2014-02-08 06:13:49 UTC) #10
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 10 months ago (2014-02-08 07:18:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/154283004/100001
6 years, 10 months ago (2014-02-08 07:18:59 UTC) #12
commit-bot: I haz the power
6 years, 10 months ago (2014-02-08 07:45:58 UTC) #13
Message was sent while issue was closed.
Change committed as 166764

Powered by Google App Engine
This is Rietveld 408576698