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

Issue 22766004: Fullscreen video in Android WebView (Closed)

Created:
7 years, 4 months ago by boliu
Modified:
7 years, 4 months ago
Reviewers:
joth, qinmin, no sievers, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org, joth, scherkus (not reviewing)
Visibility:
Public.

Description

Fullscreen video in Android WebView Make StreamTextureFactory and StreamTextureProxy abstract base classes, and create a stub StreamTextureFactory for Android Webview using synchronous compositor. This provides enough plumbing to make full screen video work in Android WebView. In-page video still requires the in-process context to support streaming texture manager. BUG=239760 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216864

Patch Set 1 #

Total comments: 7

Patch Set 2 : minor clean ups #

Total comments: 6

Patch Set 3 : address nits #

Messages

Total messages: 10 (0 generated)
boliu
Make StreamTextureFactory and StreamTextureProxy abstract base classes, and create a stub StreamTextureFactory for android webview. ...
7 years, 4 months ago (2013-08-10 00:41:47 UTC) #1
boliu
+cc scherkus. Man, this is my intern project all over again. Except this time it ...
7 years, 4 months ago (2013-08-10 00:58:18 UTC) #2
joth
lgtm for synchronous_compositor stuffs if other reviews are happy with the rest :) https://codereview.chromium.org/22766004/diff/1/content/browser/android/in_process/synchronous_compositor_impl.cc File ...
7 years, 4 months ago (2013-08-10 01:43:44 UTC) #3
no sievers
lgtm with nits https://codereview.chromium.org/22766004/diff/5001/content/renderer/media/android/stream_texture_factory_android_impl.h File content/renderer/media/android/stream_texture_factory_android_impl.h (right): https://codereview.chromium.org/22766004/diff/5001/content/renderer/media/android/stream_texture_factory_android_impl.h#newcode21 content/renderer/media/android/stream_texture_factory_android_impl.h:21: GpuChannelHost* channel, nit: indent https://codereview.chromium.org/22766004/diff/5001/content/renderer/media/android/stream_texture_factory_android_synchronous_impl.h File ...
7 years, 4 months ago (2013-08-10 02:08:46 UTC) #4
qinmin
lgtm % nit https://codereview.chromium.org/22766004/diff/1/content/renderer/media/android/stream_texture_factory_android.h File content/renderer/media/android/stream_texture_factory_android.h (right): https://codereview.chromium.org/22766004/diff/1/content/renderer/media/android/stream_texture_factory_android.h#newcode52 content/renderer/media/android/stream_texture_factory_android.h:52: virtual ~StreamTextureFactory() {} nit: move to ...
7 years, 4 months ago (2013-08-10 02:45:43 UTC) #5
boliu
https://codereview.chromium.org/22766004/diff/1/content/renderer/media/android/stream_texture_factory_android.h File content/renderer/media/android/stream_texture_factory_android.h (right): https://codereview.chromium.org/22766004/diff/1/content/renderer/media/android/stream_texture_factory_android.h#newcode8 content/renderer/media/android/stream_texture_factory_android.h:8: // TODO(boliu): move headers On 2013/08/10 01:43:44, joth wrote: ...
7 years, 4 months ago (2013-08-10 04:17:03 UTC) #6
boliu
Antoine, could you stamp content_renderer.gypi and render_view_impl.cc, and maybe skim through other files. This is ...
7 years, 4 months ago (2013-08-10 04:26:31 UTC) #7
piman
lgtm
7 years, 4 months ago (2013-08-10 05:18:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/22766004/14001
7 years, 4 months ago (2013-08-10 05:20:40 UTC) #9
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 15:10:44 UTC) #10
Message was sent while issue was closed.
Change committed as 216864

Powered by Google App Engine
This is Rietveld 408576698