summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing obsolete chromePrivate.decodeJPEG API.glotov@google.com2012-03-281-7/+0
* Pull out setIcon and sendRequest into their own modules.koz@chromium.org2012-03-281-0/+4
* Make app and webstore bindings lazily evaluated so they don't execute JS on e...koz@chromium.org2012-03-271-6/+48
* Don't evaluate (and therefore create, since it's lazy) ExtensionAPI in rendererskalman@chromium.org2012-03-231-14/+22
* Revert 128089 - Initial extension bindings for Media Gallery API.gman@chromium.org2012-03-221-6/+0
* Initial extension bindings for Media Gallery API.vandebo@chromium.org2012-03-211-0/+6
* Keep lazy background pages open while they're being inspected.mpcomplete@chromium.org2012-03-211-2/+1
* Re-land alexbost's experimental offscreenTabs API.jstritar@chromium.org2012-03-211-0/+2
* Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.kalman@chromium.org2012-03-211-4/+4
* Convert the webstore API to use the schema_generated_bindings infrastructure.kalman@chromium.org2012-03-211-6/+3
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-211-123/+100
* Revert 127833 - Re-land alexbost's experimental offscreenTabs API.dgrogan@chromium.org2012-03-211-2/+0
* Re-land alexbost's experimental offscreenTabs API.jstritar@chromium.org2012-03-201-0/+2
* Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...kalman@chromium.org2012-03-181-51/+124
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-181-124/+51
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-71/+257
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-247/+71
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-71/+247
* Eliminate "using namespace" directives from extensions codeasargent@chromium.org2012-03-101-18/+17
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-235/+74
* Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...akalin@chromium.org2012-03-091-49/+118
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-091-118/+49
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-74/+235
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-235/+74
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-74/+235
* Update extension events, routing, and delivery to use user gesture.gbillock@chromium.org2012-03-021-1/+9
* Change the way lazy background pages shutdown.mpcomplete@chromium.org2012-02-271-8/+7
* Add new versions of DidCreateScriptContext() with extension_group.koz@chromium.org2012-02-271-5/+8
* Restrict privileged extension APIs based on whether the caller is in ankalman@chromium.org2012-02-231-1/+5
* Extensions: run "custom bindings" v8-extensions in content scripts.kalman@chromium.org2012-02-161-3/+33
* Stop using weak v8 references to keep track of inline install callbacks.mihaip@chromium.org2012-02-111-2/+2
* Deal with the CSP-disabled "chrome-extension://invalid" URL which is causing ...kalman@chromium.org2012-01-311-3/+14
* Remove support for some deprecated APIs in manifest version 2.aa@chromium.org2012-01-291-1/+7
* Replace lazy-background switch with a manifest entry controlled by thempcomplete@chromium.org2012-01-241-3/+6
* Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, andkalman@chromium.org2012-01-171-2/+0
* Extensions cleanup: move a bunch of API customisations fromkalman@chromium.org2012-01-121-5/+3
* Re-land r117016: Split out the contextMenus schema bindings from schema_gener...kalman@chromium.org2012-01-121-15/+40
* Revert r117016 "Split out the contextMenus schema bindings from schema_genera...maruel@chromium.org2012-01-101-37/+15
* Split out the contextMenus schema bindings from schema_generated_bindings.js.kalman@chromium.org2012-01-101-15/+37
* Add world_id parameter to ExtensionDispatcher::AllowScriptExecution().koz@chromium.org2011-12-141-0/+8
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-2/+2
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-1/+1
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-1/+1
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-1/+1
* Update includes to new header locations.abarth@chromium.org2011-12-031-2/+2
* Consider the origin when computing extension permissionsabarth@chromium.org2011-12-021-4/+8
* Insert default stylesheet for platform apps.miket@chromium.org2011-11-151-9/+45
* Convert render thread idle delays from seconds to milliseconds.ulan@chromium.org2011-11-141-11/+11
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-6/+8
* Don't close background pages if there is a pending response (callback).tessamac@chromium.org2011-11-011-2/+10