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

Issue 11488009: Add content settings page action for Pepper broker authorization. (Closed)

Created:
8 years ago by Bernhard Bauer
Modified:
7 years, 10 months ago
Reviewers:
markusheintz_, Nico
CC:
chromium-reviews, markusheintz_, sail+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Add content settings page action for Pepper broker authorization. BUG=159199 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181651

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix_2 #

Patch Set 4 : fix #

Patch Set 5 : . #

Patch Set 6 : sync #

Total comments: 4

Patch Set 7 : . #

Patch Set 8 : sync #

Patch Set 9 : sync #

Patch Set 10 : compile fix after merge #

Patch Set 11 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -2322 lines) Patch
D chrome/app/nibs/ContentBlockedImages.xib View 1 chunk +0 lines, -1136 lines 0 comments Download
D chrome/app/nibs/ContentBlockedJavaScript.xib View 1 chunk +0 lines, -1136 lines 0 comments Download
A + chrome/app/nibs/ContentBlockedSimple.xib View 1 12 chunks +18 lines, -13 lines 0 comments Download
M chrome/app/nibs/PRESUBMIT.py View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +14 lines, -3 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm View 1 2 3 4 5 6 7 8 5 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 4 5 6 7 8 9 4 chunks +57 lines, -20 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +41 lines, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_image_model.cc View 1 2 3 4 5 6 7 8 4 chunks +14 lines, -2 lines 0 comments Download
M chrome/chrome_nibs.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Bernhard Bauer
Please review. Markus: content settings Nico: Cocoa Thanks!
8 years ago (2012-12-14 10:24:15 UTC) #1
Nico
cocoa lgtm https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm (right): https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm#newcode127 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm:127: nibPath = @"ContentBlockedSimple"; break; Do you feel ...
8 years ago (2012-12-14 23:02:25 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm File chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm (right): https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm#newcode127 chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm:127: nibPath = @"ContentBlockedSimple"; break; On 2012/12/14 23:02:26, Nico wrote: ...
8 years ago (2012-12-15 05:44:04 UTC) #3
markusheintz_
LGTM with one comment. https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/content_settings/content_setting_image_model.cc File chrome/browser/ui/content_settings/content_setting_image_model.cc (right): https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/content_settings/content_setting_image_model.cc#newcode120 chrome/browser/ui/content_settings/content_setting_image_model.cc:120: // For cookies, only show ...
8 years ago (2012-12-17 16:03:58 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/content_settings/content_setting_image_model.cc File chrome/browser/ui/content_settings/content_setting_image_model.cc (right): https://codereview.chromium.org/11488009/diff/12015/chrome/browser/ui/content_settings/content_setting_image_model.cc#newcode120 chrome/browser/ui/content_settings/content_setting_image_model.cc:120: // For cookies, only show the accessed bubble if ...
8 years ago (2012-12-17 16:41:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/23002
8 years ago (2012-12-17 16:57:35 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/pepper_broker_infobar_delegate.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-12-17 16:57:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/29002
8 years ago (2012-12-17 17:15:35 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-17 23:30:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/29002
8 years ago (2012-12-18 17:04:02 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-18 22:43:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/29002
7 years, 10 months ago (2013-02-07 18:07:39 UTC) #12
commit-bot: I haz the power
Failed to apply patch for chrome/browser/content_settings/tab_specific_content_settings.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 10 months ago (2013-02-07 18:07:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/47002
7 years, 10 months ago (2013-02-07 18:30:33 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-07 18:55:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/48004
7 years, 10 months ago (2013-02-08 09:22:52 UTC) #16
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-08 09:47:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/59004
7 years, 10 months ago (2013-02-09 10:10:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11488009/59004
7 years, 10 months ago (2013-02-10 16:22:27 UTC) #19
commit-bot: I haz the power
7 years, 10 months ago (2013-02-10 16:23:03 UTC) #20
Message was sent while issue was closed.
Change committed as 181651

Powered by Google App Engine
This is Rietveld 408576698