summaryrefslogtreecommitdiffstats
path: root/gin/modules
Commit message (Expand)AuthorAgeFilesLines
* Adds ModuleRegistryObserver interfacesky@chromium.org2014-03-064-0/+128
* Two gin testssky@chromium.org2014-03-011-0/+33
* Nukes ContextSupplement and makes PerContextData extend SupportUserDatasky@chromium.org2014-02-282-27/+23
* Refactors parts of gin:sky@chromium.org2014-02-275-27/+32
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+1
* Make the cube spin in the JS mojo app.aa@chromium.org2014-01-082-0/+2
* Added a test for destroying an isolate while a timer is outstanding.aa@chromium.org2014-01-062-47/+86
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-061-1/+6
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-219-21/+295
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-211-4/+1
* Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.svenpanne@chromium.org2013-12-191-1/+1
* [gin] Use ObjectTemplateBuilder instead of ObjectTemplate::Newjochen@chromium.org2013-12-172-11/+8
* [gin] Turn gin into a componentjochen@chromium.org2013-12-124-4/+8
* Fix gin's ModuleRegistry::Load().viettrungluu@chromium.org2013-12-111-1/+2
* Don't use (almost) deprecated FunctionTemplate::New version, part 2.svenpanne@chromium.org2013-12-102-2/+2
* Remove usage of C++11 std::vector<> APIs from gin's ModuleRegistryjochen@chromium.org2013-12-061-1/+1
* [Mojo] Remove static "bootstrap" state in mojo_jsabarth@chromium.org2013-11-284-10/+56
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-3/+4
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-273-0/+19
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-253-30/+23
* [Mojo] Improve JavaScript API for MojoReadMessageabarth@chromium.org2013-11-241-16/+10
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-224-19/+28
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-202-2/+2
* Add a gin/public directoryjochen@chromium.org2013-11-202-2/+2
* Add console.log support to gin_shellabarth@chromium.org2013-11-192-0/+69
* Fix win64 build errorjschuh@chromium.org2013-11-191-2/+2
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-183-0/+31
* Introduce gin_shellabarth@chromium.org2013-11-186-84/+311
* 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-173-0/+283