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

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)

Created:
3 years, 8 months ago by mlamouri (slow - plz ping)
Modified:
3 years, 8 months ago
CC:
abarth-chromium, blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, haraken, kinuko+watch, mlamouri+watch-blink_chromium.org, rwlbuis, sof, nessy, Srirama
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Create core/html/media/ and move auxiliary media files in it. This is moving all media files from core/html/ into this new directory except the HTML elements implementation and their tests. It helps with the teamification effort and will help with reviews for these files. This is also moving HTMLMediaElementControlsList.h include out of HTMLMediaElement.h and forward declare the class instead. In order to do so a new controlsListInternal() was added for non-binding usage. BUG=None R=foolip@chromium.org Review-Url: https://codereview.chromium.org/2780403004 Cr-Commit-Position: refs/heads/master@{#461691} Committed: https://chromium.googlesource.com/chromium/src/+/bde3cb9a20397d9e227162246b7e40d3251d2016

Patch Set 1 #

Patch Set 2 : actually add autoplay files #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -2132 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMImplementation.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/html/AutoplayUmaHelper.h View 1 chunk +0 lines, -149 lines 0 comments Download
D third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp View 1 chunk +0 lines, -395 lines 0 comments Download
D third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp View 1 chunk +0 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/core/html/BUILD.gn View 4 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 3 chunks +3 lines, -2 lines 3 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 2 chunks +10 lines, -5 lines 0 comments Download
D third_party/WebKit/Source/core/html/HTMLMediaElementControlsList.h View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/WebKit/Source/core/html/HTMLMediaElementControlsList.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/html/HTMLMediaSource.h View 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/WebKit/Source/core/html/HTMLMediaSource.cpp View 1 chunk +0 lines, -42 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/html/MediaCustomControlsFullscreenDetector.h View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaCustomControlsFullscreenDetector.cpp View 1 chunk +0 lines, -159 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaCustomControlsFullscreenDetectorTest.cpp View 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaDocument.h View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaDocument.cpp View 1 chunk +0 lines, -299 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaError.h View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaError.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaFragmentURIParser.h View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp View 1 chunk +0 lines, -318 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp View 1 3 chunks +6 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/HTMLMediaElementControlsList.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/HTMLMediaElementControlsList.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/HTMLMediaSource.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/HTMLMediaSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetector.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetector.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetectorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaDocument.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaDocument.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaError.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaError.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/core/html/media/MediaFragmentURIParser.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/core/html/media/OWNERS View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControls.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/ContextMenuClientImpl.cpp View 1 chunk +0 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (9 generated)
mlamouri (slow - plz ping)
foolip@, PTAL. I did not include you in the OWNERS file as you are trying ...
3 years, 8 months ago (2017-03-30 20:29:09 UTC) #2
mlamouri (slow - plz ping)
foolip@, friendly ping :)
3 years, 8 months ago (2017-04-03 16:41:29 UTC) #7
whywhat
lgtm
3 years, 8 months ago (2017-04-04 02:28:21 UTC) #8
foolip
lgtm % the bit I don't understand https://codereview.chromium.org/2780403004/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.h File third_party/WebKit/Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/2780403004/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.h#newcode207 third_party/WebKit/Source/core/html/HTMLMediaElement.h:207: DOMTokenList* controlsList() ...
3 years, 8 months ago (2017-04-04 09:12:55 UTC) #9
mlamouri (slow - plz ping)
https://codereview.chromium.org/2780403004/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.h File third_party/WebKit/Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/2780403004/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.h#newcode207 third_party/WebKit/Source/core/html/HTMLMediaElement.h:207: DOMTokenList* controlsList() const; On 2017/04/04 at 09:12:55, foolip_UTC7 wrote: ...
3 years, 8 months ago (2017-04-04 09:19:51 UTC) #11
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/2780403004/20001
3 years, 8 months ago (2017-04-04 09:20:08 UTC) #13
foolip
https://codereview.chromium.org/2780403004/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.h File third_party/WebKit/Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/2780403004/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.h#newcode207 third_party/WebKit/Source/core/html/HTMLMediaElement.h:207: DOMTokenList* controlsList() const; On 2017/04/04 09:19:51, mlamouri wrote: > ...
3 years, 8 months ago (2017-04-04 09:24:36 UTC) #14
commit-bot: I haz the power
3 years, 8 months ago (2017-04-04 13:12:34 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/bde3cb9a20397d9e227162246b7e...

Powered by Google App Engine
This is Rietveld 408576698