| Commit message (Expand) | Author | Age | Files | Lines |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Adding callbacks to `chrome.cookies.{set,remove}`. | jochen@chromium.org | 2011-02-17 | 1 | -25/+44 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 1 | -1/+1 |
* | Do not create an incognito profile if none exists in cookies.getAllCookieStores | jochen@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Make the cookie list a class (instead of a typedef inside CookieMonster)... | jochen@chromium.org | 2010-12-03 | 1 | -1/+1 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Pull events-related code out of ExtensionMessageService into its own class. | mpcomplete@chromium.org | 2010-10-15 | 1 | -3/+3 |
* | Rename ChromeThread to BrowserThread Part19: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 1 | -20/+20 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+15 |
* | FBTF: Move Extension::LaunchContainer to extension_constants.h. | erg@google.com | 2010-09-16 | 1 | -0/+1 |
* | Fix Time::FromDoubleT so that it will return null time when 0 is passed. | jianli@chromium.org | 2010-09-09 | 1 | -1/+4 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -2/+4 |
* | Change, unify, and specify ordering of cookies from CookieMonster. | rdsmith@chromium.org | 2010-08-27 | 1 | -1/+2 |
* | FBTF: Forward declare and move constructors in chrome/common/extensions/. | erg@google.com | 2010-08-26 | 1 | -0/+1 |
* | Coverity issue 11612: Uninitialized member in extension_pref_store_unittest.cc | finnur@chromium.org | 2010-07-24 | 1 | -2/+6 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 1 | -5/+5 |
* | Reland r50296 which removes some uses of CookieMonster on the UI thread. | willchan@chromium.org | 2010-06-29 | 1 | -74/+178 |
* | Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-21 | 1 | -178/+74 |
* | Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-18 | 1 | -74/+178 |
* | Reduce console spam from unneeded LOG(). | evan@chromium.org | 2010-06-10 | 1 | -1/+0 |
* | Send event on changes to the cookie monster. | jochen@chromium.org | 2010-06-10 | 1 | -0/+62 |
* | C++ readability change for cindylau. | cindylau@google.com | 2010-06-02 | 1 | -36/+57 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 1 | -8/+8 |
* | Add the new cookies API to Chrome Extensions, minus the event | cindylau@google.com | 2010-05-18 | 1 | -0/+255 |