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

Issue 140453002: Repaint windows on screen unlock. (Closed)

Created:
6 years, 11 months ago by jbauman
Modified:
6 years, 11 months ago
Reviewers:
cpu_(ooo_6.6-7.5), sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Repaint windows on screen unlock. D3D presents are ignored while the screen is locked, so wait for unlock and then attempt to redraw all windows. BUG=322728 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247059

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -19 lines) Patch
M chrome/browser/idle_win.cc View 1 2 3 3 chunks +3 lines, -19 lines 0 comments Download
A ui/base/win/lock_state.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A ui/base/win/lock_state.cc View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 2 3 4 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
jbauman
6 years, 11 months ago (2014-01-16 01:57:41 UTC) #1
sky
+cpu as I'm not too familiar with the APIs you're using here. https://codereview.chromium.org/140453002/diff/1/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc ...
6 years, 11 months ago (2014-01-16 16:36:37 UTC) #2
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/140453002/diff/1/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/140453002/diff/1/ui/views/win/hwnd_message_handler.cc#newcode2330 ui/views/win/hwnd_message_handler.cc:2330: if (!input_desktop) { son, I am not sure what ...
6 years, 11 months ago (2014-01-16 18:35:08 UTC) #3
jbauman
On 2014/01/16 18:35:08, cpu wrote: > https://codereview.chromium.org/140453002/diff/1/ui/views/win/hwnd_message_handler.cc > File ui/views/win/hwnd_message_handler.cc (right): > > https://codereview.chromium.org/140453002/diff/1/ui/views/win/hwnd_message_handler.cc#newcode2330 > ...
6 years, 11 months ago (2014-01-16 23:24:13 UTC) #4
jbauman
On 2014/01/16 16:36:37, sky wrote: > +cpu as I'm not too familiar with the APIs ...
6 years, 11 months ago (2014-01-17 00:10:10 UTC) #5
sky
On Thu, Jan 16, 2014 at 4:10 PM, <jbauman@chromium.org> wrote: > On 2014/01/16 16:36:37, sky ...
6 years, 11 months ago (2014-01-17 00:38:27 UTC) #6
cpu_(ooo_6.6-7.5)
On 2014/01/16 23:24:13, jbauman wrote: > On 2014/01/16 18:35:08, cpu wrote: > > > https://codereview.chromium.org/140453002/diff/1/ui/views/win/hwnd_message_handler.cc ...
6 years, 11 months ago (2014-01-17 02:54:04 UTC) #7
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/140453002/diff/100002/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/140453002/diff/100002/ui/views/win/hwnd_message_handler.cc#newcode322 ui/views/win/hwnd_message_handler.cc:322: HDESK input_desk = ::OpenInputDesktop(0, 0, GENERIC_READ); Opening the input ...
6 years, 11 months ago (2014-01-19 20:52:45 UTC) #8
jbauman
PTAL. Changed the lock detection logic and added an unregister call.
6 years, 11 months ago (2014-01-22 01:27:05 UTC) #9
cpu_(ooo_6.6-7.5)
lgtm https://codereview.chromium.org/140453002/diff/180001/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/140453002/diff/180001/ui/views/win/hwnd_message_handler.cc#newcode333 ui/views/win/hwnd_message_handler.cc:333: } if ::OpenInputDesktop fails I don't know if ...
6 years, 11 months ago (2014-01-23 23:01:13 UTC) #10
sky
https://codereview.chromium.org/140453002/diff/180001/ui/views/win/hwnd_message_handler.cc File ui/views/win/hwnd_message_handler.cc (right): https://codereview.chromium.org/140453002/diff/180001/ui/views/win/hwnd_message_handler.cc#newcode320 ui/views/win/hwnd_message_handler.cc:320: bool IsWorkstationLocked() { This looks like a copy of ...
6 years, 11 months ago (2014-01-24 00:36:07 UTC) #11
jbauman
On 2014/01/24 00:36:07, sky wrote: > https://codereview.chromium.org/140453002/diff/180001/ui/views/win/hwnd_message_handler.cc > File ui/views/win/hwnd_message_handler.cc (right): > > https://codereview.chromium.org/140453002/diff/180001/ui/views/win/hwnd_message_handler.cc#newcode320 > ...
6 years, 11 months ago (2014-01-24 03:22:00 UTC) #12
sky
LGTM
6 years, 11 months ago (2014-01-24 16:35:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/140453002/280001
6 years, 11 months ago (2014-01-25 00:12:45 UTC) #14
commit-bot: I haz the power
6 years, 11 months ago (2014-01-25 01:45:12 UTC) #15
Message was sent while issue was closed.
Change committed as 247059

Powered by Google App Engine
This is Rietveld 408576698