summaryrefslogtreecommitdiffstats
path: root/gin/test
Commit message (Expand)AuthorAgeFilesLines
* 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