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

Issue 10479015: Pepper Flash settings integration - camera and microphone. (Closed)

Created:
8 years, 6 months ago by yzshen1
Modified:
8 years, 6 months ago
Reviewers:
csilv, yzshen, brettw
CC:
chromium-reviews, jochen+watch-content_chromium.org, jam, yzshen+watch_chromium.org, joi+watch-content_chromium.org, arv (Not doing code reviews), pam+watch_chromium.org, piman+watch_chromium.org, darin-cc_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Pepper Flash settings integration - camera and microphone. BUG=112190 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141482

Patch Set 1 #

Patch Set 2 : rebase & resolve conflicts #

Total comments: 2

Patch Set 3 : make lint happy #

Patch Set 4 : change LOG to DLOG #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 15

Patch Set 7 : rename and fix tests #

Patch Set 8 : rebase #

Patch Set 9 : sync & resolve conflicts #

Patch Set 10 : . #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1088 lines, -147 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/pepper_flash_settings_manager.h View 3 chunks +34 lines, -1 line 0 comments Download
M chrome/browser/pepper_flash_settings_manager.cc View 1 2 3 12 chunks +343 lines, -8 lines 0 comments Download
M chrome/browser/resources/options2/content_settings.html View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/content_settings.js View 1 2 3 4 5 6 7 8 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/resources/options2/content_settings_exceptions_area.html View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/content_settings_exceptions_area.js View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options2/content_settings_handler2.h View 1 2 3 4 5 5 chunks +50 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/options2/content_settings_handler2.cc View 1 2 3 4 5 6 7 26 chunks +332 lines, -100 lines 0 comments Download
M chrome/tools/chromeactions.txt View 3 chunks +4 lines, -0 lines 0 comments Download
M content/ppapi_plugin/broker_process_dispatcher.h View 3 chunks +36 lines, -2 lines 0 comments Download
M content/ppapi_plugin/broker_process_dispatcher.cc View 1 2 3 4 5 6 7 8 5 chunks +165 lines, -27 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 3 chunks +36 lines, -0 lines 0 comments Download
A ppapi/shared_impl/ppp_flash_browser_operations_shared.h View 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
yzshen1
Hi, Brett and Chris. Would you please take a look? Thanks! Chris: chrome/browser/resources/ and chrome/browser/browser/ui/. ...
8 years, 6 months ago (2012-06-04 19:43:12 UTC) #1
brettw
lgtm http://codereview.chromium.org/10479015/diff/4002/chrome/browser/pepper_flash_settings_manager.cc File chrome/browser/pepper_flash_settings_manager.cc (right): http://codereview.chromium.org/10479015/diff/4002/chrome/browser/pepper_flash_settings_manager.cc#newcode378 chrome/browser/pepper_flash_settings_manager.cc:378: LOG(ERROR) << "Couldn't send GetPermissionSettings message"; I think ...
8 years, 6 months ago (2012-06-04 21:53:31 UTC) #2
yzshen1
http://codereview.chromium.org/10479015/diff/4002/chrome/browser/pepper_flash_settings_manager.cc File chrome/browser/pepper_flash_settings_manager.cc (right): http://codereview.chromium.org/10479015/diff/4002/chrome/browser/pepper_flash_settings_manager.cc#newcode378 chrome/browser/pepper_flash_settings_manager.cc:378: LOG(ERROR) << "Couldn't send GetPermissionSettings message"; Done. Thanks! On ...
8 years, 6 months ago (2012-06-04 22:05:00 UTC) #3
csilv
lgtm http://codereview.chromium.org/10479015/diff/1022/chrome/browser/resources/options2/content_settings.html File chrome/browser/resources/options2/content_settings.html (right): http://codereview.chromium.org/10479015/diff/1022/chrome/browser/resources/options2/content_settings.html#newcode260 chrome/browser/resources/options2/content_settings.html:260: <h3 i18n-content="pepper_flash_cameramic_tab_label"></h3> nit: Per style guide, use javaScriptCase ...
8 years, 6 months ago (2012-06-05 00:40:20 UTC) #4
yzshen1
Thanks, Chris! WRT the naming issue, please see my comments. I would be happy to ...
8 years, 6 months ago (2012-06-05 17:28:43 UTC) #5
csilv
http://codereview.chromium.org/10479015/diff/1022/chrome/browser/resources/options2/content_settings.html File chrome/browser/resources/options2/content_settings.html (right): http://codereview.chromium.org/10479015/diff/1022/chrome/browser/resources/options2/content_settings.html#newcode260 chrome/browser/resources/options2/content_settings.html:260: <h3 i18n-content="pepper_flash_cameramic_tab_label"></h3> On 2012/06/05 17:28:43, yzshen1 wrote: > [ ...
8 years, 6 months ago (2012-06-05 18:09:27 UTC) #6
yzshen
Thanks, Chris! I will change the names and update the CL soon. (Fixing broken tests ...
8 years, 6 months ago (2012-06-05 18:22:13 UTC) #7
yzshen1
http://codereview.chromium.org/10479015/diff/1022/chrome/browser/resources/options2/content_settings.html File chrome/browser/resources/options2/content_settings.html (right): http://codereview.chromium.org/10479015/diff/1022/chrome/browser/resources/options2/content_settings.html#newcode260 chrome/browser/resources/options2/content_settings.html:260: <h3 i18n-content="pepper_flash_cameramic_tab_label"></h3> On 2012/06/05 18:09:27, csilv wrote: > On ...
8 years, 6 months ago (2012-06-05 19:57:57 UTC) #8
csilv
8 years, 6 months ago (2012-06-05 20:02:42 UTC) #9
SLGTM

Thank you for the extra effort :-)

Powered by Google App Engine
This is Rietveld 408576698