|
Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext().
Eventually all the storage context accessors will be removed from BrowserContext. Instead, users should retrieve the storage context from the StoragePartition.
This also changes RenderProcessHost to take in a StoragePartition removing the need for a re-lookup its storage contexts.
BUG= 85121, 143486
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152251
Total comments: 20
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+399 lines, -553 lines) |
Patch |
 |
M |
chrome/browser/browsing_data/browsing_data_local_storage_helper.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/data_deleter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sessions/session_restore.cc
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/session_crashed_prompt.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_context.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+70 lines, -112 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/test_render_view_host.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/site_instance_impl.cc
|
View
|
|
10 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/browser/site_instance_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
11 chunks |
+27 lines, -3 lines |
0 comments
|
Download
|
 |
D |
content/browser/storage_partition.h
|
View
|
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
content/browser/storage_partition.cc
|
View
|
|
1 chunk |
+0 lines, -104 lines |
0 comments
|
Download
|
 |
A |
content/browser/storage_partition_impl.h
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/storage_partition_impl.cc
|
View
|
|
4 chunks |
+42 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
content/browser/storage_partition_impl_map.h
|
View
|
1
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
content/browser/storage_partition_impl_map.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
D |
content/browser/storage_partition_map.h
|
View
|
1
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
D |
content/browser/storage_partition_map.cc
|
View
|
1
|
1 chunk |
+0 lines, -94 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/interstitial_page_impl.cc
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/navigation_controller_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/browser_context.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/storage_partition.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|