summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* Revert of Adding total available size of heap in v8 isolate memory dump provi...ssid2015-05-121-6/+4
* Adding total available size of heap in v8 isolate memory dump provider.ssid2015-05-121-4/+6
* Add retry logic to V8Initializer snapshot loading files for suspected A/V pro...oth2015-05-081-29/+94
* Adding v8_isolate_memory_dump_provider.ssid2015-05-086-0/+153
* Reland of "Adding task runner/ message loop to tests that use IsolateHolder."ssid2015-05-075-15/+17
* Revert of Adding task runner/ message loop to tests that use IsolateHolder. (...jochen2015-05-064-15/+13
* Adding task runner/ message loop to tests that use IsolateHolder.ssid2015-05-064-13/+15
* gin: Use v8::Local instead of v8::Handle.tfarina2015-05-042-50/+57
* Pass the ArrayBuffer::Allocator via the Isolate::CreateParamsjochen2015-04-303-8/+4
* Replace v8::Handle with v8::Local in gin/modules/*deepak.s2015-04-307-36/+36
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-3032-186/+186
* Adding field to tell if gin::IsolateHolder needs lock to be accessed.ssid2015-04-242-1/+16
* replace to be deprecated v8::PersistentValueMap with v8::GlobalValueMapdcarney2015-04-241-1/+1
* Add additional checks to help diagnose issue 479537.oth2015-04-231-2/+10
* convert gin to use phantom weak callbacksdcarney2015-04-225-19/+43
* Update ResourceConstraints::ConfigureDefaults invocationjochen2015-04-201-2/+1
* Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot().oth2015-04-102-18/+0
* Add support to extension_shell and ash_shell to use external V8 snapshot files.rmcilroy2015-04-062-41/+73
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-0510-247/+316
* Use v8::Context::kDebugIdIndex instead of hardwired constant in ginyurys2015-03-201-1/+1
* Remove --verify-heap experimentjochen2015-03-181-5/+0
* [Gin] Add a warning about potential memory leak for CreateFunctionTemplatemnaganov2015-03-031-0/+5
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-3/+3
* Transfer v8 snapshot files as file descriptors to child processes on Posix.rmcilroy2015-02-242-13/+13
* Wipe out isolate_ pointer after disposing it.jochen2015-02-061-0/+1
* Control V8 heap verification via finch flagjochen2015-01-231-2/+7
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Adding "static_assert" in lieu of "COMPILE_ASSERT" in gin moduleanujk.sharma2015-01-201-2/+2
* 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-092-14/+60
* [gin] Fingerprint the V8 snapshot files on Windows and verify before loading ...rmcilroy2015-01-097-10/+231
* Standardize usage of virtual/override/final specifiers in gin/.dcheng2014-12-291-3/+3
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-4/+5
* Add more data to conversion failure messages in gineseidel2014-12-152-3/+21
* 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
* gin: ModuleRegistry::LoadModule() shouldn't extend the ModuleRegistry unsatis...hansmuller2014-11-252-0/+34
* Remove unused include from gin_main.cc to make gn check happyjamesr2014-11-251-1/+0
* Remove use of deprecated v8::StartupData::compressed_size (part 2).yangguo2014-11-241-2/+0
* Remove last isolate_dependnecy_* as found via gclient grep.maruel2014-11-141-1/+1
* Initialize V8 in PDFium from external files when plugin is running in the ren...baixo2014-11-132-9/+33
* Exporting classes with internal linkage does not make sense, do not do it.thakis2014-11-041-1/+1
* Work around a parameter-unused-but-set warning in gin/cmasone2014-11-011-2/+7
* Infrastructure for enabling V8's initial snapshot to be loaded from external ...baixo2014-10-287-1/+131
* [gin] Use variadic templates in gin/function_template.hkolczyk2014-10-243-590/+74
* Standardize usage of virtual/override/final in gin/dcheng2014-10-2313-64/+55
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-3/+3
* Mojo JS Bindings: add support for associative arrays (Mojo map type)hansmuller2014-10-161-1/+11
* change more OVERRIDE instances to override in gin/mostynb2014-10-098-14/+14
* Add implementation of MonotonicallyIncreasingTime to Gin's V8 platform implem...rmcilroy2014-10-082-0/+6