summaryrefslogtreecommitdiffstats
path: root/gin/test
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gin/.avi2015-12-212-1/+2
* Remove calls to deprecated methods on v8::V8jochen2015-12-181-1/+1
* Set V8 extras mode in gin::V8Initializer.yhirano2015-12-072-0/+2
* Allow startup with missing V8 snapshot file.erikcorry2015-06-082-0/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-2/+4
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-4/+2
* gin: Use V8 Maybe APIsbashi2015-05-291-2/+4
* Reland of "Adding task runner/ message loop to tests that use IsolateHolder."ssid2015-05-071-0/+2
* Revert of Adding task runner/ message loop to tests that use IsolateHolder. (...jochen2015-05-061-2/+0
* Adding task runner/ message loop to tests that use IsolateHolder.ssid2015-05-061-0/+2
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-303-6/+6
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-052-10/+6
* Standardize usage of virtual/override/final specifiers in gin/.dcheng2014-12-291-3/+3
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-282-0/+15
* Standardize usage of virtual/override/final in gin/dcheng2014-10-231-3/+2
* Mojo JS Bindings: add support for associative arrays (Mojo map type)hansmuller2014-10-161-1/+11
* change more OVERRIDE instances to override in gin/mostynb2014-10-092-3/+3
* Refactor IsolateHolder to be able to always create the isolatejochen2014-09-112-2/+8
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-053-3/+3
* avoid >> ambiguity in gin testmostynb@opera.com2014-08-131-1/+2
* The mojo JS message header validation tests load text files that encode binar...hansmuller@chromium.org2014-07-305-0/+151
* Update memory related v8 notifications API callsjochen@chromium.org2014-07-291-1/+3
* Make GN unit tests single process.brettw@chromium.org2014-06-041-3/+0
* Make net use v8 through ginjochen@chromium.org2014-04-082-2/+2
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-033-0/+62
* Refactors parts of gin:sky@chromium.org2014-02-272-5/+7
* Introduce a monotonic_clock module for Mojo.js.aa@chromium.org2014-01-102-3/+9
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-061-1/+1
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-213-5/+5
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-16/+8
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-273-1/+10
* Implement support in function_template.h for return types.aa@chromium.org2013-11-261-3/+3
* Use pump to generate more overloads of CreateFunctionTemplate.aa@chromium.org2013-11-261-9/+5
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-253-5/+305
* First cut at gin::Bind().aa@chromium.org2013-11-231-31/+14
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-223-6/+6
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-221-5/+7
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-201-1/+1
* Mojo's C++ and JavaScript bindings should produce identical messagesabarth@chromium.org2013-11-201-0/+2
* Add a gin/public directoryjochen@chromium.org2013-11-201-1/+1
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-194-21/+36
* Add console.log support to gin_shellabarth@chromium.org2013-11-191-6/+7
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-184-16/+12
* Introduce gin_shellabarth@chromium.org2013-11-182-19/+28
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-174-0/+142
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-122-0/+92
* This CL introduces a lightweight bindings system for V8 called ginabarth@chromium.org2013-11-103-0/+83