summaryrefslogtreecommitdiffstats
path: root/gin/wrappable.h
Commit message (Expand)AuthorAgeFilesLines
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-2/+1
* Switch to standard integer types in gin/.avi2015-12-211-0/+1
* Remove base::enable_ifvmpstr2015-11-301-3/+6
* Reland: Plugin Placeholders: Refactor for platforms that don't support pluginstommycli2015-06-111-13/+15
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-5/+5
* convert gin to use phantom weak callbacksdcarney2015-04-221-3/+5
* [gin] fix casting WrappableBase to a derived classjochen@chromium.org2013-12-191-6/+7
* Add support for wrapping classes indirectly inherited from gin::Wrappable<T>aa@chromium.org2013-12-191-15/+6
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-7/+30
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-3/+5
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-121-11/+1
* [gin] WrappableBase's dtor needs to be virtualjochen@chromium.org2013-12-111-7/+10
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-081-66/+68
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-061-19/+28
* 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-14/+10
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-3/+3
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-271-0/+37
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-251-0/+2
* [Gin] Add a mechanism for wrapping C++ objectabarth@chromium.org2013-11-211-0/+60