summaryrefslogtreecommitdiffstats
path: root/gin/converter.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gin/.avi2015-12-211-0/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-16/+31
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-31/+16
* gin: Use V8 Maybe APIsbashi2015-05-291-16/+31
* gin: Use v8::Local instead of v8::Handle.tfarina2015-05-041-46/+53
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-3/+3
* gin: Stop converting float values into integers implicitlyhajimehoshi@chromium.org2014-04-161-2/+2
* gin: Automatic conversion from JS number to intgerhajimehoshi@chromium.org2014-03-141-2/+2
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-211-0/+12
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-5/+8
* Remove usage of deprecagted V8 API from gin/jochen@chromium.org2013-11-281-3/+3
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-17/+24
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-251-0/+8
* [Mojo] Improve JavaScript API for MojoReadMessageabarth@chromium.org2013-11-241-0/+14
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-171-0/+25
* Fix Win64 build errorsjschuh@chromium.org2013-11-131-2/+2
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-121-1/+35
* This CL introduces a lightweight bindings system for V8 called ginabarth@chromium.org2013-11-101-0/+102