summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/cookies
Commit message (Expand)AuthorAgeFilesLines
* Fix cookie store Id in chrome.cookies.onChanged in incognito windowsbattre@chromium.org2013-12-042-1/+12
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-212-2/+2
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-152-4/+4
* Convert extensions::EventRouter from Profile to BrowserContextjamescook@chromium.org2013-11-131-1/+1
* Move ExtensionFunction to the extensions component.benwells@chromium.org2013-11-131-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-6/+6
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-3/+0
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-0/+3
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Convert UserPolicySigninService to use OAuth2TokenServiceatwilson@chromium.org2013-08-221-55/+23
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-202-5/+6
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-2/+2
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-033-3/+3
* Use a direct include of time headers in chrome/browser/, part 3.avi@chromium.org2013-06-281-1/+1
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-213-13/+13
* Use a direct include of strings headers in chrome/browser/extensions/, part 1.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-1/+1
* Move RuntimeData and related permissions out of Extension classrdevlin.cronin@chromium.org2013-05-172-2/+5
* Adding Priority field to cookies.erikwright@chromium.org2013-04-192-7/+13
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-33/+54
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-093-54/+33
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-33/+54
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-17/+10
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-3/+3
* Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ...gab@chromium.org2013-02-011-4/+3
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-5/+6
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-112-55/+56
* Revert revision 176015ricow@chromium.org2013-01-102-56/+55
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-102-55/+56
* Remove some Profile-keyed factory boilerplate: management, omnibox, preferenc...yoz@chromium.org2013-01-082-13/+11
* Remove Profile-keyed factory boilerplate: cookies, managed_mode & web_navigationMHX348@motorola.com2013-01-034-75/+26
* Disable 6 ExtensionApiTests on win asandgrogan@chromium.org2012-12-131-1/+7
* Remove TabContents from extensions.avi@chromium.org2012-12-111-3/+1
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-071-2/+4
* Make ExtensionCookiesEventRouter initialize lazily when a cookie listener reg...MHX348@motorola.com2012-12-064-9/+123
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-5/+5
* Coalesce event router Init calls into their constructors.yoz@chromium.org2012-11-052-8/+3
* Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...mirandac@chromium.org2012-10-291-1/+3
* Cleanup: Simplify some extension API code.thestig@chromium.org2012-09-112-24/+20
* Remove noisy LOG statement from cookies APIjochen@chromium.org2012-08-162-3/+2
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-072-11/+9
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+1
* Do not inherit from std::vector.tfarina@chromium.org2012-07-251-1/+1
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-1/+1
* Refactor chrome.cookies API to use JSON schema compiler.mitchellwrosen@chromium.org2012-07-237-352/+316
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-202-2/+1
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-184-28/+26