summaryrefslogtreecommitdiffstats
path: root/net/cookies/canonical_cookie.cc
Commit message (Expand)AuthorAgeFilesLines
* net: remove CanonicalCookie ctor that takes two parameterstfarina2016-03-241-28/+0
* SameSite: Strict/Lax behavior.mkwst2016-03-211-7/+15
* SameSite: Implement 'Strict'/'Lax' attribute parsing.mkwst2016-03-151-5/+11
* Reland: Replace std::string::find with base::StartsWith when comparing cookie...mmenke2016-03-051-8/+9
* Revert of Replace std::string::find with base::StartsWith when comparing cook...benwells2016-03-041-9/+8
* Replace std::string::find with base::StartsWith when comparing cookie paths.mmenke2016-03-031-8/+9
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-261-0/+2
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-2/+1
* Rename first-party-only cookies to same-site cookies.mkwst2016-02-011-8/+8
* Convert some raw CanonicalCookie ptrs to scoped_ptr<CanonicalCookie>.tfh2016-01-211-32/+35
* Teach URLRequest about initiator checks for First-Party-Only cookies.mkwst2016-01-151-8/+2
* Switch to standard integer types in net/.Avi Drissman2015-12-201-7/+4
* Ship cookie prefixesestark2015-12-181-1/+1
* Change cookie prefix from $ to __estark2015-12-011-2/+2
* Add cookie prefix metricsestark2015-11-211-16/+49
* Experiment to disallow setting of secure cookies from insecure schemesjww2015-11-201-0/+15
* Implement $Host- cookie prefixestark2015-11-171-0/+21
* Treat exact domain match cookies on public suffixes as host cookies.mkwst2015-11-071-0/+1
* Convert 'CookieOptions::first_party_url' to a 'url::Origin'.mkwst2015-10-201-4/+5
* Move cookie source display logic to CookiesTreeModelestark2015-08-211-16/+3
* Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecu...lgarron2015-05-141-2/+2
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-2/+1
* Add a method to override all the cookies in CookieMonsterdroger2015-03-171-0/+50
* Remove prerender cookie store, part 1.davidben2015-03-061-17/+0
* Implement the "First-Party-Only" cookie attribute.mkwst2015-02-231-13/+30
* Add AddCallbackForCookie method to CookieStore.ellyjones2014-10-271-1/+1
* Only commit cookie changes in prerenders after a prerender is showntburkard@chromium.org2014-05-131-0/+16
* Revert 269855 "Only commit cookie changes in prerenders after a ..."piman@chromium.org2014-05-121-16/+0
* Only commit cookie changes in prerenders after a prerender is showntburkard@chromium.org2014-05-121-0/+16
* Revert 269798 "Only commit cookie changes in prerenders after a ..."mmenke@chromium.org2014-05-121-16/+0
* Only commit cookie changes in prerenders after a prerender is showntburkard@chromium.org2014-05-121-0/+16
* Renamed namespaces in src/net.vitalybuka@chromium.org2014-04-301-7/+7
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-2/+2
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-6/+11
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-131-2/+4
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-17/+4
* Add IncludeForRequestURL method to CanonicalCookie.markusheintz@chromium.org2012-12-121-0/+20
* Remove unused parameter from the method IsDomainMatch of the class CanonicalC...markusheintz@chromium.org2012-11-301-2/+1
* The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...markusheintz@chromium.org2012-11-151-15/+37
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-011-4/+7
* Revert 146616.erikwright@chromium.org2012-10-021-7/+4
* Remove ENABLE_PERSISTENT_SESSION_COOKIESjgreenwald@chromium.org2012-08-021-18/+0
* Fixed namespace commentsbattre@chromium.org2012-07-191-1/+1
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-0/+380