summaryrefslogtreecommitdiffstats
path: root/gin/v8_initializer.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-101-37/+91
* Revert of Pass both 32 and 64 bit snapshot and natives fds to child processes...thakis2016-02-091-87/+37
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-091-37/+87
* Switch to standard integer types in gin/.avi2015-12-211-5/+7
* Set V8 extras mode in gin::V8Initializer.yhirano2015-12-071-2/+7
* Reland Reland Reland Switch Chrome Android using v8 arch specific external da...michaelbai2015-11-031-0/+11
* Revert of Reland Reland Switch Chrome Android using v8 arch specific external...sammc2015-11-031-11/+0
* Reland Reland Switch Chrome Android using v8 arch specific external data namemichaelbai2015-11-031-0/+11
* Revert of Reland Switch Chrome Android using v8 arch specific external data n...jbudorick2015-10-231-11/+0
* Orignal patchmichaelbai2015-10-231-0/+11
* Revert of Switch Chrome Android using v8 arch specific external data name (pa...dalecurtis2015-10-231-11/+0
* Switch Chrome Android using v8 arch specific external data namemichaelbai2015-10-221-0/+11
* [Android WebView] Make loading of V8 data compatible with child servicesmnaganov2015-08-251-0/+6
* Load V8 startup data directly from the APK on Android.agrieve2015-06-191-18/+22
* Additional diagnostics for http://crbug.com/501799.oth2015-06-191-0/+26
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-191-66/+81
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-161-72/+55
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-161-55/+72
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-107/+148
* Add retry logic to V8Initializer snapshot loading files for suspected A/V pro...oth2015-05-081-29/+94
* Pass the ArrayBuffer::Allocator via the Isolate::CreateParamsjochen2015-04-301-5/+1
* Add additional checks to help diagnose issue 479537.oth2015-04-231-2/+10
* Add support to extension_shell and ash_shell to use external V8 snapshot files.rmcilroy2015-04-061-41/+67
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-0/+221