| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace Handle<> with Local in remaining gin/* | deepak.s | 2015-04-30 | 1 | -4/+4 |
* | convert gin to use phantom weak callbacks | dcarney | 2015-04-22 | 1 | -3/+9 |
* | gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme cases | hajimehoshi@chromium.org | 2014-02-28 | 1 | -0/+8 |
* | Add support for wrapping classes indirectly inherited from gin::Wrappable<T> | aa@chromium.org | 2013-12-19 | 1 | -16/+9 |
* | [gin] Introduce Wrappable::GetObjectTemplate | jochen@chromium.org | 2013-12-17 | 1 | -5/+19 |
* | Gin: Make it easier to implement Wrappable. | aa@chromium.org | 2013-12-08 | 1 | -11/+37 |
* | Gin: Consolidate all the Converter<Wrappable> subclasses. | aa@chromium.org | 2013-12-06 | 1 | -25/+3 |
* | Gin: Add support for binding JS methods to C++ instance methods. | aa@chromium.org | 2013-12-06 | 1 | -1/+1 |
* | gin::Wrappable shouldn't inherit from base::RefCounted | abarth@chromium.org | 2013-12-05 | 1 | -2/+1 |
* | Convert the rest of the functions in core.cc to use CreateFunctionTemplate. | aa@chromium.org | 2013-11-27 | 1 | -2/+2 |
* | [Mojo] Almost connect mojo_js with hello_world_service | abarth@chromium.org | 2013-11-25 | 1 | -0/+6 |
* | [Gin] Add a mechanism for wrapping C++ object | abarth@chromium.org | 2013-11-21 | 1 | -0/+63 |