|
|
Teaching BrowsingDataRemover how to delete application data.
Adding a parameter to BrowsingDataRemover::Remove in order to support a
"Clear app data" flag in the "Clear Browsing Data UI". Additionally, this CL pulls the implementation of DomStorageContext::DeleteDataModifiedSince out of DomStorageContext, and into BrowsingDataRemover in order to manage the complexities of decision-making in the BDR, rather than exporting them out of chrome and into webkit.
This patch only addresses localStorage/sessionStorage and quota managed data. Cookies should already ignore the special storage policy, but we'll need to examine the remainder of the types that the BDR touches.
BUG= 116372
TEST=unit_tests,test_shell_tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140273
Total comments: 10
Total comments: 4
Total comments: 2
Total comments: 34
Total comments: 2
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+493 lines, -112 lines) |
Patch |
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/testing_automation_provider.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_helper.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_helper.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_helper_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+70 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_remover.h
|
View
|
1
2
3
4
5
6
7
8
9
|
9 chunks |
+26 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_remover.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
12 chunks |
+72 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_remover_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
26 chunks |
+261 lines, -39 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/browsing_data/browsing_data_api.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/enterprise_oauth_enrollment_screen_handler.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options2/clear_browser_data_handler2.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/dom_storage/dom_storage_context_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/dom_storage/dom_storage_context_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/dom_storage_context.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_context.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_context.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_context_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|