summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_cookies_api.h
Commit message (Expand)AuthorAgeFilesLines
* Add OVERRIDE to chrome/browser/extensions/.avi@chromium.org2011-11-211-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Remove obsolete TODO and add a bunch of OVERRIDEs.mihaip@chromium.org2011-08-311-6/+7
* Apply the asynchronous CookieMonster API to ExtensionCookieAPI.ycxiao@chromium.org2011-07-201-1/+6
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-3/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-8/+4
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-3/+9
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-9/+3
* Revert "Change event routers from singletons to being owned by the ExtensionS...yoz@chromium.org2011-05-271-2/+8
* Change event routers from singletons to being owned by the ExtensionService.yoz@chromium.org2011-05-261-8/+2
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-5/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Pushing `chrome.cookies.remove` work to IO thread.jochen@chromium.org2011-03-211-5/+15
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-2/+2
* Adding callbacks to `chrome.cookies.{set,remove}`.jochen@chromium.org2011-02-171-3/+2
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-2/+2
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-6/+5
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Unexperimentalify the cookies API.aa@chromium.org2010-07-161-10/+10
* Revert r52581. The change seems OK, but it had the wrongaa@chromium.org2010-07-161-10/+10
* Use WebCore's built in support for user styles instead of theaa@chromium.org2010-07-161-10/+10
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-14/+65
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-65/+14
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-14/+65
* Send event on changes to the cookie monster.jochen@chromium.org2010-06-101-0/+40
* C++ readability change for cindylau.cindylau@google.com2010-06-021-3/+23
* Add the new cookies API to Chrome Extensions, minus the eventcindylau@google.com2010-05-181-0/+60