summaryrefslogtreecommitdiffstats
path: root/gin/v8_initializer.h
Commit message (Expand)AuthorAgeFilesLines
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-101-0/+13
* Revert of Pass both 32 and 64 bit snapshot and natives fds to child processes...thakis2016-02-091-13/+0
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-091-0/+13
* Switch to standard integer types in gin/.avi2015-12-211-4/+6
* Set V8 extras mode in gin::V8Initializer.yhirano2015-12-071-1/+2
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-191-6/+12
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-161-12/+6
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-161-6/+12
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-11/+17
* Delete constant declarations from v8_initializer.h that have no definitionsagrieve2015-05-291-4/+0
* Pass the ArrayBuffer::Allocator via the Isolate::CreateParamsjochen2015-04-301-2/+1
* Add support to extension_shell and ash_shell to use external V8 snapshot files.rmcilroy2015-04-061-0/+6
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-0/+57