summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_cookies_helpers.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-12/+9
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-3/+2
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-2/+3
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-3/+2
* C++ readability change for cindylau.cindylau@google.com2010-06-021-20/+14
* Add the new cookies API to Chrome Extensions, minus the eventcindylau@google.com2010-05-181-0/+192