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

Issue 10790150: Show Flash LSOs for Pepper Flash in cookie dialog. (Closed)

Created:
8 years, 5 months ago by Bernhard Bauer
Modified:
8 years, 4 months ago
CC:
chromium-reviews, jam, yzshen+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Show Flash LSOs for Pepper Flash in cookie dialog. It won't show anything until the Flash side has been updated. BUG=132409 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149439

Patch Set 1 #

Patch Set 2 : blubb #

Patch Set 3 : fix #

Patch Set 4 : string #

Patch Set 5 : ui #

Patch Set 6 : mooh #

Patch Set 7 : fix #

Patch Set 8 : . #

Patch Set 9 : fix? #

Patch Set 10 : sync #

Patch Set 11 : fix #

Patch Set 12 : sync #

Patch Set 13 : fix #

Total comments: 27

Patch Set 14 : review #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+490 lines, -121 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data/browsing_data_flash_lso_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +103 lines, -0 lines 2 comments Download
M chrome/browser/browsing_data/local_data_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +14 lines, -2 lines 4 comments Download
M chrome/browser/browsing_data/local_data_container.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +17 lines, -2 lines 1 comment Download
A chrome/browser/browsing_data/mock_browsing_data_flash_lso_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +40 lines, -0 lines 2 comments Download
A chrome/browser/browsing_data/mock_browsing_data_flash_lso_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 1 comment Download
M chrome/browser/content_settings/local_shared_objects_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/local_shared_objects_container.cc View 1 2 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/cookies_tree_model.h View 1 2 3 4 5 9 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 2 3 4 5 6 7 chunks +73 lines, -0 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 30 chunks +75 lines, -22 lines 0 comments Download
M chrome/browser/resources/options2/cookies_list.js View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -34 lines 0 comments Download
M chrome/browser/ui/gtk/collected_cookies_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -28 lines 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -31 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/cookies_view_handler.cc View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Bernhard Bauer
Please review. Markus: content settings and browsing data James: WebUI Thanks!
8 years, 4 months ago (2012-07-28 04:01:30 UTC) #1
James Hawkins
LGTM with one nit and two doleful comments. https://chromiumcodereview.appspot.com/10790150/diff/7028/chrome/browser/browsing_data/browsing_data_flash_lso_helper.h File chrome/browser/browsing_data/browsing_data_flash_lso_helper.h (right): https://chromiumcodereview.appspot.com/10790150/diff/7028/chrome/browser/browsing_data/browsing_data_flash_lso_helper.h#newcode18 chrome/browser/browsing_data/browsing_data_flash_lso_helper.h:18: class ...
8 years, 4 months ago (2012-07-30 03:04:39 UTC) #2
markusheintz_
Do also plan to add a Canned helper ? http://codereview.chromium.org/10790150/diff/7028/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc File chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc (right): http://codereview.chromium.org/10790150/diff/7028/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc#newcode16 chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc:16: ...
8 years, 4 months ago (2012-07-30 14:02:14 UTC) #3
Bernhard Bauer
http://codereview.chromium.org/10790150/diff/7028/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc File chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc (right): http://codereview.chromium.org/10790150/diff/7028/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc#newcode16 chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc:16: class BrowsingDataFlashLSOHelperImpl On 2012/07/30 14:02:15, markusheintz_ wrote: > Currently ...
8 years, 4 months ago (2012-07-31 00:20:03 UTC) #4
markusheintz_
Only nits: Could you please make the naming consistent and replace domain[s] with site[s]. https://chromiumcodereview.appspot.com/10790150/diff/7028/chrome/browser/ui/webui/options2/cookies_view_handler.cc ...
8 years, 4 months ago (2012-07-31 15:09:13 UTC) #5
markusheintz_
LGTM after fixing the nits. On 2012/07/31 15:09:13, markusheintz_ wrote: > Only nits: Could you ...
8 years, 4 months ago (2012-07-31 15:09:53 UTC) #6
Bernhard Bauer
https://chromiumcodereview.appspot.com/10790150/diff/19004/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc File chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc (right): https://chromiumcodereview.appspot.com/10790150/diff/19004/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc#newcode31 chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc:31: const std::vector<std::string>& sites) OVERRIDE; On 2012/07/31 15:09:13, markusheintz_ wrote: ...
8 years, 4 months ago (2012-07-31 19:16:59 UTC) #7
markusheintz_
On 2012/07/31 19:16:59, Bernhard Bauer wrote: > https://chromiumcodereview.appspot.com/10790150/diff/19004/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc > File chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc (right): > > https://chromiumcodereview.appspot.com/10790150/diff/19004/chrome/browser/browsing_data/browsing_data_flash_lso_helper.cc#newcode31 ...
8 years, 4 months ago (2012-08-01 08:44:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10790150/19004
8 years, 4 months ago (2012-08-01 16:07:15 UTC) #9
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 17:33:54 UTC) #10
Change committed as 149439

Powered by Google App Engine
This is Rietveld 408576698