summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_cookies_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-2/+2
* Convert wide strings in extension_cookies_api_constants.viettrungluu@chromium.org2010-08-121-2/+2
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-4/+4
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-1/+3
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-3/+1
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-1/+3
* C++ readability change for cindylau.cindylau@google.com2010-06-021-4/+21
* Add the new cookies API to Chrome Extensions, minus the eventcindylau@google.com2010-05-181-0/+97