summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replacing the OVERRIDE with override and FINAL with final in /src/ginanujk.sharma2014-10-065-18/+18
* Hook up custom Win 64 SEH to v8jochen2014-10-024-0/+77
* Mojo JS bindings: draining a DataPipehansmuller2014-09-256-0/+85
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-12/+7
* Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/t...kulkarni.a2014-09-221-0/+1
* Code re-factor related to WeakPtrFactory in src/gin modulekulkarni.a2014-09-192-4/+5
* Pass ResourceConstraints to V8 via the Isolate constructorjochen2014-09-171-5/+3
* Move setup of code event handlers to ginjochen2014-09-166-1/+100
* JavaScript Content Handler Version 0.0hansmuller2014-09-122-2/+15
* Remove deprecated IsolateHolder constructorjochen2014-09-122-46/+11
* Use the array buffer allocator from IsolateHolder::Initialize for new Isolatesjochen2014-09-111-1/+3