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

Issue 8806: Iplement the idle timer for Linux using libxss. (Closed)

Created:
12 years, 1 month ago by dsh
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, dsh
Visibility:
Public.

Description

Implement the idle timer for Linux using libxss. BUG=2183 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4930

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M base/base_lib.scons View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M base/base_unittests.scons View 2 2 chunks +4 lines, -0 lines 0 comments Download
M base/idle_timer.cc View 1 2 2 chunks +49 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (0 generated)
dsh
I'm still waiting for the trybots to get the libxss stuff installed so I can ...
12 years, 1 month ago (2008-10-27 22:24:29 UTC) #1
Evan Martin
http://codereview.chromium.org/8806/diff/1/2 File base/idle_timer.cc (right): http://codereview.chromium.org/8806/diff/1/2#newcode50 Line 50: #elif defined(OS_LINUX) Would it make sense to just ...
12 years, 1 month ago (2008-10-27 22:44:05 UTC) #2
dsh
Cleaned up per previous comments.
12 years, 1 month ago (2008-11-04 23:43:32 UTC) #3
Evan Martin
I think this change in isolation looks good, but having thought about it a bit ...
12 years, 1 month ago (2008-11-06 00:35:43 UTC) #4
dsh
OK, I'm not 100% sure how you wanted me to comment this out style-wise; how's ...
12 years, 1 month ago (2008-11-06 02:05:01 UTC) #5
Dean McNamee
http://codereview.chromium.org/8806/diff/11/13 File base/idle_timer.cc (right): http://codereview.chromium.org/8806/diff/11/13#newcode62 Line 62: static void New(void* instance) { This code is ...
12 years, 1 month ago (2008-11-06 08:57:05 UTC) #6
Evan Martin
12 years, 1 month ago (2008-11-06 20:28:19 UTC) #7
Minor comment; the rest LGTM after you make Dean happy. :)

http://codereview.chromium.org/8806/diff/11/13
File base/idle_timer.cc (right):

http://codereview.chromium.org/8806/diff/11/13#newcode11
Line 11: #if defined(OS_LINUX) && 0
Perhaps rather than the 0, just make up a define like "DISABLE_XSS_SUPPORT" and
test that.  Then define it just above here and put the comment about twiddling
it to enable the support above it.

Powered by Google App Engine
This is Rietveld 408576698