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