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

Issue 1253353004: WIP: Teach "First-Party-Only" cookies about the requestor origin.

Created:
5 years, 4 months ago by Mike West
Modified:
5 years, 4 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam, erikwright (departed)
Base URL:
https://chromium.googlesource.com/chromium/src.git@cookie-options
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: Teach "First-Party-Only" cookies about the requestor origin. As described in https://tools.ietf.org/html/draft-west-first-party-cookies-03#section-4.3 BUG=459154

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -11 lines) Patch
M content/child/request_info.h View 2 chunks +5 lines, -0 lines 0 comments Download
M content/child/resource_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/common/resource_messages.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/cookies/canonical_cookie.cc View 2 chunks +12 lines, -6 lines 0 comments Download
M net/cookies/canonical_cookie_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/cookies/cookie_monster.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/cookies/cookie_options.h View 3 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/test_url_fetcher_factory.h View 2 chunks +2 lines, -0 lines 0 comments Download
M net/url_request/test_url_fetcher_factory.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher.h View 2 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_core.h View 3 chunks +3 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_fetcher_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/url_request/url_request.h View 3 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/url_request.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 4 chunks +44 lines, -0 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698