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

Issue 9958107: Limiting the "Cookies and site data" form to "web safe" schemes. (Closed)

Created:
8 years, 8 months ago by Mike West
Modified:
8 years, 8 months ago
CC:
chromium-reviews, pfeldman
Visibility:
Public.

Description

Limiting the "Cookies and site data" form to valid Browsing Data schemes. This change will prevent extension and devtools (as well as data from any other internal `chrome-*` URL schemes) from showing up in the list of browsing data. BUG=121441 TEST=unit_test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130598

Patch Set 1 #

Patch Set 2 : The others. #

Total comments: 10

Patch Set 3 : Rebasing on top of BrowsingDataHelper::* impl. #

Patch Set 4 : Rebased. #

Patch Set 5 : License. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -35 lines) Patch
M chrome/browser/browsing_data_appcache_helper.cc View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data_appcache_helper_unittest.cc View 1 2 3 4 2 chunks +17 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_database_helper.cc View 1 2 3 4 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/browsing_data_database_helper_unittest.cc View 1 2 3 4 3 chunks +22 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data_file_system_helper.cc View 1 2 3 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data_file_system_helper_unittest.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data_indexed_db_helper.cc View 1 2 3 4 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data_indexed_db_helper_unittest.cc View 1 2 3 4 2 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_local_storage_helper.cc View 1 2 3 4 4 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/browsing_data_local_storage_helper_unittest.cc View 1 2 3 4 2 chunks +17 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_quota_helper_impl.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_quota_helper_unittest.cc View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Mike West
Hi Jochen! WDYT?
8 years, 8 months ago (2012-04-03 07:32:45 UTC) #1
Mike West
Let's try this again. I'm not modifying the cookies helper, as cookies don't have schemes. ...
8 years, 8 months ago (2012-04-03 09:16:59 UTC) #2
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/9958107/diff/2002/chrome/browser/browsing_data_appcache_helper.cc File chrome/browser/browsing_data_appcache_helper.cc (right): https://chromiumcodereview.appspot.com/9958107/diff/2002/chrome/browser/browsing_data_appcache_helper.cc#newcode88 chrome/browser/browsing_data_appcache_helper.cc:88: if (policy->IsWebSafeScheme(current->first.scheme())) forgot ! ? https://chromiumcodereview.appspot.com/9958107/diff/2002/chrome/browser/browsing_data_database_helper.cc File chrome/browser/browsing_data_database_helper.cc (right): ...
8 years, 8 months ago (2012-04-03 09:41:21 UTC) #3
Mike West
Addressed comments, and rebased this on top of http://codereview.chromium.org/9958111/ Can't land until that lands. :) ...
8 years, 8 months ago (2012-04-03 14:45:51 UTC) #4
jochen (gone - plz use gerrit)
lgtm
8 years, 8 months ago (2012-04-03 14:56:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/9958107/7
8 years, 8 months ago (2012-04-04 08:59:25 UTC) #6
commit-bot: I haz the power
Try job failure for 9958107-7 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 8 months ago (2012-04-04 11:49:08 UTC) #7
Use mkwst_at_chromium.org plz.
8 years, 8 months ago (2012-04-04 12:02:14 UTC) #8
On 2012/04/04 11:49:08, I haz the power (commit-bot) wrote:
> Try job failure for 9958107-7 (retry) on win_rel for step "browser_tests".
> It's a second try, previously, steps "browser_tests, unit_tests" failed.
>
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

I hate the commit queue. Landing manually.

Powered by Google App Engine
This is Rietveld 408576698