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

Issue 107673002: OneClickSigninBubbleView: Update the bubble form to reflect new bubble/ (Closed)

Created:
7 years ago by Oren Blasberg
Modified:
6 years, 11 months ago
Reviewers:
noms (inactive), Nico, sky
CC:
chromium-reviews, tim+watch_chromium.org, tfarina, rsimha+watch_chromium.org, haitaol+watch_chromium.org, noms (inactive), tmccoy, Sebastien Gabriel
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

OneClickSigninBubbleView: Update the bubble form to reflect new bubble/ dialog UI design paradigm [Mac/Views]: - Add a title ("You're now signed in to Chromium!") - Modify "OK" button to say "OK, got it!" instead - Adjust margins and gaps according to spec. XIB changes: * Added a new NSTextField for the “You’re now signed in to Chromium” title. * Made the entire bubble taller (167 height) and wider (350 width) to accommodate new UI spec and to make room for the title text field. * Repositioned the Advanced link and the OK button in order to have 10 view units margin from the bottom and left/right edges (also for new UI spec). Screenshots: * Mac: http://i.imgur.com/qKWKwR4.png * Views: http://i.imgur.com/6fYmi42.png BUG=322593 R=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243744

Patch Set 1 #

Patch Set 2 : Made the width 350px correctly. #

Patch Set 3 : Merge conflict #

Patch Set 4 : Updating files. #

Patch Set 5 : Fixing for 10.8 xib #

Patch Set 6 : Fix the Advanced link on Mac. #

Patch Set 7 : Undo an unnecessary constant change on views. #

Patch Set 8 : Sent mail. #

Patch Set 9 : Sent mail (2) #

Total comments: 2

Patch Set 10 : Move the IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE string into generated_resources.grd instead of having … #

Total comments: 8

Patch Set 11 : Address noms@ comments. #

Total comments: 2

Patch Set 12 : Only apply bubble width when in bubble mode. #

Patch Set 13 : Address sky@ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -46 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/app/nibs/OneClickSigninBubble.xib View 1 2 3 4 21 chunks +90 lines, -24 lines 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_view_controller.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_view_controller.mm View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +30 lines, -16 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Oren Blasberg
7 years ago (2013-12-20 20:37:02 UTC) #1
Nico
Hi, when changing xib files, please add a "xib changes" section that describes what you ...
7 years ago (2013-12-20 20:39:23 UTC) #2
Nico
almost lgtm, one tiny change please: https://codereview.chromium.org/107673002/diff/190001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/107673002/diff/190001/chrome/app/chromium_strings.grd#newcode874 chrome/app/chromium_strings.grd:874: Your bookmarks, history, ...
7 years ago (2013-12-20 20:42:18 UTC) #3
Oren Blasberg
On 2013/12/20 20:42:18, Nico wrote: > almost lgtm, one tiny change please: > > https://codereview.chromium.org/107673002/diff/190001/chrome/app/chromium_strings.grd ...
7 years ago (2013-12-20 22:51:27 UTC) #4
Oren Blasberg
https://codereview.chromium.org/107673002/diff/190001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/107673002/diff/190001/chrome/app/chromium_strings.grd#newcode874 chrome/app/chromium_strings.grd:874: Your bookmarks, history, and other settings will be synced ...
7 years ago (2013-12-20 22:52:07 UTC) #5
Nico
lgtm, thanks! (nit: xib files are in "view units" (following android parlance, we also say ...
7 years ago (2013-12-20 23:03:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/orenb@chromium.org/107673002/280001
6 years, 11 months ago (2014-01-06 22:03:49 UTC) #7
noms (inactive)
Some drive-by comments on the views code. https://codereview.chromium.org/107673002/diff/280001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (right): https://codereview.chromium.org/107673002/diff/280001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#newcode35 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:35: const int ...
6 years, 11 months ago (2014-01-06 22:22:23 UTC) #8
Oren Blasberg
https://codereview.chromium.org/107673002/diff/280001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (right): https://codereview.chromium.org/107673002/diff/280001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#newcode35 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:35: const int kMinimumDialogLabelWidth = 400; On 2014/01/06 22:22:23, Monica ...
6 years, 11 months ago (2014-01-07 00:12:19 UTC) #9
Oren Blasberg
6 years, 11 months ago (2014-01-07 17:59:54 UTC) #10
sky
https://codereview.chromium.org/107673002/diff/500001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (right): https://codereview.chromium.org/107673002/diff/500001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#newcode301 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:301: (*ok_button)->SetText(undo_label); Is this needed anymore? And can the text ...
6 years, 11 months ago (2014-01-07 21:39:13 UTC) #11
Oren Blasberg
https://codereview.chromium.org/107673002/diff/280001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc File chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc (right): https://codereview.chromium.org/107673002/diff/280001/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc#newcode35 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc:35: const int kMinimumDialogLabelWidth = 400; On 2014/01/07 00:12:20, Oren ...
6 years, 11 months ago (2014-01-08 21:43:59 UTC) #12
sky
views LGTM
6 years, 11 months ago (2014-01-08 23:36:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/orenb@chromium.org/107673002/590001
6 years, 11 months ago (2014-01-08 23:41:39 UTC) #14
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 02:16:30 UTC) #15
Message was sent while issue was closed.
Change committed as 243744

Powered by Google App Engine
This is Rietveld 408576698