summaryrefslogtreecommitdiffstats
path: root/gin/public/isolate_holder.h
Commit message (Expand)AuthorAgeFilesLines
* Implement posting idle tasks in gin.ulan2015-07-201-0/+3
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-1/+4
* Adding object counts to v8 memory dump provider.ssid2015-06-041-0/+7
* Adding v8_isolate_memory_dump_provider.ssid2015-05-081-0/+2
* Adding field to tell if gin::IsolateHolder needs lock to be accessed.ssid2015-04-241-0/+11
* Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot().oth2015-04-101-9/+0
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-17/+9
* Transfer v8 snapshot files as file descriptors to child processes on Posix.rmcilroy2015-02-241-0/+1
* mmap V8 snapshot and ICU data file in the android_webviewmkosiba2015-01-091-2/+10
* [gin] Fingerprint the V8 snapshot files on Windows and verify before loading ...rmcilroy2015-01-091-1/+1
* Initialize V8 in PDFium from external files when plugin is running in the ren...baixo2014-11-131-2/+4
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-281-1/+10
* Mojo JS bindings: draining a DataPipehansmuller2014-09-251-0/+14
* Remove deprecated IsolateHolder constructorjochen2014-09-121-16/+4
* Refactor IsolateHolder to be able to always create the isolatejochen2014-09-111-1/+7
* Update file-level comment for gin::IsolateHolderjochen@chromium.org2014-05-021-4/+4
* Make net use v8 through ginjochen@chromium.org2014-04-081-1/+7
* Remove obsolete gin::IsolateHolder ctorjochen@chromium.org2014-02-251-3/+0
* gin: Make it possible to use gin array buffers when running on top of blinkjochen@chromium.org2014-02-201-5/+5
* Reland 240298 "[gin] also install gin function templates on non-...""jochen@chromium.org2013-12-131-0/+2
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-1/+2
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-271-6/+10
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-0/+44