summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/cookies/cookies_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Only send cookie notifications when extensions are enabledjdduke2015-07-281-2/+2
* Third batch adding real histogram values for extension events.kalman2015-07-161-23/+18
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-1/+2
* Implement the "First-Party-Only" cookie attribute.mkwst2015-02-231-0/+4
* Reverting instrumentationsvadimt2014-10-221-5/+0
* Instrumenting descendants of EventRouter::Observer to find out what causes ja...vadimt2014-10-081-0/+5
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-5/+3
* Remove PermissionsData::ForExtension() completelyrdevlin.cronin@chromium.org2014-06-061-2/+1
* Refactor PermissionsData pt1rdevlin.cronin@chromium.org2014-06-051-1/+2
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-031-4/+4
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-301-64/+66
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-181-10/+5
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-8/+8
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-051-3/+3
* Reland 253509 - ProfileKeyedAPIFactory to build instances with BrowserContext...yoz@chromium.org2014-02-271-6/+8
* Revert 253509 "Change ProfileKeyedAPIFactory to build instances ..."rch@chromium.org2014-02-261-8/+6
* Change ProfileKeyedAPIFactory to build instances with BrowserContext instead ...yoz@chromium.org2014-02-261-6/+8
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-211-22/+24
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().thestig@chromium.org2014-01-211-1/+1
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Fix cookie store Id in chrome.cookies.onChanged in incognito windowsbattre@chromium.org2013-12-041-1/+1
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-2/+2
* Convert extensions::EventRouter from Profile to BrowserContextjamescook@chromium.org2013-11-131-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-281-4/+4
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-201-2/+6
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* 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-211-6/+6
* Move RuntimeData and related permissions out of Extension classrdevlin.cronin@chromium.org2013-05-171-1/+3
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-0/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-24/+31
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-31/+24
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-24/+31
* Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ...gab@chromium.org2013-02-011-4/+3
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-111-40/+41
* Revert revision 176015ricow@chromium.org2013-01-101-41/+40
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-101-40/+41
* Remove some Profile-keyed factory boilerplate: management, omnibox, preferenc...yoz@chromium.org2013-01-081-9/+8
* Remove Profile-keyed factory boilerplate: cookies, managed_mode & web_navigationMHX348@motorola.com2013-01-031-0/+10
* 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-061-5/+24
* 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-051-6/+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-111-15/+17
* Remove noisy LOG statement from cookies APIjochen@chromium.org2012-08-161-3/+0
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-071-10/+8
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+1