| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds ModuleRegistryObserver interface | sky@chromium.org | 2014-03-06 | 4 | -0/+128 |
* | Two gin tests | sky@chromium.org | 2014-03-01 | 1 | -0/+33 |
* | Nukes ContextSupplement and makes PerContextData extend SupportUserData | sky@chromium.org | 2014-02-28 | 2 | -27/+23 |
* | Refactors parts of gin: | sky@chromium.org | 2014-02-27 | 5 | -27/+32 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -2/+1 |
* | Make the cube spin in the JS mojo app. | aa@chromium.org | 2014-01-08 | 2 | -0/+2 |
* | Added a test for destroying an isolate while a timer is outstanding. | aa@chromium.org | 2014-01-06 | 2 | -47/+86 |
* | Gin: Fix console module to be varargs again. | aa@chromium.org | 2014-01-06 | 1 | -1/+6 |
* | Add a simple one shot and repeating timer API for Mojo.js. | aa@chromium.org | 2013-12-21 | 9 | -21/+295 |
* | Implement more of the JavaScript GL API. | aa@chromium.org | 2013-12-21 | 1 | -4/+1 |
* | Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions. | svenpanne@chromium.org | 2013-12-19 | 1 | -1/+1 |
* | [gin] Use ObjectTemplateBuilder instead of ObjectTemplate::New | jochen@chromium.org | 2013-12-17 | 2 | -11/+8 |
* | [gin] Turn gin into a component | jochen@chromium.org | 2013-12-12 | 4 | -4/+8 |
* | Fix gin's ModuleRegistry::Load(). | viettrungluu@chromium.org | 2013-12-11 | 1 | -1/+2 |
* | Don't use (almost) deprecated FunctionTemplate::New version, part 2. | svenpanne@chromium.org | 2013-12-10 | 2 | -2/+2 |
* | Remove usage of C++11 std::vector<> APIs from gin's ModuleRegistry | jochen@chromium.org | 2013-12-06 | 1 | -1/+1 |
* | [Mojo] Remove static "bootstrap" state in mojo_js | abarth@chromium.org | 2013-11-28 | 4 | -10/+56 |
* | Convert the rest of the functions in core.cc to use CreateFunctionTemplate. | aa@chromium.org | 2013-11-27 | 1 | -3/+4 |
* | [Gin] Add documentation to explain how Gin works | abarth@chromium.org | 2013-11-27 | 3 | -0/+19 |
* | [Mojo] Almost connect mojo_js with hello_world_service | abarth@chromium.org | 2013-11-25 | 3 | -30/+23 |
* | [Mojo] Improve JavaScript API for MojoReadMessage | abarth@chromium.org | 2013-11-24 | 1 | -16/+10 |
* | Teach mojo_js_bindings_unittests to load generated JS files | abarth@chromium.org | 2013-11-22 | 4 | -19/+28 |
* | Add a GinEmbedder enum and use it to identify WrapperInfo | jochen@chromium.org | 2013-11-20 | 2 | -2/+2 |
* | Add a gin/public directory | jochen@chromium.org | 2013-11-20 | 2 | -2/+2 |
* | Add console.log support to gin_shell | abarth@chromium.org | 2013-11-19 | 2 | -0/+69 |
* | Fix win64 build error | jschuh@chromium.org | 2013-11-19 | 1 | -2/+2 |
* | Implement Mojo message codec in JavaScript | abarth@chromium.org | 2013-11-18 | 3 | -0/+31 |
* | Introduce gin_shell | abarth@chromium.org | 2013-11-18 | 6 | -84/+311 |
* | Remove deprecated v8::External::New calls (chromium side) | jochen@chromium.org | 2013-11-18 | 1 | -1/+2 |
* | This CL implements the Asynchronous Module Definition (AMD) | abarth@chromium.org | 2013-11-17 | 3 | -0/+283 |