summaryrefslogtreecommitdiffstats
path: root/net/cookies/parsed_cookie.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove control character cookie UMA stats.jww@chromium.org2013-09-211-41/+3
* Disallow cookies with control chars.jww@chromium.org2013-09-201-1/+14
* Updated control chars in cookies histogram group to 'Cookie' and added histog...jww@chromium.org2013-06-111-19/+24
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Added UMA measurement for how often we see control characters during cookie p...jww@chromium.org2013-05-291-3/+36
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-2/+16
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-20/+2
* Add a mutable version of CookieMonster::ParsedCookiebattre@chromium.org2012-08-021-49/+217
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-121-0/+315