summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_v8_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-11/+40
* Add a ScopedPersistent class to chrome/renderer/extensions for automaticallykalman@chromium.org2013-03-091-4/+2
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-36/+11
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-11/+36
* Revert 185709koz@chromium.org2013-03-031-36/+11
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-11/+36
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184837abodenha@chromium.org2013-02-271-36/+11
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-11/+36
* Enable certain sanity checks in extension code whenever DCHECK is on, not jus...koz@chromium.org2013-02-201-11/+9
* Replaced deprecated v8 API calls by their non-deprecated equivalents.svenpanne@chromium.org2013-02-041-2/+3
* 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