summaryrefslogtreecommitdiffstats
path: root/gin/wrappable.cc
Commit message (Expand)AuthorAgeFilesLines
* convert gin to use phantom weak callbacksdcarney2015-04-221-3/+9
* gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme caseshajimehoshi@chromium.org2014-02-281-0/+8
* Add support for wrapping classes indirectly inherited from gin::Wrappable<T>aa@chromium.org2013-12-191-16/+9
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-5/+19
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-081-11/+37
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-061-25/+3
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-1/+1
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-051-2/+1
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-2/+2
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-251-0/+6
* [Gin] Add a mechanism for wrapping C++ objectabarth@chromium.org2013-11-211-0/+63