Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Handle<> with Local in remaining gin/* | deepak.s | 2015-04-30 | 1 | -9/+9 |
* | Exporting classes with internal linkage does not make sense, do not do it. | thakis | 2014-11-04 | 1 | -1/+1 |
* | gin: Add the concept of named and indexed interceptors. | jochen@chromium.org | 2014-03-12 | 1 | -0/+2 |
* | gin: Add ability to install call-as-function handlers on gin::Wrappable | jochen@chromium.org | 2014-03-10 | 1 | -0/+21 |
* | [gin] Turn gin into a component | jochen@chromium.org | 2013-12-12 | 1 | -2/+3 |
* | Gin: Make it easier to implement Wrappable. | aa@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Gin: Add support for binding JS methods to C++ instance methods. | aa@chromium.org | 2013-12-06 | 1 | -6/+73 |
* | Implement gin::ObjectTemplateBuilder | aa@chromium.org | 2013-11-29 | 1 | -0/+56 |