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

Issue 10387161: Pepper Flash settings integration: add UI for "deauthorize content licenses". (Closed)

Created:
8 years, 7 months ago by yzshen1
Modified:
8 years, 7 months ago
Reviewers:
csilv, brettw, sky
CC:
chromium-reviews, pam+watch_chromium.org, jam, arv (Not doing code reviews), darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Pepper Flash settings integration: add UI for "deauthorize content licenses". This CL adds to the "Clear browsing data" dialog a checkbox, which will only show up when Pepper Flash is in use. BUG=112190 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139153

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : Changes in response to Chris' suggestions. #

Total comments: 2

Patch Set 5 : Changes in response to Brett's suggestions. #

Total comments: 3

Patch Set 6 : Changes in response to Scott's suggestions #

Total comments: 2

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -169 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data_remover.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/browser/pepper_flash_settings_manager.h View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/pepper_flash_settings_manager.cc View 1 2 3 4 5 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/plugin_data_remover_helper.h View 1 2 3 4 2 chunks +3 lines, -52 lines 0 comments Download
M chrome/browser/plugin_data_remover_helper.cc View 1 2 3 4 2 chunks +0 lines, -56 lines 0 comments Download
A + chrome/browser/plugin_status_pref_setter.h View 1 2 3 4 4 chunks +25 lines, -20 lines 0 comments Download
A + chrome/browser/plugin_status_pref_setter.cc View 1 2 3 4 2 chunks +25 lines, -31 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/clear_browser_data_overlay.html View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/clear_browser_data_overlay.js View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options2/options_page.css View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options2/options_page.js View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/clear_browser_data_handler2.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/core_options_handler2.h View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options2/core_options_handler2.cc View 1 2 3 4 3 chunks +15 lines, -4 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/tools/chromeactions.txt View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
yzshen1
Hi, Brett and Chris. Would you please take a look? Thanks! Chris: things in chrome/browser/resources ...
8 years, 7 months ago (2012-05-16 21:29:50 UTC) #1
yzshen1
Friendly ping. On 2012/05/16 21:29:50, yzshen1 wrote: > Hi, Brett and Chris. > > Would ...
8 years, 7 months ago (2012-05-18 20:57:41 UTC) #2
csilv
lgtm chrome/browser/resources, chrome/browser/ui http://codereview.chromium.org/10387161/diff/3003/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10387161/diff/3003/chrome/app/generated_resources.grd#newcode6550 chrome/app/generated_resources.grd:6550: + Deauthorize content licenses I worry ...
8 years, 7 months ago (2012-05-18 21:21:41 UTC) #3
yzshen1
Thanks Chris! http://codereview.chromium.org/10387161/diff/3003/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10387161/diff/3003/chrome/app/generated_resources.grd#newcode6550 chrome/app/generated_resources.grd:6550: + Deauthorize content licenses The wording is ...
8 years, 7 months ago (2012-05-18 21:30:01 UTC) #4
brettw
http://codereview.chromium.org/10387161/diff/13001/chrome/browser/plugin_data_remover_helper.h File chrome/browser/plugin_data_remover_helper.h (right): http://codereview.chromium.org/10387161/diff/13001/chrome/browser/plugin_data_remover_helper.h#newcode17 chrome/browser/plugin_data_remover_helper.h:17: // Helper class to (asynchronously) update the preference specifying ...
8 years, 7 months ago (2012-05-20 21:15:40 UTC) #5
yzshen1
http://codereview.chromium.org/10387161/diff/13001/chrome/browser/plugin_data_remover_helper.h File chrome/browser/plugin_data_remover_helper.h (right): http://codereview.chromium.org/10387161/diff/13001/chrome/browser/plugin_data_remover_helper.h#newcode17 chrome/browser/plugin_data_remover_helper.h:17: // Helper class to (asynchronously) update the preference specifying ...
8 years, 7 months ago (2012-05-21 16:58:44 UTC) #6
brettw
On Mon, May 21, 2012 at 9:58 AM, <yzshen@chromium.org> wrote: > > http://codereview.chromium.org/10387161/diff/13001/chrome/browser/plugin_data_remover_helper.h > File ...
8 years, 7 months ago (2012-05-21 17:45:33 UTC) #7
yzshen1
On 2012/05/21 17:45:33, brettw wrote: > On Mon, May 21, 2012 at 9:58 AM, <mailto:yzshen@chromium.org> ...
8 years, 7 months ago (2012-05-21 19:07:23 UTC) #8
yzshen1
Hi, Scott. Would you please review chrome/browser/ui/browser.cc? Thanks! On 2012/05/21 19:07:23, yzshen1 wrote: > On ...
8 years, 7 months ago (2012-05-21 19:11:00 UTC) #9
sky
https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc#newcode2387 chrome/browser/ui/browser.cc:2387: prefs->RegisterBooleanPref(prefs::kDeauthorizeContentLicenses, Why is this in browser and not some ...
8 years, 7 months ago (2012-05-21 20:47:50 UTC) #10
yzshen1
https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc#newcode2387 chrome/browser/ui/browser.cc:2387: prefs->RegisterBooleanPref(prefs::kDeauthorizeContentLicenses, On 2012/05/21 20:47:50, sky wrote: > Why is ...
8 years, 7 months ago (2012-05-21 20:53:19 UTC) #11
sky
On Mon, May 21, 2012 at 1:53 PM, <yzshen@chromium.org> wrote: > > https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc > File ...
8 years, 7 months ago (2012-05-21 20:56:38 UTC) #12
yzshen1
On 2012/05/21 20:56:38, sky wrote: > On Mon, May 21, 2012 at 1:53 PM, <mailto:yzshen@chromium.org> ...
8 years, 7 months ago (2012-05-21 21:02:37 UTC) #13
sky
On Mon, May 21, 2012 at 2:02 PM, <yzshen@chromium.org> wrote: > On 2012/05/21 20:56:38, sky ...
8 years, 7 months ago (2012-05-21 21:23:33 UTC) #14
yzshen1
Thanks for your explanation, Scott! Please take another look. https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://chromiumcodereview.appspot.com/10387161/diff/7027/chrome/browser/ui/browser.cc#newcode2387 chrome/browser/ui/browser.cc:2387: ...
8 years, 7 months ago (2012-05-21 22:14:41 UTC) #15
sky
LGTM https://chromiumcodereview.appspot.com/10387161/diff/12003/chrome/browser/pepper_flash_settings_manager.h File chrome/browser/pepper_flash_settings_manager.h (right): https://chromiumcodereview.appspot.com/10387161/diff/12003/chrome/browser/pepper_flash_settings_manager.h#newcode26 chrome/browser/pepper_flash_settings_manager.h:26: }; private: DISALLOW_IMPLICIT_CONSTRUCTORS
8 years, 7 months ago (2012-05-21 22:39:17 UTC) #16
yzshen1
Hi, Brett. Would you please take another look? https://chromiumcodereview.appspot.com/10387161/diff/12003/chrome/browser/pepper_flash_settings_manager.h File chrome/browser/pepper_flash_settings_manager.h (right): https://chromiumcodereview.appspot.com/10387161/diff/12003/chrome/browser/pepper_flash_settings_manager.h#newcode26 chrome/browser/pepper_flash_settings_manager.h:26: }; ...
8 years, 7 months ago (2012-05-22 19:39:25 UTC) #17
brettw
lgtm
8 years, 7 months ago (2012-05-25 21:54:45 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/10387161/2027
8 years, 7 months ago (2012-05-25 21:57:28 UTC) #19
commit-bot: I haz the power
8 years, 7 months ago (2012-05-25 23:37:06 UTC) #20
Change committed as 139153

Powered by Google App Engine
This is Rietveld 408576698