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

Issue 73723002: [rAc OSX] Animate the dots in the "Loading ..." message. (Closed)

Created:
7 years, 1 month ago by Ilya Sherman
Modified:
7 years, 1 month ago
CC:
chromium-reviews, benquan, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

[rAc OSX] Animate the dots in the "Loading ..." message. BUG=315980, 315981 TEST=Open Autofill dialog in Wallet mode. While the Wallet data is loading, the loading screen should show the message "Loading payment details..." and the dots should animate. R=estade@chromium.org, groby@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236152

Patch Set 1 #

Patch Set 2 : git-add new files #

Patch Set 3 : Clean up new files #

Total comments: 25

Patch Set 4 : Rebase #

Patch Set 5 : Encapsulate more, use native constructs more #

Total comments: 10

Patch Set 6 : Fix nits #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase and add a missing semicolon #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -84 lines) Patch
M chrome/browser/ui/autofill/loading_animation.h View 1 2 3 4 5 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/loading_animation.cc View 1 2 3 4 5 4 chunks +20 lines, -12 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 2 3 4 5 6 6 chunks +14 lines, -61 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.mm View 1 2 3 4 5 1 chunk +162 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 7 5 chunks +7 lines, -8 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Ilya Sherman
7 years, 1 month ago (2013-11-15 06:16:48 UTC) #1
Evan Stade
https://codereview.chromium.org/73723002/diff/70001/chrome/browser/ui/autofill/loading_animation.cc File chrome/browser/ui/autofill/loading_animation.cc (right): https://codereview.chromium.org/73723002/diff/70001/chrome/browser/ui/autofill/loading_animation.cc#newcode57 chrome/browser/ui/autofill/loading_animation.cc:57: static double kScale = 10.0; nit: I don't really ...
7 years, 1 month ago (2013-11-15 21:58:45 UTC) #2
groby-ooo-7-16
https://codereview.chromium.org/73723002/diff/70001/chrome/browser/ui/autofill/loading_animation.cc File chrome/browser/ui/autofill/loading_animation.cc (right): https://codereview.chromium.org/73723002/diff/70001/chrome/browser/ui/autofill/loading_animation.cc#newcode57 chrome/browser/ui/autofill/loading_animation.cc:57: static double kScale = 10.0; On 2013/11/15 21:58:46, Evan ...
7 years, 1 month ago (2013-11-15 23:03:37 UTC) #3
Ilya Sherman
https://codereview.chromium.org/73723002/diff/70001/chrome/browser/ui/autofill/loading_animation.cc File chrome/browser/ui/autofill/loading_animation.cc (right): https://codereview.chromium.org/73723002/diff/70001/chrome/browser/ui/autofill/loading_animation.cc#newcode57 chrome/browser/ui/autofill/loading_animation.cc:57: static double kScale = 10.0; On 2013/11/15 23:03:38, groby ...
7 years, 1 month ago (2013-11-16 00:31:13 UTC) #4
Evan Stade
https://codereview.chromium.org/73723002/diff/160001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/73723002/diff/160001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode405 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:405: animation_.reset(new LoadingAnimation(this, font.GetHeight())) nit: the documentation for LoadingAnimation says ...
7 years, 1 month ago (2013-11-16 01:20:47 UTC) #5
groby-ooo-7-16
LGTM % fixes https://codereview.chromium.org/73723002/diff/160001/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h File chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h (right): https://codereview.chromium.org/73723002/diff/160001/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h#newcode21 chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h:21: @interface AutofillLoadingShieldController : NSViewController<AutofillLayout> { Please ...
7 years, 1 month ago (2013-11-16 01:34:59 UTC) #6
Ilya Sherman
https://codereview.chromium.org/73723002/diff/160001/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h File chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h (right): https://codereview.chromium.org/73723002/diff/160001/chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h#newcode21 chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h:21: @interface AutofillLoadingShieldController : NSViewController<AutofillLayout> { On 2013/11/16 01:34:59, groby ...
7 years, 1 month ago (2013-11-16 01:46:53 UTC) #7
Evan Stade
lgtm
7 years, 1 month ago (2013-11-16 02:40:32 UTC) #8
groby-ooo-7-16
Still LGTM
7 years, 1 month ago (2013-11-18 18:55:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/73723002/390001
7 years, 1 month ago (2013-11-19 00:23:14 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) app_list_unittests, ash_unittests, aura_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, ...
7 years, 1 month ago (2013-11-19 01:47:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/73723002/390001
7 years, 1 month ago (2013-11-19 01:59:46 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) app_list_unittests, aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, ...
7 years, 1 month ago (2013-11-19 03:07:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/73723002/850001
7 years, 1 month ago (2013-11-19 23:47:36 UTC) #14
commit-bot: I haz the power
7 years, 1 month ago (2013-11-20 04:51:58 UTC) #15
Message was sent while issue was closed.
Change committed as 236152

Powered by Google App Engine
This is Rietveld 408576698