| Commit message (Expand) | Author | Age | Files | Lines |
* | Hook up V8 to more of the GN build. | brettw@chromium.org | 2014-06-05 | 2 | -57/+52 |
* | Make GN unit tests single process. | brettw@chromium.org | 2014-06-04 | 1 | -3/+0 |
* | Add src/gin to the GN build. | brettw@chromium.org | 2014-05-22 | 1 | -0/+130 |
* | Don't pass --harmony-promises flag from gin to v8 | jochen@chromium.org | 2014-05-19 | 1 | -1/+1 |
* | Fix gin's array buffer class for component build | jochen@chromium.org | 2014-05-16 | 2 | -1/+9 |
* | Update file-level comment for gin::IsolateHolder | jochen@chromium.org | 2014-05-02 | 1 | -4/+4 |
* | gin: Stop converting float values into integers implicitly | hajimehoshi@chromium.org | 2014-04-16 | 2 | -3/+3 |
* | Pass the amount of virtual memory to v8 | jochen@chromium.org | 2014-04-11 | 1 | -0/+1 |
* | Don't enable all harmony features in mojo/gin | jochen@chromium.org | 2014-04-09 | 1 | -2/+1 |
* | Make net use v8 through gin | jochen@chromium.org | 2014-04-08 | 6 | -12/+21 |
* | [gin] Add a v8::Platform implementation to allow for v8 posting tasks | jochen@chromium.org | 2014-04-04 | 6 | -1/+99 |
* | Change mojo JS bindings to expose a handle object, which is Closed when garbage | mpcomplete@chromium.org | 2014-04-03 | 4 | -0/+64 |
* | gin: Automatic conversion from JS number to intger | hajimehoshi@chromium.org | 2014-03-14 | 2 | -3/+3 |
* | Move TestRunner from CppVariable to gin::Wrappable | hajimehoshi@chromium.org | 2014-03-14 | 1 | -0/+11 |
* | Get rid of even more Script::New calls in Chromium. | marja@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | gin: Add the concept of named and indexed interceptors. | jochen@chromium.org | 2014-03-12 | 8 | -0/+509 |
* | Move AppendFile and *CurrentDirectory to the base namespace. | brettw@chromium.org | 2014-03-11 | 1 | -1/+1 |
* | gin: Add ability to install call-as-function handlers on gin::Wrappable | jochen@chromium.org | 2014-03-10 | 4 | -0/+103 |
* | Adds ModuleRegistryObserver interface | sky@chromium.org | 2014-03-06 | 5 | -0/+129 |
* | Two gin tests | sky@chromium.org | 2014-03-01 | 4 | -0/+72 |
* | Adds PerContextData::context_holder() | sky@chromium.org | 2014-02-28 | 3 | -4/+11 |
* | Nukes ContextSupplement and makes PerContextData extend SupportUserData | sky@chromium.org | 2014-02-28 | 5 | -83/+32 |
* | gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme cases | hajimehoshi@chromium.org | 2014-02-28 | 3 | -1/+34 |
* | Fixes header guard of ShellRunner | sky@chromium.org | 2014-02-27 | 1 | -3/+3 |
* | Use Script::Compile instead of Script::New | marja@chromium.org | 2014-02-27 | 2 | -4/+4 |
* | Refactors parts of gin: | sky@chromium.org | 2014-02-27 | 17 | -172/+250 |
* | Remove obsolete gin::IsolateHolder ctor | jochen@chromium.org | 2014-02-25 | 2 | -10/+0 |
* | gin: Make it possible to use gin array buffers when running on top of blink | jochen@chromium.org | 2014-02-20 | 5 | -20/+44 |
* | gin: Only use primitive types for creating function templates | jochen@chromium.org | 2014-02-11 | 3 | -56/+98 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -2/+1 |
* | Introduce a monotonic_clock module for Mojo.js. | aa@chromium.org | 2014-01-10 | 2 | -3/+9 |
* | 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 | 4 | -3/+18 |
* | Remove usage of deprecate v8::Number constructors from gin | jochen@chromium.org | 2014-01-03 | 2 | -3/+4 |
* | Gin: Spruce the README a bit. | aa@chromium.org | 2013-12-23 | 1 | -5/+21 |
* | Add a simple one shot and repeating timer API for Mojo.js. | aa@chromium.org | 2013-12-21 | 17 | -28/+321 |
* | Implement more of the JavaScript GL API. | aa@chromium.org | 2013-12-21 | 6 | -18/+168 |
* | Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions. | svenpanne@chromium.org | 2013-12-19 | 2 | -1/+2 |
* | [gin] fix casting WrappableBase to a derived class | jochen@chromium.org | 2013-12-19 | 2 | -7/+20 |
* | Add support for wrapping classes indirectly inherited from gin::Wrappable<T> | aa@chromium.org | 2013-12-19 | 3 | -39/+70 |
* | [gin] Introduce Wrappable::GetObjectTemplate | jochen@chromium.org | 2013-12-17 | 8 | -60/+62 |
* | [gin] use a UniquePersistent to hold the context in context_holder | jochen@chromium.org | 2013-12-17 | 2 | -4/+1 |
* | [gin] Use ObjectTemplateBuilder instead of ObjectTemplate::New | jochen@chromium.org | 2013-12-17 | 2 | -11/+8 |
* | Beginning of JS Mojo API to GL. | aa@chromium.org | 2013-12-13 | 3 | -9/+12 |
* | Reland 240298 "[gin] also install gin function templates on non-..."" | jochen@chromium.org | 2013-12-13 | 2 | -7/+11 |
* | [gin] Turn gin into a component | jochen@chromium.org | 2013-12-12 | 22 | -50/+115 |
* | Revert 240298 "[gin] also install gin function templates on non-..." | jam@chromium.org | 2013-12-12 | 1 | -1/+0 |
* | [gin] also install gin function templates on non-gin managed isolates | jochen@chromium.org | 2013-12-12 | 1 | -0/+1 |
* | Update function_template.h.pump file after changes in r240271 | jochen@chromium.org | 2013-12-12 | 1 | -2/+5 |