summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/runtime
Commit message (Expand)AuthorAgeFilesLines
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-1/+1
* Introduce EventRouter::DispatchEventWithLazyListener().koz@chromium.org2013-07-231-9/+2
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Fix per-file read permission handling for files in FileSystem APIkinuko@chromium.org2013-07-081-4/+0
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-031-1/+1
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-2/+3
* app_mode: Add runtime.onRestartRequired event.xiyuan@chromium.org2013-06-242-2/+32
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-6/+6
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-171-0/+2
* Add chrome.runtime.getPackageDirectoryEntry.sammc@chromium.org2013-06-143-0/+58
* Move [Get|Set]UninstallUrl from ExtensionPrefs to RuntimeAPIrdevlin.cronin@chromium.org2013-06-051-4/+21
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Implement chrome.runtime.setUninstallUrl.patrickriordan177@gmail.com2013-05-263-0/+67
* Implementing the chrome.runtime.getPlatformInfo APIasargent@chromium.org2013-05-073-0/+83
* Move Version to base namespace.xhwang@chromium.org2013-04-221-1/+4
* content: replace NOTIFICATION_RENDER_VIEW_HOST_DELETED with observer usagephajdan.jr@chromium.org2013-03-151-0/+2
* Limit the onStartup event to be send only to the profile whose creation trigg...mek@chromium.org2013-03-071-0/+4
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-1/+3
* Add runtime.onBrowserUpdateAvailable event.hshi@chromium.org2013-02-262-0/+19
* Fix a bug where chrome.runtime.getBackgroundPage would return null if the eventmpcomplete@chromium.org2013-02-121-10/+9
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-3/+5
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-071-6/+6
* Prevent redownloading of already downloaded crx files.mek@chromium.org2012-11-172-8/+26
* add chrome.runtime.requestUpdateCheck method.mek@chromium.org2012-11-142-0/+81
* Re-enable the ExtensionServiceTest tests.wez@chromium.org2012-11-141-0/+2
* Add chrome.runtime.reload method.mek@chromium.org2012-11-072-0/+20
* First couple of steps of improving the extension/app update process.mek@chromium.org2012-11-072-0/+22
* Reset registered events and dispatch runtime.onInstalled to all extensions whenmpcomplete@chromium.org2012-09-202-5/+12
* Provide details about why we're dispatching runtime.onInstalled.mpcomplete@chromium.org2012-09-172-4/+20
* Unrevert 152017 - Add chrome.runtime.onStartup, which is fired on browser start.mpcomplete@chromium.org2012-08-182-1/+52
* Revert 152017 - Add chrome.runtime.onStartup, which is fired on browser start.mpcomplete@chromium.org2012-08-172-47/+1
* Add chrome.runtime.onStartup, which is fired on browser start.mpcomplete@chromium.org2012-08-172-1/+47
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-071-1/+2
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-2/+1
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Expose the extension/app's id on chrome.runtime.id and, and make thiskalman@chromium.org2012-07-051-0/+24
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+2
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-181-1/+5
* Hack to restrict runtime API to dev channel rather than experimental.mpcomplete@chromium.org2012-05-162-2/+2
* Revert order of EXTENSION_LOADED and EXTENSION_INSTALLED notifications back tompcomplete@chromium.org2012-05-012-6/+9
* Have LazyBackgroundTaskQueue notify consumers when the transient page fails tompcomplete@chromium.org2012-04-161-2/+8
* Add chrome.experimental.runtime.getBackgroundPage which ensures the transientmpcomplete@chromium.org2012-04-122-0/+40
* Move transient background events from chrome.experimental.extension to chrome...mihaip@chromium.org2012-04-042-0/+57