summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-207-5/+34
* Mojo's C++ and JavaScript bindings should produce identical messagesabarth@chromium.org2013-11-201-0/+2
* Add a gin/public directoryjochen@chromium.org2013-11-208-10/+10
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-1914-88/+147
* Add console.log support to gin_shellabarth@chromium.org2013-11-196-7/+98
* Port Mojo's sample_service.cc to JavaScriptabarth@chromium.org2013-11-191-6/+4
* Fix win64 build errorjschuh@chromium.org2013-11-191-2/+2
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-187-16/+43
* Introduce gin_shellabarth@chromium.org2013-11-1824-164/+568
* Remove deprecated v8::External::New calls (chromium side)jochen@chromium.org2013-11-181-1/+2
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-1721-68/+708
* Fix Win64 build errorsjschuh@chromium.org2013-11-132-3/+4
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-1214-48/+473
* This CL introduces a lightweight bindings system for V8 called ginabarth@chromium.org2013-11-1021-0/+1050