summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_v8_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Move c/r/extensions/* into extensions namespacerdevlin.cronin@chromium.org2012-08-071-4/+6
* Make miscellaneous_bindings.js not depend on onLoad().koz@chromium.org2012-07-311-14/+14
* Move UserScript and related into extensions namespacerdevlin.cronin@chromium.org2012-07-131-1/+2
* Expose the extension/app's id on chrome.runtime.id and, and make thiskalman@chromium.org2012-07-051-12/+12
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+2
* Remove unneeded extension_messages_browsertest.cc + cleanup.aa@chromium.org2012-04-111-8/+25
* Null check web_frame_ to prevent a race from attempting to execute script on ...rafaelw@chromium.org2012-04-111-0/+6
* Make renderer calls into script declare there "type" (internal or author).rafaelw@chromium.org2012-04-091-1/+6
* Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.kalman@chromium.org2012-03-211-5/+5
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-211-5/+9
* Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...kalman@chromium.org2012-03-181-9/+5
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-181-5/+9
* Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...akalin@chromium.org2012-03-091-9/+5
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-091-5/+9
* Allow omitting optional parameters for Extensions API functionsmtytel@chromium.org2012-03-041-2/+6
* Add Chrome tracing for callChromeHiddenMethodrbyers@chromium.org2012-02-211-0/+4
* Extensions: run "custom bindings" v8-extensions in content scripts.kalman@chromium.org2012-02-161-5/+17
* Remove support for some deprecated APIs in manifest version 2.aa@chromium.org2012-01-291-3/+5
* Move the "extension" namespace from extension_api.json into extension_api_ext...koz@chromium.org2011-12-091-1/+1
* Silently swallow exceptions in extension bindings callbacks.aa@chromium.org2011-12-031-9/+0
* Only create chromeHidden object when needed.aa@chromium.org2011-12-011-2/+43
* Be more careful when calling methods on chromeHidden. If chromeHidden didn't ...aa@chromium.org2011-12-011-4/+10
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-121-7/+19
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-3/+3
* Fix memory leak in V8ContextSet unit test.aa@chromium.org2011-10-071-12/+15
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-061-0/+74