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

Issue 2826233002: [subresource_filter] Mac UI updated and xib replaced with code based layout. (Closed)

Created:
3 years, 8 months ago by shivanisha
Modified:
3 years, 7 months ago
CC:
chromium-reviews, engedy, mac-reviews_chromium.org, melandory, subresource-filter-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[subresource_filter] Mac UI updated and xib replaced with code based layout. - Replaces xib based layout with code based layout. - Updates the UI as per the latest mocks. BUG=689992 Review-Url: https://codereview.chromium.org/2826233002 Cr-Commit-Position: refs/heads/master@{#469979} Committed: https://chromium.googlesource.com/chromium/src/+/da2a48d9f7403a1fbee3a5984d442a49ef14a01c

Patch Set 1 : Initial patch #

Total comments: 37

Patch Set 2 : Feedback addressed. #

Total comments: 26

Patch Set 3 : Feedback addressed , tests added. #

Total comments: 8

Patch Set 4 : Feedback addressed #

Total comments: 5

Patch Set 5 : csharrison feedback addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -134 lines) Patch
M chrome/app/nibs/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/app/nibs/ContentSubresourceFilter.xib View 1 chunk +0 lines, -112 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h View 1 2 4 chunks +18 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm View 1 2 9 chunks +85 lines, -19 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm View 1 2 3 2 chunks +67 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/subresource_filter/subresource_filter_bubble_controller.h View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/subresource_filter/subresource_filter_bubble_controller.mm View 1 2 1 chunk +130 lines, -0 lines 0 comments Download

Messages

Total messages: 56 (37 generated)
shivanisha
rsesek@, PTAL, thanks! The 1st patch does not have tests but I figure I'll start ...
3 years, 7 months ago (2017-05-02 19:22:40 UTC) #11
Robert Sesek
Overall, a very nice start. Mostly comments about how to structure the class/subclass relationship. On ...
3 years, 7 months ago (2017-05-02 21:51:48 UTC) #14
Charlie Harrison
Drive by: can you link to bug 689992 and post a screenshot of the UI ...
3 years, 7 months ago (2017-05-03 05:25:16 UTC) #16
shivanisha
https://codereview.chromium.org/2826233002/diff/60001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h (right): https://codereview.chromium.org/2826233002/diff/60001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h#newcode64 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h:64: IBOutlet NSButton* manageCheckbox_; On 2017/05/02 at 21:51:47, Robert Sesek ...
3 years, 7 months ago (2017-05-03 18:10:36 UTC) #20
Robert Sesek
Mostly some nits. I like the split you made for -layoutView. https://codereview.chromium.org/2826233002/diff/80001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h (right): ...
3 years, 7 months ago (2017-05-03 22:05:11 UTC) #23
shivanisha
PTAL, thanks! https://codereview.chromium.org/2826233002/diff/80001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h (right): https://codereview.chromium.org/2826233002/diff/80001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h#newcode85 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h:85: // |settingsBubbleModel| but not of the other ...
3 years, 7 months ago (2017-05-04 20:20:58 UTC) #26
shivanisha
The latest patch also includes tests.
3 years, 7 months ago (2017-05-04 20:21:46 UTC) #27
Robert Sesek
Just a few comments in the test. Very nice work! https://codereview.chromium.org/2826233002/diff/100001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm (right): https://codereview.chromium.org/2826233002/diff/100001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm#newcode134 ...
3 years, 7 months ago (2017-05-05 16:53:34 UTC) #30
shivanisha
PTAL, thanks! https://codereview.chromium.org/2826233002/diff/100001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm (right): https://codereview.chromium.org/2826233002/diff/100001/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm#newcode134 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_browsertest.mm:134: (SubresourceFilterBubbleController*)controller; On 2017/05/05 at 16:53:34, Robert Sesek ...
3 years, 7 months ago (2017-05-05 17:33:21 UTC) #33
Robert Sesek
LGTM!
3 years, 7 months ago (2017-05-05 18:25:54 UTC) #34
shivanisha
On 2017/05/05 at 18:25:54, rsesek wrote: > LGTM! rsesek@, Thanks for the review!
3 years, 7 months ago (2017-05-05 18:44:21 UTC) #35
Charlie Harrison
Nice work Shivani! A few small nits and would you mind fixing the typo in ...
3 years, 7 months ago (2017-05-05 18:59:31 UTC) #36
Robert Sesek
On 2017/05/05 18:59:31, Charlie Harrison wrote: > Nice work Shivani! > > A few small ...
3 years, 7 months ago (2017-05-05 19:07:07 UTC) #37
shivanisha
Thanks csharrison!
3 years, 7 months ago (2017-05-05 19:15:08 UTC) #41
shivanisha
https://codereview.chromium.org/2826233002/diff/120001/chrome/browser/ui/cocoa/subresource_filter/subresource_filter_bubble_controller.h File chrome/browser/ui/cocoa/subresource_filter/subresource_filter_bubble_controller.h (right): https://codereview.chromium.org/2826233002/diff/120001/chrome/browser/ui/cocoa/subresource_filter/subresource_filter_bubble_controller.h#newcode16 chrome/browser/ui/cocoa/subresource_filter/subresource_filter_bubble_controller.h:16: // filtered and presents the checkbox to enable those ...
3 years, 7 months ago (2017-05-05 19:15:46 UTC) #42
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/2826233002/140001
3 years, 7 months ago (2017-05-08 00:37:44 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/378310)
3 years, 7 months ago (2017-05-08 01:54:07 UTC) #51
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/2826233002/140001
3 years, 7 months ago (2017-05-08 14:11:53 UTC) #53
commit-bot: I haz the power
3 years, 7 months ago (2017-05-08 14:16:49 UTC) #56
Message was sent while issue was closed.
Committed patchset #5 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/da2a48d9f7403a1fbee3a5984d44...

Powered by Google App Engine
This is Rietveld 408576698