| Commit message (Expand) | Author | Age | Files | Lines |
* | Verify that gin_shell and hello_world.js exist. | hansmuller@chromium.org | 2014-08-14 | 1 | -3/+8 |
* | [gin] Allow interceptors to signal whether a they intercepted something | jochen@chromium.org | 2014-08-13 | 4 | -16/+45 |
* | avoid >> ambiguity in gin test | mostynb@opera.com | 2014-08-13 | 1 | -1/+2 |
* | The mojo JS message header validation tests load text files that encode binar... | hansmuller@chromium.org | 2014-07-30 | 7 | -0/+155 |
* | Update memory related v8 notifications API calls | jochen@chromium.org | 2014-07-29 | 1 | -1/+3 |
* | Fixed gin_shell and added a smoke test. | hansmuller@chromium.org | 2014-07-28 | 5 | -4/+47 |
* | Mojo: Log an error when we fail to find a JS module. | mpcomplete@chromium.org | 2014-07-23 | 1 | -0/+1 |
* | Added IsConstructorCall to gin::Arguments. | kolczyk@opera.com | 2014-07-18 | 3 | -2/+35 |
* | Gin: Allow multiple callers to wait for the same module in ModuleRegistry. | sammc@chromium.org | 2014-07-09 | 3 | -11/+54 |
* | Add a function template cache to the interceptor unittest | jochen@chromium.org | 2014-06-27 | 1 | -4/+20 |
* | Remove WrappableTest.ErrorInObjectConstructorProperty | jochen@chromium.org | 2014-06-27 | 1 | -22/+0 |
* | 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 |