summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_v8_extension.h
Commit message (Expand)AuthorAgeFilesLines
* Extensions: pass ChromeV8Context around instead of v8::Handle.marja@chromium.org2013-06-041-3/+1
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Remove ObjectBackedNativeHandler::RouteStaticFunction. It has lifetime issueskalman@chromium.org2013-03-141-7/+0
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-18/+14
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-14/+18
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-18/+14
* Revert 185709koz@chromium.org2013-03-031-17/+17
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-17/+17
* Revert 184837abodenha@chromium.org2013-02-271-17/+17
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-17/+17
* Move ModuleSystem and NativeHandler to extensions/aa@chromium.org2012-08-281-1/+1
* Move c/r/extensions/* into extensions namespacerdevlin.cronin@chromium.org2012-08-071-7/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+5
* Extract ExtensionRequestSender from SchemaGeneratedBindings.koz@chromium.org2012-04-031-6/+0
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-37/+4
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-4/+37
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-37/+4
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-4/+37
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-37/+4
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-4/+37
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-37/+4
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-1/+2
* Only create chromeHidden object when needed.aa@chromium.org2011-12-011-11/+0
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-211-1/+1
* Stop copying extension bindings scripts.miket@chromium.org2011-11-151-1/+1
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-1/+1
* Add a per-context "Handler" concept to ChromeV8Extension andaa@chromium.org2011-10-121-10/+36
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-2/+5
* Rename ExtensionBase to ChromeV8Extension and simplify.aa@chromium.org2011-10-011-0/+86