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

Issue 6966036: Wrapping blocked filesystems into TabSpecificContentSettings (Closed)

Created:
9 years, 7 months ago by Mike West
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., ian fette, kinuko
Visibility:
Public.

Description

Wrapping blocked filesystems into TabSpecificContentSettings BUG=63703 TEST=TabSpecificContentSettings* in `unit_tests` Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87006

Patch Set 1 #

Total comments: 2

Patch Set 2 : Renaming 'filesystem' to 'file_system' #

Patch Set 3 : Typo. #

Patch Set 4 : Second batch: cookies_tree_model. #

Patch Set 5 : Dropping code covered in the other CL. Sorry. #

Patch Set 6 : TYPE_FILE_SYSTEM rename. #

Patch Set 7 : Thinko. #

Patch Set 8 : Thinko. #

Patch Set 9 : Missed a string. #

Total comments: 12

Patch Set 10 : Cleaning up nits. #

Total comments: 1

Patch Set 11 : Updating chrome_worker_message_filter.cc #

Patch Set 12 : Dropping code from other CL. #

Patch Set 13 : Adding empty sizes. #

Patch Set 14 : Rebased onto trunk. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+656 lines, -94 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chrome_worker_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +23 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 7 chunks +18 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +29 lines, -1 line 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +15 lines, -1 line 0 comments Download
M chrome/browser/cookies_tree_model.h View 1 2 3 4 5 6 7 8 9 16 chunks +63 lines, -4 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 2 3 4 5 6 23 chunks +108 lines, -14 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 32 chunks +253 lines, -63 lines 0 comments Download
A chrome/browser/mock_browsing_data_file_system_helper.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/mock_browsing_data_file_system_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +66 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/cookies_view_handler.cc View 1 2 3 5 chunks +5 lines, -3 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: 9 (0 generated)
Mike West
In the spirit of reviewing early and often: this is the first piece of pulling ...
9 years, 7 months ago (2011-05-24 19:10:58 UTC) #1
Bernhard Bauer
Can one of you make sure that clearing filesystems is hooked up to BrowsingDataRemover as ...
9 years, 7 months ago (2011-05-24 19:42:25 UTC) #2
Mike West
http://codereview.chromium.org/6966036/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h File chrome/browser/content_settings/tab_specific_content_settings.h (right): http://codereview.chromium.org/6966036/diff/1/chrome/browser/content_settings/tab_specific_content_settings.h#newcode100 chrome/browser/content_settings/tab_specific_content_settings.h:100: // If access was blocked dur to the user's ...
9 years, 7 months ago (2011-05-25 09:32:45 UTC) #3
Mike West
Uploading the cookies_tree_model changes for review. Jochen/Bernhard, I think you're still the right guys for ...
9 years, 7 months ago (2011-05-25 11:33:28 UTC) #4
jochen (gone - plz use gerrit)
LGTM with nits http://codereview.chromium.org/6966036/diff/9003/chrome/browser/content_settings/tab_specific_content_settings.cc File chrome/browser/content_settings/tab_specific_content_settings.cc (right): http://codereview.chromium.org/6966036/diff/9003/chrome/browser/content_settings/tab_specific_content_settings.cc#newcode39 chrome/browser/content_settings/tab_specific_content_settings.cc:39: databases_->empty() && add filesystem_->empty() http://codereview.chromium.org/6966036/diff/9003/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc File ...
9 years, 7 months ago (2011-05-25 15:54:09 UTC) #5
Mike West
Great, thanks Jochen. I've cleaned up the nits, and I'll just wait on http://codereview.chromium.org/7063020/ to ...
9 years, 7 months ago (2011-05-25 16:55:16 UTC) #6
jochen (gone - plz use gerrit)
http://codereview.chromium.org/6966036/diff/11003/chrome/browser/renderer_host/chrome_render_message_filter.cc File chrome/browser/renderer_host/chrome_render_message_filter.cc (right): http://codereview.chromium.org/6966036/diff/11003/chrome/browser/renderer_host/chrome_render_message_filter.cc#newcode374 chrome/browser/renderer_host/chrome_render_message_filter.cc:374: // Record access to file system for potential display ...
9 years, 7 months ago (2011-05-25 22:53:10 UTC) #7
Mike West
Rebased onto trunk. Will throw into the commit queue once the trybots are happy.
9 years, 7 months ago (2011-05-27 07:38:58 UTC) #8
commit-bot: I haz the power
9 years, 7 months ago (2011-05-27 11:07:47 UTC) #9
Change committed as 87006

Powered by Google App Engine
This is Rietveld 408576698