summaryrefslogtreecommitdiffstats
path: root/gin
Commit message (Expand)AuthorAgeFilesLines
* [tracing] Non-functional refactor of memory dump arg namesprimiano2015-09-142-3/+2
* Memory-infra: Change "objects_count" to "object_count" in category name.bratell2015-09-101-1/+1
* [tracing] Consolidate v8 reporting in memory-infraprimiano2015-09-091-12/+23
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* [Android WebView] Make loading of V8 data compatible with child servicesmnaganov2015-08-251-0/+6
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* [tracing] Add light dumps in the V8 dump providerssid2015-08-072-2/+9
* [tracing] Mechanical rename of LevelOfDetail enum to enum class.ssid2015-08-071-1/+1
* [tracing] Introduce MemoryDumpArgs to enable light and heavy dumpsssid2015-08-063-1/+8
* Add more isolates to the GN build:dpranke2015-07-241-0/+7
* Implement posting idle tasks in gin.ulan2015-07-208-1/+64
* Roll PDFium d1b0a8d:acf0647jochen2015-07-161-0/+1
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Check whether the handle returned by PeekNext() is empty before accessing itjochen2015-07-132-2/+4
* Reland "Implement V8Platform::CallDelayedOnForegroundThread. (patchset #2 id:...ulan2015-06-242-0/+11
* 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-192-72/+93
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Revert of Implement V8Platform::CallDelayedOnForegroundThread. (patchset #2 i...ulan2015-06-172-13/+0
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-162-84/+61
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-162-61/+84
* Implement V8Platform::CallDelayedOnForegroundThread.ulan2015-06-162-0/+13
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-123-8/+7
* Fixing v8 dump provider to remove empty dumps and refactoring the dumper.ssid2015-06-122-73/+58
* Reland: Plugin Placeholders: Refactor for platforms that don't support pluginstommycli2015-06-113-81/+21
* Allow startup with missing V8 snapshot file.erikcorry2015-06-087-119/+173
* Adding object counts to v8 memory dump provider.ssid2015-06-046-22/+127
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Fix for DCHECK failure at startup of gin_shell.kolczyk2015-06-031-1/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-0217-79/+204
* Reland of Adding total available size of heap in v8 isolate memory dump provi...ssid2015-05-291-4/+6
* Delete constant declarations from v8_initializer.h that have no definitionsagrieve2015-05-291-4/+0
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-2917-204/+79
* gin: Use V8 Maybe APIsbashi2015-05-2917-79/+204
* Fix missing GN dependencies.brettw2015-05-271-4/+6
* Revert of Fix missing GN dependencies. (patchset #4 id:60001 of https://coder...brettw2015-05-191-6/+4
* Fix missing GN dependencies.brettw2015-05-191-4/+6
* 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