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

Issue 2717603003: [Mac] Make bubble arrow location/position RTL-aware (Closed)

Created:
3 years, 10 months ago by lgrey
Modified:
3 years, 9 months ago
Reviewers:
Elly Fong-Jones, Nico
CC:
chromium-reviews, extensions-reviews_chromium.org, tfarina, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, chromium-apps-reviews_chromium.org, mathp+autofillwatch_chromium.org, mac-reviews_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Mac] Make bubble arrow location/position RTL-aware Instead of left and right, callers now specify leading and trailing. For LTR, leading = left, and trailing = right, and in RTL they are reversed. BUG=678257 Review-Url: https://codereview.chromium.org/2717603003 Cr-Commit-Position: refs/heads/master@{#453232} Committed: https://chromium.googlesource.com/chromium/src/+/0d2ad84ffb7dfb632cbfe9f847daa931ae128344

Patch Set 1 #

Total comments: 4

Patch Set 2 : Now with proper enum formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -35 lines) Patch
M chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/base_bubble_controller.mm View 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/base_bubble_controller_unittest.mm View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/toolbar_actions_bar_bubble_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_view.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_view.mm View 4 chunks +17 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (14 generated)
lgrey
PTAL :)
3 years, 10 months ago (2017-02-24 15:23:30 UTC) #6
Elly Fong-Jones
lgtm :D note that I am not a c/b/ui/cocoa OWNER so you'll need someone else ...
3 years, 10 months ago (2017-02-24 15:34:31 UTC) #7
lgrey
Thanks, Elly! Nico PTAL for OWNERS :) https://codereview.chromium.org/2717603003/diff/1/chrome/browser/ui/cocoa/info_bubble_view.h File chrome/browser/ui/cocoa/info_bubble_view.h (right): https://codereview.chromium.org/2717603003/diff/1/chrome/browser/ui/cocoa/info_bubble_view.h#newcode32 chrome/browser/ui/cocoa/info_bubble_view.h:32: } On ...
3 years, 10 months ago (2017-02-24 15:38:39 UTC) #9
Nico
Elly, want to send me a CL to add yourself to chrome/browser/ui/cocoa/OWNERS?
3 years, 10 months ago (2017-02-24 15:46:43 UTC) #10
Nico
https://codereview.chromium.org/2717603003/diff/1/chrome/browser/ui/cocoa/info_bubble_view.h File chrome/browser/ui/cocoa/info_bubble_view.h (right): https://codereview.chromium.org/2717603003/diff/1/chrome/browser/ui/cocoa/info_bubble_view.h#newcode32 chrome/browser/ui/cocoa/info_bubble_view.h:32: } On 2017/02/24 15:38:39, lgrey wrote: > On 2017/02/24 ...
3 years, 10 months ago (2017-02-24 15:52:09 UTC) #11
lgrey
https://codereview.chromium.org/2717603003/diff/1/chrome/browser/ui/cocoa/info_bubble_view.h File chrome/browser/ui/cocoa/info_bubble_view.h (right): https://codereview.chromium.org/2717603003/diff/1/chrome/browser/ui/cocoa/info_bubble_view.h#newcode32 chrome/browser/ui/cocoa/info_bubble_view.h:32: } On 2017/02/24 15:52:09, Nico wrote: > On 2017/02/24 ...
3 years, 9 months ago (2017-02-27 15:56:25 UTC) #12
Nico
(clang-format roll got reverted, this is still broken.) On Mon, Feb 27, 2017 at 10:56 ...
3 years, 9 months ago (2017-02-27 15:57:20 UTC) #15
lgrey
Odd, it let me upload!
3 years, 9 months ago (2017-02-27 15:59:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2717603003/20001
3 years, 9 months ago (2017-02-27 16:22:50 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-02-27 16:27:42 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/0d2ad84ffb7dfb632cbfe9f847da...

Powered by Google App Engine
This is Rietveld 408576698