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

Issue 566993002: Add lucid sleep flag and debugging helper (Closed)

Created:
6 years, 3 months ago by Chirantan Ekbote
Modified:
6 years, 3 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, Luigi Semenzato, Sameer Nanda, stevenjb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add lucid sleep flag and debugging helper Add a flag for lucid sleep so that apps that wish to start working with it can do so while it's still under development. Also to help with testing when the lid is closed, add a class that will flash the light bar when the system is in dark resume. BUG=397328 Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>; Committed: https://crrev.com/6e3f35be628105d6d5d2c570de866f22bcd1f2bc Cr-Commit-Position: refs/heads/master@{#294972}

Patch Set 1 #

Total comments: 11

Patch Set 2 : address comments #

Total comments: 4

Patch Set 3 : fix nits #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -0 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/power/light_bar.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/power/light_bar.cc View 1 1 chunk +59 lines, -0 lines 1 comment Download
M chrome/chrome_browser_chromeos.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
Chirantan Ekbote
We plan on landing lucid sleep functionality behind a flag in M39. Dan, please review ...
6 years, 3 months ago (2014-09-12 18:47:06 UTC) #2
Daniel Erat
https://codereview.chromium.org/566993002/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/566993002/diff/1/chrome/app/chromeos_strings.grdp#newcode1094 chrome/app/chromeos_strings.grdp:1094: Enable Lucid Sleep. have you been talking to anyone ...
6 years, 3 months ago (2014-09-12 19:53:03 UTC) #3
Alexei Svitkine (slow)
histograms.xml lgtm, I didn't review the rest
6 years, 3 months ago (2014-09-12 20:30:28 UTC) #4
Daniel Erat
https://codereview.chromium.org/566993002/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/566993002/diff/1/chrome/app/chromeos_strings.grdp#newcode1094 chrome/app/chromeos_strings.grdp:1094: Enable Lucid Sleep. On 2014/09/12 19:53:03, Daniel Erat wrote: ...
6 years, 3 months ago (2014-09-12 21:18:58 UTC) #5
Chirantan Ekbote
ptal https://codereview.chromium.org/566993002/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/566993002/diff/1/chrome/app/chromeos_strings.grdp#newcode1094 chrome/app/chromeos_strings.grdp:1094: Enable Lucid Sleep. On 2014/09/12 at 21:18:57, Daniel ...
6 years, 3 months ago (2014-09-15 23:20:46 UTC) #6
Daniel Erat
https://codereview.chromium.org/566993002/diff/20001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/566993002/diff/20001/chrome/app/chromeos_strings.grdp#newcode1094 chrome/app/chromeos_strings.grdp:1094: Wake On Packets. nit: this string shouldn't have a ...
6 years, 3 months ago (2014-09-15 23:24:36 UTC) #7
Chirantan Ekbote
https://codereview.chromium.org/566993002/diff/20001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/566993002/diff/20001/chrome/app/chromeos_strings.grdp#newcode1094 chrome/app/chromeos_strings.grdp:1094: Wake On Packets. On 2014/09/15 at 23:24:36, Daniel Erat ...
6 years, 3 months ago (2014-09-15 23:36:17 UTC) #8
Daniel Erat
lgtm
6 years, 3 months ago (2014-09-15 23:37:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/566993002/40001
6 years, 3 months ago (2014-09-16 00:01:14 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 8d9f62dee7306fa004114a94bdb7fe8c3f9a0a12
6 years, 3 months ago (2014-09-16 02:07:34 UTC) #12
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/6e3f35be628105d6d5d2c570de866f22bcd1f2bc Cr-Commit-Position: refs/heads/master@{#294972}
6 years, 3 months ago (2014-09-16 02:11:44 UTC) #13
Lei Zhang
6 years, 3 months ago (2014-09-19 21:08:47 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/566993002/diff/40001/chrome/browser/chromeos/...
File chrome/browser/chromeos/power/light_bar.cc (right):

https://codereview.chromium.org/566993002/diff/40001/chrome/browser/chromeos/...
chrome/browser/chromeos/power/light_bar.cc:10: #include "base/file_util.h"
Please be aware that this is going away. Use base/files/file_util.h in the
future. I had to removed all references, but they keep sneaking back in.

Powered by Google App Engine
This is Rietveld 408576698