summaryrefslogtreecommitdiffstats
path: root/gin/test
Commit message (Expand)AuthorAgeFilesLines
* Make GN unit tests single process.brettw@chromium.org2014-06-041-3/+0
* Make net use v8 through ginjochen@chromium.org2014-04-082-2/+2
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-033-0/+62
* Refactors parts of gin:sky@chromium.org2014-02-272-5/+7
* Introduce a monotonic_clock module for Mojo.js.aa@chromium.org2014-01-102-3/+9
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-061-1/+1
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-213-5/+5
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-16/+8
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-273-1/+10
* Implement support in function_template.h for return types.aa@chromium.org2013-11-261-3/+3
* Use pump to generate more overloads of CreateFunctionTemplate.aa@chromium.org2013-11-261-9/+5
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-253-5/+305
* First cut at gin::Bind().aa@chromium.org2013-11-231-31/+14
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-223-6/+6
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-221-5/+7
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-201-1/+1
* Mojo's C++ and JavaScript bindings should produce identical messagesabarth@chromium.org2013-11-201-0/+2
* 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-194-21/+36
* Add console.log support to gin_shellabarth@chromium.org2013-11-191-6/+7
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-184-16/+12
* Introduce gin_shellabarth@chromium.org2013-11-182-19/+28
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-174-0/+142
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-122-0/+92
* This CL introduces a lightweight bindings system for V8 called ginabarth@chromium.org2013-11-103-0/+83