Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gin: Make it easier to implement Wrappable. | aa@chromium.org | 2013-12-08 | 1 | -6/+6 |
* | Gin: Consolidate all the Converter<Wrappable> subclasses. | aa@chromium.org | 2013-12-06 | 1 | -8/+0 |
* | Gin: Add support for binding JS methods to C++ instance methods. | aa@chromium.org | 2013-12-06 | 1 | -38/+66 |
* | gin::Wrappable shouldn't inherit from base::RefCounted | abarth@chromium.org | 2013-12-05 | 1 | -1/+2 |
* | Implement gin::ObjectTemplateBuilder | aa@chromium.org | 2013-11-29 | 1 | -0/+5 |
* | Remove usage of deprecagted V8 API from gin/ | jochen@chromium.org | 2013-11-28 | 1 | -0/+1 |
* | Convert the rest of the functions in core.cc to use CreateFunctionTemplate. | aa@chromium.org | 2013-11-27 | 1 | -2/+6 |
* | Implement support in function_template.h for return types. | aa@chromium.org | 2013-11-26 | 1 | -14/+73 |
* | Use pump to generate more overloads of CreateFunctionTemplate. | aa@chromium.org | 2013-11-26 | 1 | -0/+119 |