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

Issue 17502007: Move webkit/renderer/media/android/ to content/renderer/media/android/. (Closed)

Created:
7 years, 6 months ago by scherkus (not reviewing)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Move webkit/renderer/media/android/ to content/renderer/media/android/. In addition: - MediaInfoLoader was moved to the android subdirectory as its only used on Android. - ProxyDecryptor was modified to accept a MediaKeys object instead of creating one itself. - StreamTexture{Factory,Proxy}Impl was folded into StreamTexture{Factory,Proxy}. - WebMediaPlayerProxyAndroidImpl was folded into WebMediaPlayerProxyAndroid. BUG=251306 TBR=jochen Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208040

Patch Set 1 : #

Total comments: 14

Patch Set 2 : folded like my laundry #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : fix shared lib #

Unified diffs Side-by-side diffs Delta from patch set Stats (+600 lines, -4214 lines) Patch
M content/content_renderer.gypi View 1 2 3 3 chunks +16 lines, -4 lines 0 comments Download
M content/content_tests.gypi View 2 chunks +1 line, -1 line 0 comments Download
A + content/renderer/media/android/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A content/renderer/media/android/audio_decoder_android.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A + content/renderer/media/android/audio_decoder_android.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/media/android/media_info_loader.h View 1 2 3 4 4 chunks +9 lines, -8 lines 0 comments Download
A + content/renderer/media/android/media_info_loader.cc View 3 chunks +5 lines, -4 lines 0 comments Download
A + content/renderer/media/android/media_info_loader_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + content/renderer/media/android/media_source_delegate.h View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
A + content/renderer/media/android/media_source_delegate.cc View 1 2 4 chunks +7 lines, -4 lines 0 comments Download
A + content/renderer/media/android/proxy_media_keys.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + content/renderer/media/android/proxy_media_keys.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A content/renderer/media/android/stream_texture_factory_android.h View 1 1 chunk +92 lines, -0 lines 0 comments Download
A content/renderer/media/android/stream_texture_factory_android.cc View 1 2 1 chunk +94 lines, -0 lines 0 comments Download
A + content/renderer/media/android/webmediaplayer_android.h View 7 chunks +21 lines, -17 lines 0 comments Download
A + content/renderer/media/android/webmediaplayer_android.cc View 1 2 6 chunks +16 lines, -10 lines 0 comments Download
A + content/renderer/media/android/webmediaplayer_manager_android.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + content/renderer/media/android/webmediaplayer_manager_android.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A content/renderer/media/android/webmediaplayer_proxy_android.h View 1 2 1 chunk +134 lines, -0 lines 0 comments Download
A + content/renderer/media/android/webmediaplayer_proxy_android.cc View 1 2 3 chunks +108 lines, -112 lines 0 comments Download
D content/renderer/media/stream_texture_factory_impl_android.h View 1 1 chunk +0 lines, -45 lines 0 comments Download
D content/renderer/media/stream_texture_factory_impl_android.cc View 1 1 chunk +0 lines, -137 lines 0 comments Download
D content/renderer/media/webmediaplayer_proxy_impl_android.h View 1 2 1 chunk +0 lines, -119 lines 0 comments Download
D content/renderer/media/webmediaplayer_proxy_impl_android.cc View 1 2 1 chunk +0 lines, -307 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 chunks +5 lines, -10 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 3 chunks +9 lines, -10 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 2 2 chunks +9 lines, -6 lines 0 comments Download
D webkit/renderer/media/android/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D webkit/renderer/media/android/audio_decoder_android.cc View 1 chunk +0 lines, -259 lines 0 comments Download
D webkit/renderer/media/android/media_source_delegate.h View 1 2 1 chunk +0 lines, -168 lines 0 comments Download
D webkit/renderer/media/android/media_source_delegate.cc View 1 2 1 chunk +0 lines, -442 lines 0 comments Download
D webkit/renderer/media/android/proxy_media_keys.h View 1 chunk +0 lines, -41 lines 0 comments Download
D webkit/renderer/media/android/proxy_media_keys.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D webkit/renderer/media/android/stream_texture_factory_android.h View 1 chunk +0 lines, -64 lines 0 comments Download
D webkit/renderer/media/android/webmediaplayer_android.h View 1 chunk +0 lines, -413 lines 0 comments Download
D webkit/renderer/media/android/webmediaplayer_android.cc View 1 2 1 chunk +0 lines, -1113 lines 0 comments Download
D webkit/renderer/media/android/webmediaplayer_manager_android.h View 1 chunk +0 lines, -72 lines 0 comments Download
D webkit/renderer/media/android/webmediaplayer_manager_android.cc View 1 chunk +0 lines, -97 lines 0 comments Download
D webkit/renderer/media/android/webmediaplayer_proxy_android.h View 1 2 1 chunk +0 lines, -97 lines 0 comments Download
D webkit/renderer/media/android/webmediaplayer_proxy_android.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M webkit/renderer/media/audio_decoder.h View 1 chunk +0 lines, -19 lines 0 comments Download
M webkit/renderer/media/crypto/proxy_decryptor.h View 4 chunks +5 lines, -18 lines 0 comments Download
M webkit/renderer/media/crypto/proxy_decryptor.cc View 4 chunks +7 lines, -17 lines 0 comments Download
D webkit/renderer/media/media_info_loader.h View 1 chunk +0 lines, -122 lines 0 comments Download
D webkit/renderer/media/media_info_loader.cc View 1 chunk +0 lines, -185 lines 0 comments Download
D webkit/renderer/media/media_info_loader_unittest.cc View 1 chunk +0 lines, -193 lines 0 comments Download
M webkit/renderer/media/webkit_media.gypi View 2 chunks +0 lines, -14 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
scherkus (not reviewing)
jamesr: everything qinmin: everything xhwang: ProxyDecryptor This was the smallest chunk I could split off. ...
7 years, 6 months ago (2013-06-21 02:52:58 UTC) #1
xhwang
ProxyDecryptor lgtm
7 years, 6 months ago (2013-06-21 03:37:00 UTC) #2
qinmin
https://codereview.chromium.org/17502007/diff/4001/content/renderer/media/android/stream_texture_factory_android.h File content/renderer/media/android/stream_texture_factory_android.h (right): https://codereview.chromium.org/17502007/diff/4001/content/renderer/media/android/stream_texture_factory_android.h#newcode28 content/renderer/media/android/stream_texture_factory_android.h:28: inline void operator()(StreamTextureProxy* ptr) const { ptr->Release(); } Other ...
7 years, 6 months ago (2013-06-21 04:37:04 UTC) #3
jamesr
Looks like qinmin covered this pretty well! I would like to subscribe to your newsletter. ...
7 years, 6 months ago (2013-06-21 04:55:35 UTC) #4
scherkus (not reviewing)
PTAL https://codereview.chromium.org/17502007/diff/4001/content/renderer/media/android/stream_texture_factory_android.h File content/renderer/media/android/stream_texture_factory_android.h (right): https://codereview.chromium.org/17502007/diff/4001/content/renderer/media/android/stream_texture_factory_android.h#newcode28 content/renderer/media/android/stream_texture_factory_android.h:28: inline void operator()(StreamTextureProxy* ptr) const { ptr->Release(); } ...
7 years, 6 months ago (2013-06-21 21:37:59 UTC) #5
qinmin
lgtm
7 years, 6 months ago (2013-06-21 23:06:58 UTC) #6
jamesr
lgtm. your laundry must end up less wrinkly than mine
7 years, 6 months ago (2013-06-21 23:39:27 UTC) #7
scherkus (not reviewing)
TBR=jochen for content/content_tests.gypi jamesr: you must be assuming this code is wrinkle-free cause I've definitely ...
7 years, 6 months ago (2013-06-22 00:04:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17502007/34001
7 years, 6 months ago (2013-06-22 00:05:07 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-22 00:40:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17502007/24004
7 years, 6 months ago (2013-06-22 02:48:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17502007/24004
7 years, 6 months ago (2013-06-22 03:12:01 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, chromedriver2_unittests, ...
7 years, 6 months ago (2013-06-22 04:43:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17502007/24004
7 years, 6 months ago (2013-06-22 05:15:14 UTC) #14
commit-bot: I haz the power
7 years, 6 months ago (2013-06-22 14:32:50 UTC) #15
Message was sent while issue was closed.
Change committed as 208040

Powered by Google App Engine
This is Rietveld 408576698