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

Issue 242443005: Changes cocoa implementation of permission bubble to better match mocks. (Closed)

Created:
6 years, 8 months ago by leng
Modified:
6 years, 7 months ago
CC:
chromium-reviews, markusheintz_
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Changes cocoa implementation of permission bubble to better match mocks. Specifically, when the bubble is in 'customize' mode, the UI to change the setting of a permission (allow/deny) will be a drop-down menu rather than a checkbox. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266689

Patch Set 1 #

Total comments: 24

Patch Set 2 : feedback #

Patch Set 3 : feedback #

Patch Set 4 : one more edit #

Total comments: 8

Patch Set 5 : a few more edits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -82 lines) Patch
M chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm View 1 2 3 4 16 chunks +141 lines, -58 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/permission_bubble_controller_unittest.mm View 1 6 chunks +54 lines, -22 lines 0 comments Download
M chrome/browser/ui/website_settings/permission_menu_model.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
leng
6 years, 8 months ago (2014-04-18 15:54:53 UTC) #1
Greg Billock
https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/website_settings/permission_menu_model.cc File chrome/browser/ui/website_settings/permission_menu_model.cc (right): https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/website_settings/permission_menu_model.cc#newcode61 chrome/browser/ui/website_settings/permission_menu_model.cc:61: l10n_util::GetStringUTF16(IDS_PERMISSION_ALLOW)); This looks good. I'd set them to the ...
6 years, 8 months ago (2014-04-18 17:17:02 UTC) #2
leng
https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/website_settings/permission_menu_model.cc File chrome/browser/ui/website_settings/permission_menu_model.cc (right): https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/website_settings/permission_menu_model.cc#newcode61 chrome/browser/ui/website_settings/permission_menu_model.cc:61: l10n_util::GetStringUTF16(IDS_PERMISSION_ALLOW)); On 2014/04/18 17:17:02, Greg Billock wrote: > This ...
6 years, 8 months ago (2014-04-18 17:21:34 UTC) #3
groby-ooo-7-16
https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm (right): https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm#newcode112 chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm:112: [[self cell] selectItemAtIndex:menuModel_->GetIndexOfCommandId(setting)]; I don't think you need the ...
6 years, 8 months ago (2014-04-18 18:18:18 UTC) #4
leng
https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm (right): https://codereview.chromium.org/242443005/diff/1/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm#newcode112 chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm:112: [[self cell] selectItemAtIndex:menuModel_->GetIndexOfCommandId(setting)]; On 2014/04/18 18:18:18, groby wrote: > ...
6 years, 8 months ago (2014-04-18 22:48:46 UTC) #5
leng
ping?
6 years, 8 months ago (2014-04-23 19:53:09 UTC) #6
groby-ooo-7-16
LGTM w/ a few tiny nits Sorry for the endless delay :( https://codereview.chromium.org/242443005/diff/60001/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm ...
6 years, 8 months ago (2014-04-25 19:25:27 UTC) #7
leng
https://codereview.chromium.org/242443005/diff/60001/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm (right): https://codereview.chromium.org/242443005/diff/60001/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm#newcode96 chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.mm:96: if (self = [super initWithFrame:NSMakeRect(0, 0, 1, 1) pullsDown:NO]) ...
6 years, 8 months ago (2014-04-25 22:18:55 UTC) #8
groby-ooo-7-16
Still LGTM
6 years, 8 months ago (2014-04-25 22:40:19 UTC) #9
leng
The CQ bit was checked by leng@chromium.org
6 years, 8 months ago (2014-04-25 22:42:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/242443005/80001
6 years, 8 months ago (2014-04-25 22:48:05 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 23:57:43 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-25 23:57:44 UTC) #13
leng
On 2014/04/25 23:57:44, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 8 months ago (2014-04-25 23:59:05 UTC) #14
Greg Billock
On 2014/04/25 23:59:05, leng wrote: > On 2014/04/25 23:57:44, I haz the power (commit-bot) wrote: ...
6 years, 8 months ago (2014-04-26 00:33:44 UTC) #15
leng
The CQ bit was checked by leng@chromium.org
6 years, 7 months ago (2014-04-28 15:35:34 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/242443005/80001
6 years, 7 months ago (2014-04-28 15:35:59 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 15:37:07 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on android_dbg_triggered_tests
6 years, 7 months ago (2014-04-28 15:37:08 UTC) #19
leng
The CQ bit was checked by leng@chromium.org
6 years, 7 months ago (2014-04-28 16:00:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/242443005/80001
6 years, 7 months ago (2014-04-28 16:00:46 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 16:19:13 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on android_dbg_triggered_tests
6 years, 7 months ago (2014-04-28 16:19:14 UTC) #23
leng
The CQ bit was checked by leng@chromium.org
6 years, 7 months ago (2014-04-28 21:05:36 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leng@chromium.org/242443005/80001
6 years, 7 months ago (2014-04-28 21:06:34 UTC) #25
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 23:33:34 UTC) #26
Message was sent while issue was closed.
Change committed as 266689

Powered by Google App Engine
This is Rietveld 408576698