summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/app_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-3/+2
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-2/+3
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-3/+2
* Revert 185709koz@chromium.org2013-03-031-2/+3
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-3/+2
* Revert 184837abodenha@chromium.org2013-02-271-2/+3
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-3/+2
* Move c/r/extensions/* into extensions namespacerdevlin.cronin@chromium.org2012-08-071-9/+12
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+3
* Add an API for hosted apps to check their install and running states.jstritar@chromium.org2012-04-241-0/+72
* Remove unneeded extension_messages_browsertest.cc + cleanup.aa@chromium.org2012-04-111-4/+1
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-211-4/+1
* Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...kalman@chromium.org2012-03-181-1/+4
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-181-4/+1
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-80/+28
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-28/+80
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-80/+28
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-28/+80
* Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...akalin@chromium.org2012-03-091-1/+4
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-091-4/+1
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-80/+28
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-28/+80
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-80/+28
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-3/+4
* Reland restrict extension features based on the extension type.jstritar@chromium.org2011-12-041-1/+2
* Revert "Restrict extension features based on the extension type."mpcomplete@chromium.org2011-12-021-2/+1
* Restrict extension features based on the extension type.jstritar@chromium.org2011-12-021-1/+2
* Consider the origin when computing extension permissionsabarth@chromium.org2011-12-021-2/+3
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-121-0/+261