|
Adding session-only LocalStorage. Data can now be stored in the
permanent LocalStorage or in the session-only LocalStorage, depending
on the content settings for the origin.
Draft -- missing the usage of first party origin when checking the "enforce session only" setting
BUG=NONE
TEST=DOMStorageBrowserTest.ChangingSettings, DOMStorageBrowserTest.SessionOnly
Total comments: 8
Total comments: 2
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+347 lines, -27 lines) |
Patch |
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/in_process_webkit/dom_storage_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+166 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/in_process_webkit/dom_storage_message_filter.h
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/in_process_webkit/dom_storage_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+47 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/in_process_webkit/dom_storage_namespace.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/in_process_webkit/dom_storage_namespace.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+52 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_resource_context.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/browser_render_process_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/resource_context.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/resource_context.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|