summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
Commit message (Expand)AuthorAgeFilesLines
* Isolate gin_unittests and add them to botsjochen2015-12-081-0/+20
* Adding object counts to v8 memory dump provider.ssid2015-06-041-0/+1
* Adding v8_isolate_memory_dump_provider.ssid2015-05-081-0/+2
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-0/+2
* [gin] Fingerprint the V8 snapshot files on Windows and verify before loading ...rmcilroy2015-01-091-1/+25
* Mojo JS bindings: draining a DataPipehansmuller2014-09-251-0/+2
* Move setup of code event handlers to ginjochen2014-09-161-0/+3
* The mojo JS message header validation tests load text files that encode binar...hansmuller@chromium.org2014-07-301-0/+2
* Fixed gin_shell and added a smoke test.hansmuller@chromium.org2014-07-281-0/+1
* Hook up V8 to more of the GN build.brettw@chromium.org2014-06-051-1/+1
* [gin] Add a v8::Platform implementation to allow for v8 posting tasksjochen@chromium.org2014-04-041-0/+4
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-031-0/+2
* gin: Add the concept of named and indexed interceptors.jochen@chromium.org2014-03-121-0/+3
* Adds ModuleRegistryObserver interfacesky@chromium.org2014-03-061-0/+1
* Two gin testssky@chromium.org2014-03-011-0/+2
* Refactors parts of gin:sky@chromium.org2014-02-271-1/+3
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-211-0/+3
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-1/+9
* [gin] move context_holder to public/jochen@chromium.org2013-12-061-1/+1
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-051-0/+1
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-0/+2
* First cut at gin::Bind().aa@chromium.org2013-11-231-0/+2
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-2/+2
* [Gin] Add a mechanism for wrapping C++ objectabarth@chromium.org2013-11-211-10/+13
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-201-0/+1
* Add a gin/public directoryjochen@chromium.org2013-11-201-1/+1
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-191-2/+3
* Add console.log support to gin_shellabarth@chromium.org2013-11-191-0/+2
* Introduce gin_shellabarth@chromium.org2013-11-181-7/+25
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-171-0/+9
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-121-4/+25
* This CL introduces a lightweight bindings system for V8 called ginabarth@chromium.org2013-11-101-0/+54