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

Issue 82593002: [rAC, OSX] Align bubble arrow based on location. (Closed)

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

Description

[rAC, OSX] Align bubble arrow based on location. Ensure that the error bubble never goes outside the dialog, and that one of the bubble edges is aligned with the corresponding edge of the associated field. (Screenshots on bug) BUG=305378 R=isherman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236831

Patch Set 1 #

Total comments: 10

Patch Set 2 : Nitfix from previous review. #

Patch Set 3 : Fix comment. #

Patch Set 4 : More comment fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -17 lines) Patch
M chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm View 1 3 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container.mm View 1 2 3 3 chunks +23 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
groby-ooo-7-16
7 years, 1 month ago (2013-11-22 04:25:27 UTC) #1
Ilya Sherman
https://codereview.chromium.org/82593002/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/82593002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode194 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:194: // cases, left edge of bubble and view align. ...
7 years, 1 month ago (2013-11-22 04:32:10 UTC) #2
groby-ooo-7-16
Let me know if you still want me to change the comparison. It seems obvious ...
7 years, 1 month ago (2013-11-22 04:50:14 UTC) #3
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/82593002/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/82593002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode196 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:196: if ((NSMinX(viewRect) + [errorBubbleController_ maxWidth]) > On ...
7 years, 1 month ago (2013-11-22 04:58:09 UTC) #4
groby-ooo-7-16
https://codereview.chromium.org/82593002/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/82593002/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode196 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:196: if ((NSMinX(viewRect) + [errorBubbleController_ maxWidth]) > On 2013/11/22 04:58:09, ...
7 years, 1 month ago (2013-11-22 19:12:13 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/82593002/160001
7 years, 1 month ago (2013-11-22 19:14:37 UTC) #6
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 21:27:02 UTC) #7
Message was sent while issue was closed.
Change committed as 236831

Powered by Google App Engine
This is Rietveld 408576698