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

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed)

Created:
7 years, 1 month ago by rwlbuis
Modified:
7 years, 1 month ago
CC:
blink-reviews, eae+blinkwatch, apavlov+blink_chromium.org, adamk+blink_chromium.org, Nils Barth (inactive), jamesr, Nate Chapin, bemjb+rendering_chromium.org, dsinclair, abarth-chromium, danakj, marja+watch_chromium.org, dglazkov+blink, Rik, jchaffraix+rendering, pdr., nessy, zoltan1, feature-media-reviews_chromium.org, darktears, haraken, kojih, vcarbune.chromium, jsbell+bindings_chromium.org, leviw+renderwatch, Inactive, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move MediaPlayer, IntSizeHash to platform/ BUG=297477 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161359

Patch Set 1 #

Patch Set 2 : move MediaPlayer and friends to platform/graphics/media #

Total comments: 2

Patch Set 3 : Add IntSizeHash.h to gypi #

Patch Set 4 : Rebase against ToT #

Patch Set 5 : Adapt patch to already moved ContentDecryption files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -445 lines) Patch
M Source/bindings/v8/custom/V8WindowCustom.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/css/CSSImageGeneratorValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMImplementation.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ImageResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/DOMWindow.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/MediaFragmentURIParser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/InbandTextTrack.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/InbandTextTrack.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/InbandTextTrackPrivate.h View 1 chunk +0 lines, -81 lines 0 comments Download
D Source/core/platform/graphics/InbandTextTrackPrivateClient.h View 1 chunk +0 lines, -46 lines 0 comments Download
D Source/core/platform/graphics/IntSizeHash.h View 1 chunk +0 lines, -48 lines 0 comments Download
D Source/core/platform/graphics/MediaPlayer.h View 1 2 3 4 1 chunk +0 lines, -197 lines 0 comments Download
D Source/core/platform/graphics/MediaPlayer.cpp View 1 chunk +0 lines, -48 lines 0 comments Download
M Source/core/rendering/RenderVideo.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/MediaElementAudioSourceNode.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
A + Source/platform/geometry/IntSizeHash.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/graphics/media/InbandTextTrackPrivate.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/graphics/media/InbandTextTrackPrivateClient.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/graphics/media/MediaPlayer.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
A + Source/platform/graphics/media/MediaPlayer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/InbandTextTrackPrivateImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/InbandTextTrackPrivateImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebKit.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
rwlbuis
More misc stuff to move out of core/platform/graphics. After this I think we can tackle ...
7 years, 1 month ago (2013-10-29 22:44:12 UTC) #1
Stephen Chennney
I thought maybe there was enough stuff to justify a media directory under graphics, or ...
7 years, 1 month ago (2013-10-29 23:50:59 UTC) #2
rwlbuis
On 2013/10/29 23:50:59, Stephen Chenney wrote: > I thought maybe there was enough stuff to ...
7 years, 1 month ago (2013-10-30 00:40:23 UTC) #3
philipj_slow
Note that Aaron Colwell has asked me to get rid of MediaPlayer and letting HTMLMediaElement ...
7 years, 1 month ago (2013-10-30 12:52:25 UTC) #4
rwlbuis
On 2013/10/29 23:50:59, Stephen Chenney wrote: > I thought maybe there was enough stuff to ...
7 years, 1 month ago (2013-10-30 14:56:50 UTC) #5
rwlbuis
Also move ContentDecryptionModule stuff and introduce platform/graphics/media.
7 years, 1 month ago (2013-10-30 14:57:32 UTC) #6
Stephen Chennney
One nit to fix before commit. Otherwise LGTM. https://codereview.chromium.org/48273013/diff/70001/Source/platform/blink_platform.gypi File Source/platform/blink_platform.gypi (right): https://codereview.chromium.org/48273013/diff/70001/Source/platform/blink_platform.gypi#newcode298 Source/platform/blink_platform.gypi:298: 'graphics/media/InbandTextTrackPrivateClient.h', ...
7 years, 1 month ago (2013-10-30 16:03:15 UTC) #7
rwlbuis
https://codereview.chromium.org/48273013/diff/70001/Source/platform/blink_platform.gypi File Source/platform/blink_platform.gypi (right): https://codereview.chromium.org/48273013/diff/70001/Source/platform/blink_platform.gypi#newcode298 Source/platform/blink_platform.gypi:298: 'graphics/media/InbandTextTrackPrivateClient.h', On 2013/10/30 16:03:16, Stephen Chenney wrote: > Add ...
7 years, 1 month ago (2013-10-30 16:13:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/48273013/140001
7 years, 1 month ago (2013-10-30 16:14:55 UTC) #9
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=10182
7 years, 1 month ago (2013-10-30 16:33:19 UTC) #10
acolwell GONE FROM CHROMIUM
On 2013/10/30 14:56:50, rwlbuis wrote: > On 2013/10/29 23:50:59, Stephen Chenney wrote: > > I ...
7 years, 1 month ago (2013-10-30 17:22:17 UTC) #11
rwlbuis
On 2013/10/30 16:33:19, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 1 month ago (2013-10-30 17:47:18 UTC) #12
ddorwin
On 2013/10/30 17:22:17, acolwell wrote: > On 2013/10/30 14:56:50, rwlbuis wrote: > > On 2013/10/29 ...
7 years, 1 month ago (2013-10-30 18:02:34 UTC) #13
rwlbuis
Rebased against ToT.
7 years, 1 month ago (2013-10-31 21:23:02 UTC) #14
abarth-chromium
rsLGTM assuming schenney is happy
7 years, 1 month ago (2013-11-05 16:19:34 UTC) #15
Stephen Chennney
LGTM. Go for it.
7 years, 1 month ago (2013-11-05 16:24:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/48273013/310001
7 years, 1 month ago (2013-11-05 16:51:34 UTC) #17
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_lint, webkit_python_tests, webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=11181
7 years, 1 month ago (2013-11-05 17:11:53 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/48273013/310001
7 years, 1 month ago (2013-11-05 17:25:27 UTC) #19
commit-bot: I haz the power
7 years, 1 month ago (2013-11-05 20:28:31 UTC) #20
Message was sent while issue was closed.
Change committed as 161359

Powered by Google App Engine
This is Rietveld 408576698