summaryrefslogtreecommitdiffstats
path: root/chrome/browser/idle_chromeos.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1) added "idle" and "locked" transitions to idle.onStateChangedcourage@chromium.org2012-11-171-12/+10
| | | | | | | | | | | | | 2) Per-app/extension idle threshold, settable via idle.setDetectionInterval 3) Bug fixes BUG=143275 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168104 Review URL: https://chromiumcodereview.appspot.com/10985056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168365 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 168104 because it broke interactive_ui_tests and browser_tests on ↵sadrul@chromium.org2012-11-161-10/+12
| | | | | | | | | | | | | | | | | | debug builds. === 1) added "idle" and "locked" transitions to idle.onStateChanged 2) Per-app/extension idle threshold, settable via idle.setDetectionInterval 3) Bug fixes BUG=143275 Review URL: https://chromiumcodereview.appspot.com/10985056 TBR=courage@chromium.org Review URL: https://codereview.chromium.org/11418024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168118 0039d316-1c4b-4281-b951-d872f2087c98
* 1) added "idle" and "locked" transitions to idle.onStateChangedcourage@chromium.org2012-11-161-12/+10
| | | | | | | | | | | 2) Per-app/extension idle threshold, settable via idle.setDetectionInterval 3) Bug fixes BUG=143275 Review URL: https://chromiumcodereview.appspot.com/10985056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168104 0039d316-1c4b-4281-b951-d872f2087c98
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-14/+4
| | | | | | | | | | | | | | | | Move files in chrome/browser/chromeos/dbus/ to chromeos/dbus Add chromeos/dbus/DEPS Add chromeos.gyp:chromeos_test_support and chromeos.gyp:chromeos_unittests Add CHROMEOS_EXPORT to classes Move power related proto targets to chromeos.gyp Rewrite and sort #includes BUG=119583 TEST=component chromeos build success, checkdeps success Review URL: https://chromiumcodereview.appspot.com/9838085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131065 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: call GetIdleTime from power manager clientsque@chromium.org2011-11-151-7/+5
| | | | | | | | | | | | | | | | | No longer using libcros to call the method. Part of libcros removal. Instead chrome will call the method directly. BUG=chromium-os:16558 TEST=none Signed-off-by: Simon Que <sque@chromium.org> R=satorux@chromium.org,stevenjb@chromium.org,tbarzic@chromium.org Review URL: http://codereview.chromium.org/8566024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110188 0039d316-1c4b-4281-b951-d872f2087c98
* Applied review comments from oshima for CL 7850026.saintlou@chromium.org2011-09-201-1/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7945014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101983 0039d316-1c4b-4281-b951-d872f2087c98
* Checking if idle state is locked now works on ChromeOSsidor@chromium.org2011-09-161-2/+4
| | | | | | | | | | BUG=None TEST=Two bits using this function are notifications and idle API. Both seem to work fine on my machine. Review URL: http://codereview.chromium.org/7906014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101584 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing the bug, that caused UI to hang after unsupported device was inserted.sidor@chromium.org2011-09-101-0/+9
| | | | | | | | | | | | In the idle.h new synchronous method was added - IsWorkstationInLockedState. BUG=chromium-os:20261 TEST=None Review URL: http://codereview.chromium.org/7864022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100582 0039d316-1c4b-4281-b951-d872f2087c98
* UI fix for idle API for ChromeOS.sidor@chromium.org2011-09-081-0/+30
| | | | | | | | | | BUG=chromium-os:17167 TEST=None Review URL: http://codereview.chromium.org/7851019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100252 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 100093 - UI fix for idle API on ChromeOS.dhollowa@chromium.org2011-09-081-30/+0
| | | | | | | | | | | | | BUG=chromium-os:17167 TEST=None. Review URL: http://codereview.chromium.org/7800018 TBR=sidor@chromium.org Review URL: http://codereview.chromium.org/7847014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100104 0039d316-1c4b-4281-b951-d872f2087c98
* UI fix for idle API on ChromeOS.sidor@chromium.org2011-09-081-0/+30
BUG=chromium-os:17167 TEST=None. Review URL: http://codereview.chromium.org/7800018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100093 0039d316-1c4b-4281-b951-d872f2087c98