summaryrefslogtreecommitdiffstats
path: root/gin/shell
Commit message (Expand)AuthorAgeFilesLines
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-0/+1
* Fix for DCHECK failure at startup of gin_shell.kolczyk2015-06-031-1/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-1/+3
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-3/+1
* gin: Use V8 Maybe APIsbashi2015-05-291-1/+3
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-1/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-4/+5
* Remove unused include from gin_main.cc to make gn check happyjamesr2014-11-251-1/+0
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-281-0/+3
* Standardize usage of virtual/override/final in gin/dcheng2014-10-231-2/+1
* change more OVERRIDE instances to override in gin/mostynb2014-10-091-1/+1
* Refactor IsolateHolder to be able to always create the isolatejochen2014-09-111-1/+4
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-052-2/+2
* Verify that gin_shell and hello_world.js exist.hansmuller@chromium.org2014-08-141-3/+8
* Fixed gin_shell and added a smoke test.hansmuller@chromium.org2014-07-283-4/+45
* Make net use v8 through ginjochen@chromium.org2014-04-081-1/+1
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* Refactors parts of gin:sky@chromium.org2014-02-271-2/+2
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-211-1/+1
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-251-4/+9
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-2/+2
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-221-4/+4
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-191-3/+6
* Add console.log support to gin_shellabarth@chromium.org2013-11-191-1/+4
* Introduce gin_shellabarth@chromium.org2013-11-181-0/+74