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

Issue 2299883007: Remove video overlay support from WebView (Closed)

Created:
4 years, 3 months ago by Tima Vaisburd
Modified:
4 years, 3 months ago
Reviewers:
boliu
CC:
chromium-reviews, android-webview-reviews_chromium.org, Jinsuk Kim
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove video overlay support from WebView Video overlay for embedded videos (aka hole punching) was diabled in https://codereview.chromium.org/2026423002/. This CL removes it completely. BUG=616583 Committed: https://crrev.com/78b35e8a8b01f2db768a30033dee03323f71f316 Cr-Commit-Position: refs/heads/master@{#417025}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase only #

Patch Set 3 : Removed VideoTestUtil.java and references to external_video_surface #

Patch Set 4 : Removed get/setVideoOverlayForEmbeddedEncryptedVideoEnabled() from AwSettings #

Total comments: 2

Patch Set 5 : Removed another external_video_surface reference #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -545 lines) Patch
M android_webview/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/browser/aw_content_browser_client.h View 1 chunk +0 lines, -5 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M android_webview/browser/jni_dependency_factory.h View 2 chunks +0 lines, -5 lines 0 comments Download
M android_webview/glue/java/src/com/android/webview/chromium/ContentSettingsAdapter.java View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwSettings.java View 1 2 3 3 chunks +0 lines, -47 lines 0 comments Download
M android_webview/javatests/DEPS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java View 1 chunk +0 lines, -95 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java View 2 chunks +2 lines, -2 lines 0 comments Download
D android_webview/javatests/src/org/chromium/android_webview/test/ExternalVideoSurfaceContainerTest.java View 1 chunk +0 lines, -131 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java View 1 2 1 chunk +0 lines, -102 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/util/VideoSurfaceViewUtils.java View 3 chunks +0 lines, -76 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/util/VideoTestUtil.java View 2 chunks +1 line, -2 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.h View 1 chunk +0 lines, -4 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M android_webview/lib/main/webview_jni_onload.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M android_webview/native/BUILD.gn View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M android_webview/native/DEPS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/native/aw_settings.cc View 1 1 chunk +0 lines, -12 lines 0 comments Download
M android_webview/test/BUILD.gn View 1 2 3 4 4 chunks +0 lines, -4 lines 0 comments Download
D android_webview/test/shell/assets/multiple_videos_test.html View 1 2 1 chunk +0 lines, -29 lines 0 comments Download

Messages

Total messages: 37 (24 generated)
Tima Vaisburd
PTAL. https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode1702 android_webview/java/src/org/chromium/android_webview/AwSettings.java:1702: public void setVideoOverlayForEmbeddedVideoEnabled(final boolean enabled) { Is it ...
4 years, 3 months ago (2016-09-02 22:18:45 UTC) #4
boliu
remove all mention of components/external_video_surface from android_webview https://cs.chromium.org/search/?q=components/external_video_surface+file:src/android_webview&sq=package:chromium&type=cs https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode1702 android_webview/java/src/org/chromium/android_webview/AwSettings.java:1702: public ...
4 years, 3 months ago (2016-09-02 23:18:56 UTC) #5
Tima Vaisburd
> remove all mention of components/external_video_surface from android_webview Done. https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode1702 android_webview/java/src/org/chromium/android_webview/AwSettings.java:1702: ...
4 years, 3 months ago (2016-09-03 02:02:58 UTC) #14
boliu
On Sep 2, 2016 19:02, <timav@chromium.org> wrote: > > > remove all mention of components/external_video_surface ...
4 years, 3 months ago (2016-09-03 02:26:30 UTC) #17
Tima Vaisburd
On 2016/09/03 02:26:30, boliu_OOO wrote: > No you do not. We land glue changes upstream ...
4 years, 3 months ago (2016-09-03 02:39:45 UTC) #18
boliu
FYI I'm about to delete the downstream glue. On Sep 2, 2016 19:39, <timav@chromium.org> wrote: ...
4 years, 3 months ago (2016-09-03 03:14:50 UTC) #19
Tima Vaisburd
https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/2299883007/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode1702 android_webview/java/src/org/chromium/android_webview/AwSettings.java:1702: public void setVideoOverlayForEmbeddedVideoEnabled(final boolean enabled) { On 2016/09/03 02:02:58, ...
4 years, 3 months ago (2016-09-06 15:48:57 UTC) #24
boliu
https://codereview.chromium.org/2299883007/diff/100001/android_webview/test/BUILD.gn File android_webview/test/BUILD.gn (right): https://codereview.chromium.org/2299883007/diff/100001/android_webview/test/BUILD.gn#newcode109 android_webview/test/BUILD.gn:109: "//components/external_video_surface:java", remove this?
4 years, 3 months ago (2016-09-07 16:52:32 UTC) #28
boliu
On 2016/09/07 16:52:32, boliu wrote: > https://codereview.chromium.org/2299883007/diff/100001/android_webview/test/BUILD.gn > File android_webview/test/BUILD.gn (right): > > https://codereview.chromium.org/2299883007/diff/100001/android_webview/test/BUILD.gn#newcode109 > ...
4 years, 3 months ago (2016-09-07 16:56:02 UTC) #29
Tima Vaisburd
https://codereview.chromium.org/2299883007/diff/100001/android_webview/test/BUILD.gn File android_webview/test/BUILD.gn (right): https://codereview.chromium.org/2299883007/diff/100001/android_webview/test/BUILD.gn#newcode109 android_webview/test/BUILD.gn:109: "//components/external_video_surface:java", On 2016/09/07 16:52:32, boliu wrote: > remove this? ...
4 years, 3 months ago (2016-09-07 18:05:34 UTC) #30
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/2299883007/120001
4 years, 3 months ago (2016-09-07 18:06:25 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 3 months ago (2016-09-07 19:24:33 UTC) #35
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 19:26:49 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/78b35e8a8b01f2db768a30033dee03323f71f316
Cr-Commit-Position: refs/heads/master@{#417025}

Powered by Google App Engine
This is Rietveld 408576698