summaryrefslogtreecommitdiffstats
path: root/net/cookies/parsed_cookie_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Ignore Set-Cookie Directive where both name and value are emptyxunjieli@chromium.org2014-07-281-3/+18
* Disallow cookies with control chars.jww@chromium.org2013-09-201-1/+70
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-12/+62
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-9/+9
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-9/+9
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-9/+9
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-44/+3
* Add a mutable version of CookieMonster::ParsedCookiebattre@chromium.org2012-08-021-0/+138
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-121-0/+278