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

Issue 49063012: [rAC, OSX] Use bubble windows for error messages. (Closed)

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

Description

[rAC, OSX] Use bubble windows for error messages. In the short term, this addresses the issue of messages that are too long to fit in the dialog - the window will extend outside the dialog. In the long run, this also prepares for further changes around the error bubble that do require the BaseBubble machinery. R=rsesek@chromium.org BUG=308200 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233458

Patch Set 1 #

Total comments: 14

Patch Set 2 : Merge to HEAD #

Patch Set 3 : Review fixes. #

Total comments: 2

Patch Set 4 : Review fix. #

Patch Set 5 : Fix failing tests. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -58 lines) Patch
M chrome/browser/ui/cocoa/autofill/autofill_details_container.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container.mm View 4 chunks +44 lines, -54 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller.h View 1 2 1 chunk +27 lines, -0 lines 2 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller.mm View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/base_bubble_controller.h View 1 2 3 4 2 chunks +6 lines, -2 lines 1 comment Download
M chrome/browser/ui/cocoa/base_bubble_controller.mm View 1 2 3 4 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/base_bubble_controller_unittest.mm View 1 2 3 4 2 chunks +12 lines, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
groby-ooo-7-16
PTAL - screenshot of the "too large" message at http://imgur.com/yKhs7Us
7 years, 1 month ago (2013-11-04 23:17:34 UTC) #1
Robert Sesek
https://codereview.chromium.org/49063012/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/49063012/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode134 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:134: NSNotificationCenter* center = [NSNotificationCenter defaultCenter]; Is it possible for ...
7 years, 1 month ago (2013-11-04 23:49:18 UTC) #2
groby-ooo-7-16
https://codereview.chromium.org/49063012/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/49063012/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode134 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:134: NSNotificationCenter* center = [NSNotificationCenter defaultCenter]; Yes, it can, when ...
7 years, 1 month ago (2013-11-05 00:51:47 UTC) #3
Robert Sesek
LGTM https://codereview.chromium.org/49063012/diff/120002/chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm File chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm (right): https://codereview.chromium.org/49063012/diff/120002/chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm#newcode27 chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm:27: nit: extra blank
7 years, 1 month ago (2013-11-05 01:43:26 UTC) #4
groby-ooo-7-16
https://codereview.chromium.org/49063012/diff/120002/chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm File chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm (right): https://codereview.chromium.org/49063012/diff/120002/chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm#newcode27 chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller_unittest.mm:27: On 2013/11/05 01:43:26, rsesek wrote: > nit: extra blank ...
7 years, 1 month ago (2013-11-05 01:51:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/49063012/200001
7 years, 1 month ago (2013-11-05 02:02:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/49063012/200001
7 years, 1 month ago (2013-11-05 03:05:03 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-05 04:24:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/49063012/200001
7 years, 1 month ago (2013-11-05 04:39:16 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-05 05:25:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/49063012/200001
7 years, 1 month ago (2013-11-05 05:47:16 UTC) #11
Ilya Sherman
Ah, I'd been re-ticking the CQ box on the assumption that the CQ was just ...
7 years, 1 month ago (2013-11-05 05:54:52 UTC) #12
groby-ooo-7-16
rsesek: Heads up - changed the BaseBubbleController according to our discussion
7 years, 1 month ago (2013-11-06 01:52:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/49063012/620001
7 years, 1 month ago (2013-11-06 21:47:52 UTC) #14
Robert Sesek
LGTM. Sorry for the delay - in and out of meetings all day. https://codereview.chromium.org/49063012/diff/620001/chrome/browser/ui/cocoa/autofill/autofill_error_bubble_controller.h File ...
7 years, 1 month ago (2013-11-06 23:06:02 UTC) #15
commit-bot: I haz the power
7 years, 1 month ago (2013-11-07 01:18:09 UTC) #16
Message was sent while issue was closed.
Change committed as 233458

Powered by Google App Engine
This is Rietveld 408576698