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

Issue 10476002: [cros] Change how we track momemt to emit login-prompt-visible signal. (Closed)

Created:
8 years, 6 months ago by Nikita (slow)
Modified:
8 years, 6 months ago
Reviewers:
Daniel Erat
CC:
chromium-reviews, arv (Not doing code reviews), stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

[cros] Change how we track momemt to emit login-prompt-visible signal. We could not rely on NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT in case of accelerated compositing. Also fix few JS style issues in screen_gaia_signin.js BUG=127517 TEST=login-prompt-visible is emitted with or without accelerated compositing enabled. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140275

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : api #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : merge + nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -51 lines) Patch
M chrome/browser/chromeos/login/webui_login_view.h View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/webui_login_view.cc View 1 2 3 3 chunks +17 lines, -32 lines 0 comments Download
M chrome/browser/resources/chromeos/login/display_manager.js View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_error_message.js View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 2 3 10 chunks +18 lines, -14 lines 0 comments Download
M chrome/browser/resources/chromeos/login/user_pod_row.js View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Nikita (slow)
8 years, 6 months ago (2012-06-01 19:03:48 UTC) #1
Daniel Erat
http://codereview.chromium.org/10476002/diff/9/chrome/browser/chromeos/login/webui_login_view.h File chrome/browser/chromeos/login/webui_login_view.h (right): http://codereview.chromium.org/10476002/diff/9/chrome/browser/chromeos/login/webui_login_view.h#newcode114 chrome/browser/chromeos/login/webui_login_view.h:114: // Performs series of action when login prompt is ...
8 years, 6 months ago (2012-06-02 14:20:58 UTC) #2
Nikita (slow)
Daniel, are these the only comments to this CL? Could you please issue sticky l ...
8 years, 6 months ago (2012-06-03 20:47:22 UTC) #3
Daniel Erat
On 2012/06/03 20:47:22, Nikita Kostylev wrote: > Daniel, are these the only comments to this ...
8 years, 6 months ago (2012-06-03 20:53:43 UTC) #4
Nikita (slow)
http://codereview.chromium.org/10476002/diff/9/chrome/common/chrome_notification_types.h File chrome/common/chrome_notification_types.h (right): http://codereview.chromium.org/10476002/diff/9/chrome/common/chrome_notification_types.h#newcode896 chrome/common/chrome_notification_types.h:896: // 1. NOTIFICATION_LOGIN_USER_IMAGES_LOADED On 2012/06/02 14:20:59, Daniel Erat wrote: ...
8 years, 6 months ago (2012-06-04 09:03:21 UTC) #5
Nikita (slow)
http://codereview.chromium.org/10476002/diff/9/chrome/browser/chromeos/login/webui_login_view.h File chrome/browser/chromeos/login/webui_login_view.h (right): http://codereview.chromium.org/10476002/diff/9/chrome/browser/chromeos/login/webui_login_view.h#newcode114 chrome/browser/chromeos/login/webui_login_view.h:114: // Performs series of action when login prompt is ...
8 years, 6 months ago (2012-06-04 09:18:25 UTC) #6
Nikita (slow)
Tested on stumpy/alex with accelerated compositing enabled/disabled: Boot into OOBE/GAIA frame/user list/error screen (no network). ...
8 years, 6 months ago (2012-06-04 12:12:17 UTC) #7
Daniel Erat
On 2012/06/04 09:03:21, Nikita Kostylev wrote: > http://codereview.chromium.org/10476002/diff/9/chrome/common/chrome_notification_types.h > File chrome/common/chrome_notification_types.h (right): > > http://codereview.chromium.org/10476002/diff/9/chrome/common/chrome_notification_types.h#newcode896 ...
8 years, 6 months ago (2012-06-04 14:49:35 UTC) #8
Nikita (slow)
On 2012/06/04 14:49:35, Daniel Erat wrote: > On 2012/06/04 09:03:21, Nikita Kostylev wrote: > > ...
8 years, 6 months ago (2012-06-04 15:26:05 UTC) #9
Daniel Erat
On 2012/06/04 15:26:05, Nikita Kostylev wrote: > On 2012/06/04 14:49:35, Daniel Erat wrote: > > ...
8 years, 6 months ago (2012-06-04 15:34:51 UTC) #10
Nikita (slow)
8 years, 6 months ago (2012-06-05 08:25:02 UTC) #11
> Perhaps these notifications could just be more clearly named, and the order in
> which they're emitted documented somewhere, then.  I found this stuff pretty
> difficult to keep straight the last time I was working on it.

http://codereview.chromium.org/10536003/

Powered by Google App Engine
This is Rietveld 408576698