summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/idle
Commit message (Expand)AuthorAgeFilesLines
* Changing the Weakptr initialization ordermohan.reddy2014-09-162-3/+4
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-6/+4
* Use ExtensionRegistryObserver instead of deprecated extension notification fr...limasdf@gmail.com2014-05-133-43/+31
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-2/+2
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-302-2/+2
* Don't fire the chrome.idle.onStateChanged event when a listener is re-addedkalman@chromium.org2014-04-303-14/+38
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-181-7/+5
* Rename NOTIFICATION_EXTENSION_UNLOADED tokalman@chromium.org2014-03-192-5/+5
* Move extensions-related files to using //components/keyed_service.blundell@chromium.org2014-03-134-9/+8
* ExtensionSystem cleanup part 3yoz@chromium.org2014-02-141-2/+2
* Kill GetBrowserContextRedirectedInIncognito in extensions coderockot@chromium.org2014-02-081-2/+2
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Make an ExtensionApiUnittest class for running API functionsrdevlin.cronin@chromium.org2014-01-271-46/+31
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-2/+2
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-213-3/+3
* Remove WebRequestAPI dependency from extensions::EventRouterjamescook@chromium.org2013-11-201-2/+4
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-152-2/+2
* Convert extensions::EventRouter from Profile to BrowserContextjamescook@chromium.org2013-11-131-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-8/+7
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-4/+3
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-203-6/+9
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-122-2/+2
* 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-1/+1
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-171-0/+2
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+3
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-224-12/+14
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-203-3/+3
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-171-0/+2
* Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."tzik@chromium.org2013-05-131-2/+0
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-101-0/+2
* Change GetProfileToUse method from Profile to content::BrowserContextphajdan.jr@chromium.org2013-05-032-3/+6
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-263-5/+6
* Cleanup: IWYU in a bunch of tests.thestig@chromium.org2013-04-031-1/+3
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* Change --load-extension flag so the extensions don't persist across restart.mpcomplete@chromium.org2013-02-271-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-1/+1
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-2/+3
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-071-1/+3
* Removed some dead code from the extension APIs. Patch 2.sergiyb@google.com2012-11-223-10/+0
* 1) added "idle" and "locked" transitions to idle.onStateChangedcourage@chromium.org2012-11-177-414/+1100
* Revert 168104 because it broke interactive_ui_tests and browser_tests on debu...sadrul@chromium.org2012-11-167-1091/+414
* 1) added "idle" and "locked" transitions to idle.onStateChangedcourage@chromium.org2012-11-167-414/+1091
* Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...mirandac@chromium.org2012-10-291-3/+4
* Add myself to OWNERS for extension idle and push messaging APIs.dcheng@chromium.org2012-09-281-0/+1
* Disable ExtensionApiTest.Idle on all platforms, since it's flaky everywhere.jeremya@chromium.org2012-08-101-5/+1
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-071-5/+3
* Move c/b/e/*idle* to c/b/e/api/idle/mitchellwrosen@chromium.org2012-07-316-0/+556