index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move //build/module_args/v8.gni to //build_overrides.
dpranke
2015-10-13
1
-1
/
+1
*
[tracing] Non-functional refactor of memory dump arg names
primiano
2015-09-14
2
-3
/
+2
*
Memory-infra: Change "objects_count" to "object_count" in category name.
bratell
2015-09-10
1
-1
/
+1
*
[tracing] Consolidate v8 reporting in memory-infra
primiano
2015-09-09
1
-12
/
+23
*
Annotate GN executables and shared_libraries with sanitizer deps.
brettw
2015-08-31
1
-0
/
+1
*
[Android WebView] Make loading of V8 data compatible with child services
mnaganov
2015-08-25
1
-0
/
+6
*
Remove remaining legacy SplitString calls.
brettw
2015-08-12
1
-2
/
+2
*
[tracing] Add light dumps in the V8 dump provider
ssid
2015-08-07
2
-2
/
+9
*
[tracing] Mechanical rename of LevelOfDetail enum to enum class.
ssid
2015-08-07
1
-1
/
+1
*
[tracing] Introduce MemoryDumpArgs to enable light and heavy dumps
ssid
2015-08-06
3
-1
/
+8
*
Add more isolates to the GN build:
dpranke
2015-07-24
1
-0
/
+7
*
Implement posting idle tasks in gin.
ulan
2015-07-20
8
-1
/
+64
*
Roll PDFium d1b0a8d:acf0647
jochen
2015-07-16
1
-0
/
+1
*
Move JoinString to the base namespace.
brettw
2015-07-15
1
-1
/
+1
*
Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...
hongchan
2015-07-14
1
-1
/
+1
*
Move JoinString to the base namespace.
brettw
2015-07-14
1
-1
/
+1
*
Check whether the handle returned by PeekNext() is empty before accessing it
jochen
2015-07-13
2
-2
/
+4
*
Reland "Implement V8Platform::CallDelayedOnForegroundThread. (patchset #2 id:...
ulan
2015-06-24
2
-0
/
+11
*
Load V8 startup data directly from the APK on Android.
agrieve
2015-06-19
1
-18
/
+22
*
Additional diagnostics for http://crbug.com/501799.
oth
2015-06-19
1
-0
/
+26
*
Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...
agrieve
2015-06-19
2
-72
/
+93
*
Remove unnecessary message_loop_proxy.h includes
skyostil
2015-06-17
1
-1
/
+0
*
Revert of Implement V8Platform::CallDelayedOnForegroundThread. (patchset #2 i...
ulan
2015-06-17
2
-13
/
+0
*
Revert of Moved logic for mapping child process FDs for ICU and V8 into child...
mek
2015-06-16
2
-84
/
+61
*
Moved logic for mapping child process FDs for ICU and V8 into child_process_l...
agrieve
2015-06-16
2
-61
/
+84
*
Implement V8Platform::CallDelayedOnForegroundThread.
ulan
2015-06-16
2
-0
/
+13
*
Remove remaining use of the deprecated MessageLoopProxy
skyostil
2015-06-12
3
-8
/
+7
*
Fixing v8 dump provider to remove empty dumps and refactoring the dumper.
ssid
2015-06-12
2
-73
/
+58
*
Reland: Plugin Placeholders: Refactor for platforms that don't support plugins
tommycli
2015-06-11
3
-81
/
+21
*
Allow startup with missing V8 snapshot file.
erikcorry
2015-06-08
7
-119
/
+173
*
Adding object counts to v8 memory dump provider.
ssid
2015-06-04
6
-22
/
+127
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Fix for DCHECK failure at startup of gin_shell.
kolczyk
2015-06-03
1
-1
/
+2
*
Re-land: gin: Use V8 Maybe APIs
bashi
2015-06-02
17
-79
/
+204
*
Reland of Adding total available size of heap in v8 isolate memory dump provi...
ssid
2015-05-29
1
-4
/
+6
*
Delete constant declarations from v8_initializer.h that have no definitions
agrieve
2015-05-29
1
-4
/
+0
*
Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...
bashi
2015-05-29
17
-204
/
+79
*
gin: Use V8 Maybe APIs
bashi
2015-05-29
17
-79
/
+204
*
Fix missing GN dependencies.
brettw
2015-05-27
1
-4
/
+6
*
Revert of Fix missing GN dependencies. (patchset #4 id:60001 of https://coder...
brettw
2015-05-19
1
-6
/
+4
*
Fix missing GN dependencies.
brettw
2015-05-19
1
-4
/
+6
*
Revert of Adding total available size of heap in v8 isolate memory dump provi...
ssid
2015-05-12
1
-6
/
+4
*
Adding total available size of heap in v8 isolate memory dump provider.
ssid
2015-05-12
1
-4
/
+6
*
Add retry logic to V8Initializer snapshot loading files for suspected A/V pro...
oth
2015-05-08
1
-29
/
+94
*
Adding v8_isolate_memory_dump_provider.
ssid
2015-05-08
6
-0
/
+153
*
Reland of "Adding task runner/ message loop to tests that use IsolateHolder."
ssid
2015-05-07
5
-15
/
+17
*
Revert of Adding task runner/ message loop to tests that use IsolateHolder. (...
jochen
2015-05-06
4
-15
/
+13
*
Adding task runner/ message loop to tests that use IsolateHolder.
ssid
2015-05-06
4
-13
/
+15
*
gin: Use v8::Local instead of v8::Handle.
tfarina
2015-05-04
2
-50
/
+57
*
Pass the ArrayBuffer::Allocator via the Isolate::CreateParams
jochen
2015-04-30
3
-8
/
+4
[next]