| Commit message (Expand) | Author | Age | Files | Lines |
* | [Gin] Add a warning about potential memory leak for CreateFunctionTemplate | mnaganov | 2015-03-03 | 1 | -0/+5 |
* | Add more data to conversion failure messages in gin | eseidel | 2014-12-15 | 1 | -1/+5 |
* | Work around a parameter-unused-but-set warning in gin/ | cmasone | 2014-11-01 | 1 | -2/+7 |
* | [gin] Use variadic templates in gin/function_template.h | kolczyk | 2014-10-24 | 1 | -346/+70 |
* | gin: Add ability to install call-as-function handlers on gin::Wrappable | jochen@chromium.org | 2014-03-10 | 1 | -0/+14 |
* | gin: Only use primitive types for creating function templates | jochen@chromium.org | 2014-02-11 | 1 | -33/+51 |
* | Gin: Fix console module to be varargs again. | aa@chromium.org | 2014-01-06 | 1 | -1/+5 |
* | Add a simple one shot and repeating timer API for Mojo.js. | aa@chromium.org | 2013-12-21 | 1 | -0/+7 |
* | Implement more of the JavaScript GL API. | aa@chromium.org | 2013-12-21 | 1 | -10/+134 |
* | Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions. | svenpanne@chromium.org | 2013-12-19 | 1 | -0/+1 |
* | [gin] Introduce Wrappable::GetObjectTemplate | jochen@chromium.org | 2013-12-17 | 1 | -5/+0 |
* | [gin] Turn gin into a component | jochen@chromium.org | 2013-12-12 | 1 | -3/+3 |
* | [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappable | jochen@chromium.org | 2013-12-12 | 1 | -0/+3 |
* | [gin] WrappableBase's dtor needs to be virtual | jochen@chromium.org | 2013-12-11 | 1 | -2/+2 |
* | Gin: Make it easier to implement Wrappable. | aa@chromium.org | 2013-12-08 | 1 | -7/+6 |
* | Gin: Consolidate all the Converter<Wrappable> subclasses. | aa@chromium.org | 2013-12-06 | 1 | -8/+1 |
* | Gin: Add support for binding JS methods to C++ instance methods. | aa@chromium.org | 2013-12-06 | 1 | -149/+144 |
* | gin::Wrappable shouldn't inherit from base::RefCounted | abarth@chromium.org | 2013-12-05 | 1 | -5/+11 |
* | Implement gin::ObjectTemplateBuilder | aa@chromium.org | 2013-11-29 | 1 | -0/+5 |
* | Convert the rest of the functions in core.cc to use CreateFunctionTemplate. | aa@chromium.org | 2013-11-27 | 1 | -8/+71 |
* | Implement support in function_template.h for return types. | aa@chromium.org | 2013-11-26 | 1 | -59/+161 |
* | Use pump to generate more overloads of CreateFunctionTemplate. | aa@chromium.org | 2013-11-26 | 1 | -7/+113 |
* | First cut at gin::Bind(). | aa@chromium.org | 2013-11-23 | 1 | -0/+85 |