summaryrefslogtreecommitdiffstats
path: root/gin/isolate_holder.cc
Commit message (Expand)AuthorAgeFilesLines
* Transfer v8 snapshot files as file descriptors to child processes on Posix.rmcilroy2015-02-241-13/+12
* Wipe out isolate_ pointer after disposing it.jochen2015-02-061-0/+1
* Control V8 heap verification via finch flagjochen2015-01-231-2/+7
* Enable Windows to load V8's initial snapshot from external files.rmcilroy2015-01-091-0/+12
* mmap V8 snapshot and ICU data file in the android_webviewmkosiba2015-01-091-12/+50
* [gin] Fingerprint the V8 snapshot files on Windows and verify before loading ...rmcilroy2015-01-091-8/+35
* Ensure v8_snapshot_dir is not defined when building for Mac.baixo2014-11-281-0/+2
* Mac-specific bits for loading V8's initial snapshot from external files.baixo2014-11-281-7/+21
* Remove use of deprecated v8::StartupData::compressed_size (part 2).yangguo2014-11-241-2/+0
* Initialize V8 in PDFium from external files when plugin is running in the ren...baixo2014-11-131-7/+29
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-281-0/+80
* Hook up custom Win 64 SEH to v8jochen2014-10-021-0/+22
* Mojo JS bindings: draining a DataPipehansmuller2014-09-251-0/+16
* Pass ResourceConstraints to V8 via the Isolate constructorjochen2014-09-171-5/+3
* Move setup of code event handlers to ginjochen2014-09-161-1/+5
* Remove deprecated IsolateHolder constructorjochen2014-09-121-30/+7
* Use the array buffer allocator from IsolateHolder::Initialize for new Isolatesjochen2014-09-111-1/+3
* Refactor IsolateHolder to be able to always create the isolatejochen2014-09-111-16/+21
* Don't pass --harmony-promises flag from gin to v8jochen@chromium.org2014-05-191-1/+1
* Pass the amount of virtual memory to v8jochen@chromium.org2014-04-111-0/+1
* Don't enable all harmony features in mojo/ginjochen@chromium.org2014-04-091-2/+1
* Make net use v8 through ginjochen@chromium.org2014-04-081-7/+10
* [gin] Add a v8::Platform implementation to allow for v8 posting tasksjochen@chromium.org2014-04-041-0/+2
* Remove obsolete gin::IsolateHolder ctorjochen@chromium.org2014-02-251-7/+0
* gin: Make it possible to use gin array buffers when running on top of blinkjochen@chromium.org2014-02-201-4/+11
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-1/+0
* Reland 240298 "[gin] also install gin function templates on non-...""jochen@chromium.org2013-12-131-7/+9
* Revert 240298 "[gin] also install gin function templates on non-..."jam@chromium.org2013-12-121-1/+0
* [gin] also install gin function templates on non-gin managed isolatesjochen@chromium.org2013-12-121-0/+1
* [gin] when creating an IsolateHolder for an existing Isolate, don't setup v8jochen@chromium.org2013-12-051-0/+2
* Remove usage of deprecagted V8 API from gin/jochen@chromium.org2013-11-281-1/+2
* Implement support in function_template.h for return types.aa@chromium.org2013-11-261-1/+1
* First cut at gin::Bind().aa@chromium.org2013-11-231-0/+2
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-0/+72