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

Issue 77283002: [rAc OSX] Factor out AutofillHeader class to contain dialog header elements. (Closed)

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

Description

[rAc OSX] Factor out AutofillHeader class to contain dialog header elements. Currently contains the title and the account chooser. In the next CL, I'm planning to move notifications into the header as well. BUG=315977 TEST=none R=groby@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236997

Patch Set 1 #

Total comments: 20

Patch Set 2 : Rebase #

Patch Set 3 : No shared constant, cleaner code #

Patch Set 4 : Rebase and remove unused member variable #

Total comments: 6

Patch Set 5 : Rebase #

Patch Set 6 : NSViewController, unflipped view #

Total comments: 2

Patch Set 7 : Rebase #

Patch Set 8 : Fix compile after rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -99 lines) Patch
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h View 1 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm View 1 2 3 4 5 6 7 13 chunks +37 lines, -69 lines 0 comments Download
A + chrome/browser/ui/cocoa/autofill/autofill_header.h View 1 2 3 4 5 6 2 chunks +14 lines, -11 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_header.mm View 1 2 3 4 5 1 chunk +86 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Ilya Sherman
7 years, 1 month ago (2013-11-20 02:02:33 UTC) #1
groby-ooo-7-16
Ahhhh. Nooooo! Please let me land the WindowController first! ( https://codereview.chromium.org/73293002/) On Tue, Nov 19, ...
7 years, 1 month ago (2013-11-20 02:14:51 UTC) #2
Ilya Sherman
On 2013/11/20 02:14:51, groby wrote: > Ahhhh. Nooooo! Please let me land the WindowController first! ...
7 years, 1 month ago (2013-11-20 06:46:44 UTC) #3
groby-ooo-7-16
https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm (right): https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm#newcode37 chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm:37: const CGFloat kDecorationHeight = autofill::kAccountChooserHeight + If this is ...
7 years, 1 month ago (2013-11-20 23:51:44 UTC) #4
Ilya Sherman
https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm (right): https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm#newcode37 chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm:37: const CGFloat kDecorationHeight = autofill::kAccountChooserHeight + On 2013/11/20 23:51:44, ...
7 years, 1 month ago (2013-11-22 05:01:12 UTC) #5
groby-ooo-7-16
https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_header.h File chrome/browser/ui/cocoa/autofill/autofill_header.h (right): https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_header.h#newcode19 chrome/browser/ui/cocoa/autofill/autofill_header.h:19: @interface AutofillHeader : NSView<AutofillLayout> { On 2013/11/22 05:01:13, Ilya ...
7 years, 1 month ago (2013-11-22 14:51:37 UTC) #6
Ilya Sherman
https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_header.h File chrome/browser/ui/cocoa/autofill/autofill_header.h (right): https://codereview.chromium.org/77283002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_header.h#newcode19 chrome/browser/ui/cocoa/autofill/autofill_header.h:19: @interface AutofillHeader : NSView<AutofillLayout> { On 2013/11/22 14:51:37, groby ...
7 years, 1 month ago (2013-11-23 00:23:53 UTC) #7
Ilya Sherman
https://codereview.chromium.org/77283002/diff/300001/chrome/browser/ui/cocoa/autofill/autofill_header.mm File chrome/browser/ui/cocoa/autofill/autofill_header.mm (right): https://codereview.chromium.org/77283002/diff/300001/chrome/browser/ui/cocoa/autofill/autofill_header.mm#newcode73 chrome/browser/ui/cocoa/autofill/autofill_header.mm:73: autofill::kDetailVerticalPadding)]; I got rid of the layout_manager stuff because ...
7 years, 1 month ago (2013-11-23 00:27:12 UTC) #8
groby-ooo-7-16
lgtm https://codereview.chromium.org/77283002/diff/300001/chrome/browser/ui/cocoa/autofill/autofill_header.mm File chrome/browser/ui/cocoa/autofill/autofill_header.mm (right): https://codereview.chromium.org/77283002/diff/300001/chrome/browser/ui/cocoa/autofill/autofill_header.mm#newcode73 chrome/browser/ui/cocoa/autofill/autofill_header.mm:73: autofill::kDetailVerticalPadding)]; On 2013/11/23 00:27:13, Ilya Sherman wrote: > ...
7 years, 1 month ago (2013-11-23 02:07:19 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/77283002/430001
7 years, 1 month ago (2013-11-23 02:37:14 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=192362
7 years, 1 month ago (2013-11-23 02:57:56 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/77283002/430001
7 years, 1 month ago (2013-11-23 22:35:14 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) app_list_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
7 years, 1 month ago (2013-11-23 23:54:33 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/77283002/180003
7 years, 1 month ago (2013-11-24 01:18:50 UTC) #14
commit-bot: I haz the power
7 years ago (2013-11-24 19:09:15 UTC) #15
Message was sent while issue was closed.
Change committed as 236997

Powered by Google App Engine
This is Rietveld 408576698