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

Issue 606633002: [WebView] Create PowerSaveBlocker for fullscreen video. (Closed)

Created:
6 years, 3 months ago by Ignacio Solla
Modified:
6 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, benm (inactive)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[WebView] Create PowerSaveBlocker for fullscreen video. BUG=417623 Committed: https://crrev.com/ec9b8860c670221d8bfcfbe628f0597a5b6bd4f6 Cr-Commit-Position: refs/heads/master@{#296738}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address review comments #

Total comments: 5

Patch Set 3 : alphabetize #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -11 lines) Patch
M android_webview/lib/main/aw_main_delegate.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/android/content_video_view.cc View 1 chunk +12 lines, -11 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (6 generated)
Ignacio Solla
https://codereview.chromium.org/606633002/diff/1/content/browser/android/content_video_view.cc File content/browser/android/content_video_view.cc (right): https://codereview.chromium.org/606633002/diff/1/content/browser/android/content_video_view.cc#newcode265 content/browser/android/content_video_view.cc:265: if (base::CommandLine::ForCurrentProcess()->HasSwitch( Some context: kDisableOverlayFullscreenVideoSubtitle was used by embedders ...
6 years, 3 months ago (2014-09-25 10:36:02 UTC) #1
Ignacio Solla
mkosiba@chromium.org: Please review changes in android_webview/ avi@chromium.org: Please review changes in content/
6 years, 3 months ago (2014-09-25 10:38:44 UTC) #3
mkosiba (inactive)
lgtm
6 years, 2 months ago (2014-09-25 14:42:33 UTC) #4
boliu
drive by. Can you find a way to *not* add a command line switch? That's ...
6 years, 2 months ago (2014-09-25 14:58:39 UTC) #5
Ignacio Solla
On 2014/09/25 14:58:39, boliu wrote: > drive by. Can you find a way to *not* ...
6 years, 2 months ago (2014-09-25 15:15:54 UTC) #6
Ignacio Solla
jam@chromium.org: Please review changes in content/
6 years, 2 months ago (2014-09-25 15:19:22 UTC) #9
boliu
On 2014/09/25 15:15:54, Ignacio Solla wrote: > On 2014/09/25 14:58:39, boliu wrote: > > drive ...
6 years, 2 months ago (2014-09-25 15:22:55 UTC) #10
Ignacio Solla
On 2014/09/25 15:22:55, boliu wrote: > On 2014/09/25 15:15:54, Ignacio Solla wrote: > > On ...
6 years, 2 months ago (2014-09-25 15:23:21 UTC) #11
Avi (use Gerrit)
Small fix needed. https://codereview.chromium.org/606633002/diff/1/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/606633002/diff/1/content/public/common/content_switches.cc#newcode386 content/public/common/content_switches.cc:386: "enable-content-video-view-power-save-blocker"; Platform-specific switches go at the ...
6 years, 2 months ago (2014-09-25 15:24:59 UTC) #13
boliu
On 2014/09/25 15:23:21, Ignacio Solla wrote: > On 2014/09/25 15:22:55, boliu wrote: > > On ...
6 years, 2 months ago (2014-09-25 15:30:56 UTC) #14
Ignacio Solla
On 2014/09/25 15:30:56, boliu wrote: > On 2014/09/25 15:23:21, Ignacio Solla wrote: > > On ...
6 years, 2 months ago (2014-09-25 15:37:18 UTC) #15
Ignacio Solla
https://codereview.chromium.org/606633002/diff/1/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/606633002/diff/1/content/public/common/content_switches.cc#newcode386 content/public/common/content_switches.cc:386: "enable-content-video-view-power-save-blocker"; On 2014/09/25 15:24:58, Avi wrote: > Platform-specific switches ...
6 years, 2 months ago (2014-09-25 15:38:03 UTC) #16
boliu
https://codereview.chromium.org/606633002/diff/20001/content/browser/android/content_video_view.cc File content/browser/android/content_video_view.cc (right): https://codereview.chromium.org/606633002/diff/20001/content/browser/android/content_video_view.cc#newcode266 content/browser/android/content_video_view.cc:266: switches::kEnableContentVideoViewPowerSaveBlocker)) { nit: So if I'm reading this correctly, ...
6 years, 2 months ago (2014-09-25 15:39:56 UTC) #18
Avi (use Gerrit)
If everything in the file is in alphabetical order, please follow. https://codereview.chromium.org/606633002/diff/20001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): ...
6 years, 2 months ago (2014-09-25 15:41:19 UTC) #19
Ignacio Solla
https://codereview.chromium.org/606633002/diff/20001/content/browser/android/content_video_view.cc File content/browser/android/content_video_view.cc (right): https://codereview.chromium.org/606633002/diff/20001/content/browser/android/content_video_view.cc#newcode266 content/browser/android/content_video_view.cc:266: switches::kEnableContentVideoViewPowerSaveBlocker)) { On 2014/09/25 15:39:56, boliu wrote: > nit: ...
6 years, 2 months ago (2014-09-25 15:43:38 UTC) #20
Ignacio Solla
https://codereview.chromium.org/606633002/diff/20001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/606633002/diff/20001/content/public/common/content_switches.h#newcode260 content/public/common/content_switches.h:260: CONTENT_EXPORT extern const char kEnableContentVideoViewPowerSaveBlocker[]; On 2014/09/25 15:41:19, Avi ...
6 years, 2 months ago (2014-09-25 15:46:57 UTC) #21
boliu
https://codereview.chromium.org/606633002/diff/20001/content/browser/android/content_video_view.cc File content/browser/android/content_video_view.cc (right): https://codereview.chromium.org/606633002/diff/20001/content/browser/android/content_video_view.cc#newcode266 content/browser/android/content_video_view.cc:266: switches::kEnableContentVideoViewPowerSaveBlocker)) { On 2014/09/25 15:43:38, Ignacio Solla wrote: > ...
6 years, 2 months ago (2014-09-25 15:50:34 UTC) #22
boliu
Btw I'm happy, in case Avi is waiting for my complaints to be resolved.
6 years, 2 months ago (2014-09-25 16:31:23 UTC) #23
Avi (use Gerrit)
LGTM
6 years, 2 months ago (2014-09-25 17:39:54 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/606633002/40001
6 years, 2 months ago (2014-09-25 17:41:34 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001) as fc9387fe8d66ba58f9058a7ca72069e024b7da90
6 years, 2 months ago (2014-09-25 17:46:30 UTC) #27
commit-bot: I haz the power
6 years, 2 months ago (2014-09-25 17:47:33 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ec9b8860c670221d8bfcfbe628f0597a5b6bd4f6
Cr-Commit-Position: refs/heads/master@{#296738}

Powered by Google App Engine
This is Rietveld 408576698