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

Issue 836063003: Add a method to set system UI visibility for ContentVideoView (Closed)

Created:
5 years, 11 months ago by qinmin
Modified:
5 years, 11 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a method to set system UI visibility for ContentVideoView When long clicking a fullscreen video, Context menu will be shown. This will reset the current system UI flags. We need to change the system UI flags back when fullscreen activity gets back the focus. Or an alternative approach is to disable the context menu for fullscreen video. BUG=424134 Committed: https://crrev.com/b19cf562744bef367a0947b3096d8d777b7ea44d Cr-Commit-Position: refs/heads/master@{#311710}

Patch Set 1 #

Patch Set 2 : change the function name #

Total comments: 4

Patch Set 3 : nits #

Patch Set 4 : fix AwContentViewClient #

Patch Set 5 : fix TODO #

Messages

Total messages: 28 (10 generated)
qinmin
PTAL
5 years, 11 months ago (2015-01-06 02:03:03 UTC) #2
Ted C
lgtm https://codereview.chromium.org/836063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java File content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java (right): https://codereview.chromium.org/836063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java#newcode55 content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java:55: FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView(); any reason why ...
5 years, 11 months ago (2015-01-09 22:31:54 UTC) #3
qinmin
https://codereview.chromium.org/836063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java File content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java (right): https://codereview.chromium.org/836063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java#newcode55 content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java:55: FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView(); On 2015/01/09 22:31:54, Ted ...
5 years, 11 months ago (2015-01-12 23:35:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836063003/40001
5 years, 11 months ago (2015-01-12 23:36:11 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/48011) android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/44421)
5 years, 11 months ago (2015-01-12 23:53:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836063003/60001
5 years, 11 months ago (2015-01-13 00:06:23 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/35297)
5 years, 11 months ago (2015-01-13 00:14:31 UTC) #12
qinmin
+michaelbai for android_webview OWNER
5 years, 11 months ago (2015-01-13 19:54:01 UTC) #16
michaelbai
igsolla@ shall we do anything in WebView side?
5 years, 11 months ago (2015-01-13 22:15:01 UTC) #18
Ignacio Solla
On 2015/01/13 22:15:01, michaelbai wrote: > igsolla@ shall we do anything in WebView side? The ...
5 years, 11 months ago (2015-01-15 13:47:37 UTC) #19
Ignacio Solla
lgtm
5 years, 11 months ago (2015-01-15 13:48:56 UTC) #20
Ignacio Solla
lgtm
5 years, 11 months ago (2015-01-15 13:48:58 UTC) #21
michaelbai
lgtm
5 years, 11 months ago (2015-01-15 16:44:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836063003/80001
5 years, 11 months ago (2015-01-15 17:47:33 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-15 19:25:26 UTC) #25
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/b19cf562744bef367a0947b3096d8d777b7ea44d Cr-Commit-Position: refs/heads/master@{#311710}
5 years, 11 months ago (2015-01-15 19:26:19 UTC) #26
Anand Mistry (off Chromium)
On 2015/01/15 19:26:19, I haz the power (commit-bot) wrote: > Patchset 5 (id:??) landed as ...
5 years, 11 months ago (2015-01-16 00:18:56 UTC) #27
qinmin
5 years, 11 months ago (2015-01-16 00:44:01 UTC) #28
Message was sent while issue was closed.
On 2015/01/16 00:18:56, Anand Mistry wrote:
> On 2015/01/15 19:26:19, I haz the power (commit-bot) wrote:
> > Patchset 5 (id:??) landed as
> > https://crrev.com/b19cf562744bef367a0947b3096d8d777b7ea44d
> > Cr-Commit-Position: refs/heads/master@{#311710}
> 
> I suspect this change may have broken the Android tests builders:
>
https://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/1...

Instrumentation test passed on #17804, so it doens't look like that this CL is
the cause. Probably the test itself is flaky

Powered by Google App Engine
This is Rietveld 408576698