| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OVERRIDE to chrome/browser/extensions/. | avi@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -6/+7 |
* | Apply the asynchronous CookieMonster API to ExtensionCookieAPI. | ycxiao@chromium.org | 2011-07-20 | 1 | -1/+6 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -3/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Revert "Revert "Change extension event routers to not be singletons and to be... | yoz@chromium.org | 2011-06-28 | 1 | -8/+4 |
* | Revert "Change many extension event routers to not be singletons and to be mo... | yoz@chromium.org | 2011-06-25 | 1 | -3/+9 |
* | Change many extension event routers to not be singletons and to be more profi... | yoz@chromium.org | 2011-06-25 | 1 | -9/+3 |
* | Revert "Change event routers from singletons to being owned by the ExtensionS... | yoz@chromium.org | 2011-05-27 | 1 | -2/+8 |
* | Change event routers from singletons to being owned by the ExtensionService. | yoz@chromium.org | 2011-05-26 | 1 | -8/+2 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -5/+8 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Pushing `chrome.cookies.remove` work to IO thread. | jochen@chromium.org | 2011-03-21 | 1 | -5/+15 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Adding callbacks to `chrome.cookies.{set,remove}`. | jochen@chromium.org | 2011-02-17 | 1 | -3/+2 |
* | Make the cookie list a class (instead of a typedef inside CookieMonster)... | jochen@chromium.org | 2010-12-03 | 1 | -2/+2 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -6/+5 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Unexperimentalify the cookies API. | aa@chromium.org | 2010-07-16 | 1 | -10/+10 |
* | Revert r52581. The change seems OK, but it had the wrong | aa@chromium.org | 2010-07-16 | 1 | -10/+10 |
* | Use WebCore's built in support for user styles instead of the | aa@chromium.org | 2010-07-16 | 1 | -10/+10 |
* | Reland r50296 which removes some uses of CookieMonster on the UI thread. | willchan@chromium.org | 2010-06-29 | 1 | -14/+65 |
* | Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-21 | 1 | -65/+14 |
* | Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-18 | 1 | -14/+65 |
* | Send event on changes to the cookie monster. | jochen@chromium.org | 2010-06-10 | 1 | -0/+40 |
* | C++ readability change for cindylau. | cindylau@google.com | 2010-06-02 | 1 | -3/+23 |
* | Add the new cookies API to Chrome Extensions, minus the event | cindylau@google.com | 2010-05-18 | 1 | -0/+60 |