summaryrefslogtreecommitdiffstats
path: root/net/cookies/canonical_cookie_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-14/+25
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+11
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-11/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+11
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-131-0/+33
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-37/+31
* Add IncludeForRequestURL method to CanonicalCookie.markusheintz@chromium.org2012-12-121-0/+44
* Add tests that test creating secure and http-only cookies using CanonicalCook...markusheintz@chromium.org2012-12-101-0/+21
* Remove unused parameter from the method IsDomainMatch of the class CanonicalC...markusheintz@chromium.org2012-11-301-15/+15
* Add unittests to test the "IsOnPath" and "IsDomainMatch methods of the class ...markusheintz@chromium.org2012-11-291-0/+57
* Add unit tests for the method IsEquivalent of the class CanonicalCookie.markusheintz@chromium.org2012-11-221-0/+83
* The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...markusheintz@chromium.org2012-11-151-0/+71
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-0/+42