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

Issue 10826164: Add infobar for PPAPI broker usage. (Closed)

Created:
8 years, 4 months ago by Bernhard Bauer
Modified:
8 years, 3 months ago
CC:
chromium-reviews, tfarina, jam, joi+watch-content_chromium.org, arv (Not doing code reviews), darin-cc_chromium.org, markusheintz_
Visibility:
Public.

Description

Add infobar for PPAPI broker usage. BUG=142639 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154742

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : sync #

Patch Set 11 : . #

Patch Set 12 : . #

Total comments: 7

Patch Set 13 : review #

Patch Set 14 : sync #

Patch Set 15 : strings #

Patch Set 16 : fix merge #

Total comments: 2

Patch Set 17 : review #

Total comments: 10

Patch Set 18 : review #

Patch Set 19 : scott #

Patch Set 20 : brett #

Patch Set 21 : fix #

Patch Set 22 : fix #

Patch Set 23 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+522 lines, -23 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_default_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_policy_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/pepper_broker_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/pepper_broker_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +216 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +37 lines, -11 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm View 1 2 3 4 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest.mm View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +7 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/content_settings_types.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +56 lines, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +25 lines, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +52 lines, -0 lines 0 comments Download
M ppapi/tests/test_broker.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/tests/test_broker.cc View 1 2 3 4 5 6 7 8 2 chunks +39 lines, -0 lines 0 comments Download
M ppapi/tests/testing_instance.h View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Bernhard Bauer
Hi Markus, please review the infobar and content settings parts. I'm going to add people ...
8 years, 4 months ago (2012-08-10 12:27:36 UTC) #1
markusheintz_
As discussed offline the new content setting needs also to be added to the Website ...
8 years, 4 months ago (2012-08-13 06:09:06 UTC) #2
Bernhard Bauer
On 2012/08/13 06:09:06, markusheintz_ wrote: > As discussed offline the new content setting needs also ...
8 years, 4 months ago (2012-08-13 10:51:46 UTC) #3
Bernhard Bauer
OWNERS, if you could be so kind? James: chrome/browser/resources/options2/ and chrome/browser/ui/webui/options2/ Scott: chrome/ and chrome/browser/ui/ ...
8 years, 4 months ago (2012-08-14 10:14:40 UTC) #4
James Hawkins
options2 LGTM with nit. http://codereview.chromium.org/10826164/diff/4070/chrome/browser/resources/options2/content_settings.html File chrome/browser/resources/options2/content_settings.html (right): http://codereview.chromium.org/10826164/diff/4070/chrome/browser/resources/options2/content_settings.html#newcode318 chrome/browser/resources/options2/content_settings.html:318: i18n-content="manage_exceptions"></button> nit: i18n-content should be ...
8 years, 4 months ago (2012-08-14 14:19:42 UTC) #5
sky
http://codereview.chromium.org/10826164/diff/2051/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/10826164/diff/2051/chrome/browser/ui/browser.cc#newcode272 chrome/browser/ui/browser.cc:272: class PpapiBrokerPermissionInfoBarDelegate : public ConfirmInfoBarDelegate { Move this into ...
8 years, 4 months ago (2012-08-14 15:52:12 UTC) #6
Bernhard Bauer
http://codereview.chromium.org/10826164/diff/4070/chrome/browser/resources/options2/content_settings.html File chrome/browser/resources/options2/content_settings.html (right): http://codereview.chromium.org/10826164/diff/4070/chrome/browser/resources/options2/content_settings.html#newcode318 chrome/browser/resources/options2/content_settings.html:318: i18n-content="manage_exceptions"></button> On 2012/08/14 14:19:42, James Hawkins wrote: > nit: ...
8 years, 4 months ago (2012-08-14 23:36:24 UTC) #7
sky
http://codereview.chromium.org/10826164/diff/2051/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/10826164/diff/2051/chrome/browser/ui/browser.cc#newcode1105 chrome/browser/ui/browser.cc:1105: void Browser::RequestPpapiBrokerPermissionHelper( On 2012/08/14 23:36:24, Bernhard Bauer wrote: > ...
8 years, 4 months ago (2012-08-15 02:29:34 UTC) #8
Bernhard Bauer
http://codereview.chromium.org/10826164/diff/2051/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/10826164/diff/2051/chrome/browser/ui/browser.cc#newcode1105 chrome/browser/ui/browser.cc:1105: void Browser::RequestPpapiBrokerPermissionHelper( On 2012/08/15 02:29:34, sky wrote: > On ...
8 years, 4 months ago (2012-08-15 09:36:53 UTC) #9
sky
Ah, thanks for the clarification. In that case can the static RequestPpapiBrokerPermissionHelper be moved else ...
8 years, 4 months ago (2012-08-15 15:12:49 UTC) #10
Bernhard Bauer
On 2012/08/15 15:12:49, sky wrote: > Ah, thanks for the clarification. In that case can ...
8 years, 4 months ago (2012-08-15 19:54:36 UTC) #11
sky
Excellent. Thank you. LGTM
8 years, 4 months ago (2012-08-15 21:10:03 UTC) #12
viettrungluu
+brettw for his opinion on adding gmock to ppapi_browsertest.
8 years, 4 months ago (2012-08-20 21:06:29 UTC) #13
brettw
I kind of hate gmock. Is there a good way to test this without using ...
8 years, 4 months ago (2012-08-20 22:09:10 UTC) #14
Bernhard Bauer
Sure, I can react to the info bar manually. It just seemed like this is ...
8 years, 4 months ago (2012-08-20 22:18:25 UTC) #15
Bernhard Bauer
On 2012/08/20 22:09:10, brettw wrote: > I kind of hate gmock. Is there a good ...
8 years, 4 months ago (2012-08-21 11:50:17 UTC) #16
Bernhard Bauer
Brett, are you okay with the ppapi/ changes?
8 years, 4 months ago (2012-08-23 22:27:30 UTC) #17
Bernhard Bauer
On 2012/08/23 22:27:30, Bernhard Bauer wrote: > Brett, are you okay with the ppapi/ changes? ...
8 years, 3 months ago (2012-09-02 21:11:27 UTC) #18
brettw
LGTM. Sorry this got lost. I didn't check the code details.
8 years, 3 months ago (2012-09-04 04:58:00 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10826164/6052
8 years, 3 months ago (2012-09-04 06:01:34 UTC) #20
commit-bot: I haz the power
Failed to apply patch for chrome/test/ppapi/ppapi_test.h: While running patch -p1 --forward --force; patching file chrome/test/ppapi/ppapi_test.h ...
8 years, 3 months ago (2012-09-04 06:01:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10826164/23001
8 years, 3 months ago (2012-09-04 07:50:48 UTC) #22
commit-bot: I haz the power
8 years, 3 months ago (2012-09-04 10:28:03 UTC) #23
Change committed as 154742

Powered by Google App Engine
This is Rietveld 408576698