|
Changes to support new cookie policy.
Changes:
1- net::CookiePolicy becomes an interface.
2- Old implementaiton of CookiePolicy copied to StaticCookiePolicy.
3- ChromeULRRequestContext implements CookiePolicy.
4- HostContentSettingsMap gets a global "BlockThirdPartyCookies" pref.
R=pkasting
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37624
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -233 lines) |
Patch |
 |
M |
chrome/browser/automation/url_request_automation_job.cc
|
View
|
1
2
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/preferences_window_controller.mm
|
View
|
|
2 chunks |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/options/advanced_contents_gtk.cc
|
View
|
3
|
5 chunks |
+1 line, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/host_content_settings_map.h
|
View
|
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/host_content_settings_map.cc
|
View
|
1
2
3
|
4 chunks |
+22 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.h
|
View
|
1
2
|
7 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.cc
|
View
|
1
2
|
10 chunks |
+52 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/cookie_policy_browsertest.cc
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/options/advanced_contents_view.cc
|
View
|
|
3 chunks |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
M |
net/base/cookie_policy.h
|
View
|
|
1 chunk |
+9 lines, -38 lines |
0 comments
|
Download
|
 |
A + |
net/base/static_cookie_policy.h
|
View
|
1
2
3
|
3 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
A + |
net/base/static_cookie_policy.cc
|
View
|
|
4 chunks |
+12 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
net/base/static_cookie_policy_unittest.cc
|
View
|
|
5 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
|
5 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context.h
|
View
|
1
2
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_resource_loader_bridge.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
View
|
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_request_context.cc
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|