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

Issue 192013002: Move deferred loading logic from WebMediaPlayerClientImpl to HTMLMediaElement. (Closed)

Created:
6 years, 9 months ago by acolwell GONE FROM CHROMIUM
Modified:
6 years, 9 months ago
Reviewers:
philipj_slow, adamk
CC:
blink-reviews, jamesr, nessy, Rik, dsinclair, philipj_slow, gasubic, fs, eric.carlson_apple.com, jbroman, danakj, feature-media-reviews_chromium.org, dglazkov+blink, pdr., krit, adamk+blink_chromium.org, Stephen Chennney, vcarbune.chromium, rwlbuis
Visibility:
Public.

Description

Move deferred loading logic from WebMediaPlayerClientImpl to HTMLMediaElement. BUG=350571 TEST=All layout tests still pass. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169465

Patch Set 1 : Make loadInternal() match load() signature and pass corsMode as a load parameter. #

Patch Set 2 : Move delayed loading logic into HTMLMediaElement. #

Patch Set 3 : Clean up unnecessary logic and state. #

Total comments: 13

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Address CR comments #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -90 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 2 3 4 5 6 4 chunks +6 lines, -3 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 6 10 chunks +48 lines, -13 lines 0 comments Download
M Source/platform/graphics/media/MediaPlayer.h View 1 2 3 4 3 chunks +1 line, -7 lines 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 2 3 4 5 6 4 chunks +1 line, -9 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 3 4 5 6 5 chunks +14 lines, -54 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
acolwell GONE FROM CHROMIUM
Please take a look. I've uploaded the changes as a series of patches so you ...
6 years, 9 months ago (2014-03-08 18:56:20 UTC) #1
philipj_slow
Non-owner LGTM with nits. There are of course many things to fix in general, but ...
6 years, 9 months ago (2014-03-08 19:38:40 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/192013002/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/192013002/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode88 Source/core/html/HTMLMediaElement.cpp:88: using blink::WebMediaPlayer; On 2014/03/08 19:38:40, philipj wrote: > Move ...
6 years, 9 months ago (2014-03-10 21:53:30 UTC) #3
adamk
lgtm for Source/web/
6 years, 9 months ago (2014-03-10 22:01:21 UTC) #4
philipj_slow
PS6 LGTM. https://codereview.chromium.org/192013002/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/192013002/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode881 Source/core/html/HTMLMediaElement.cpp:881: m_delayingLoad = true; On 2014/03/10 21:53:31, acolwell_OOO_til_3-15 ...
6 years, 9 months ago (2014-03-12 05:21:01 UTC) #5
acolwell GONE FROM CHROMIUM
The CQ bit was checked by acolwell@chromium.org
6 years, 9 months ago (2014-03-17 17:36:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/192013002/90001
6 years, 9 months ago (2014-03-17 17:36:04 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 17:39:06 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 9 months ago (2014-03-17 17:39:07 UTC) #9
acolwell GONE FROM CHROMIUM
The CQ bit was checked by acolwell@chromium.org
6 years, 9 months ago (2014-03-18 16:18:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/192013002/110001
6 years, 9 months ago (2014-03-18 16:18:53 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 17:01:53 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-18 17:01:57 UTC) #13
acolwell GONE FROM CHROMIUM
The CQ bit was checked by acolwell@chromium.org
6 years, 9 months ago (2014-03-18 18:07:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/192013002/110001
6 years, 9 months ago (2014-03-18 18:07:40 UTC) #15
commit-bot: I haz the power
6 years, 9 months ago (2014-03-18 19:15:50 UTC) #16
Message was sent while issue was closed.
Change committed as 169465

Powered by Google App Engine
This is Rietveld 408576698