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
*
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
*
Replace v8::Handle with v8::Local in gin/modules/*
deepak.s
2015-04-30
7
-36
/
+36
*
Replace Handle<> with Local in remaining gin/*
deepak.s
2015-04-30
32
-186
/
+186
*
Adding field to tell if gin::IsolateHolder needs lock to be accessed.
ssid
2015-04-24
2
-1
/
+16
*
replace to be deprecated v8::PersistentValueMap with v8::GlobalValueMap
dcarney
2015-04-24
1
-1
/
+1
*
Add additional checks to help diagnose issue 479537.
oth
2015-04-23
1
-2
/
+10
*
convert gin to use phantom weak callbacks
dcarney
2015-04-22
5
-19
/
+43
*
Update ResourceConstraints::ConfigureDefaults invocation
jochen
2015-04-20
1
-2
/
+1
*
Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot().
oth
2015-04-10
2
-18
/
+0
*
Add support to extension_shell and ash_shell to use external V8 snapshot files.
rmcilroy
2015-04-06
2
-41
/
+73
*
Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.
oth
2015-04-05
10
-247
/
+316
*
Use v8::Context::kDebugIdIndex instead of hardwired constant in gin
yurys
2015-03-20
1
-1
/
+1
*
Remove --verify-heap experiment
jochen
2015-03-18
1
-5
/
+0
*
[Gin] Add a warning about potential memory leak for CreateFunctionTemplate
mnaganov
2015-03-03
1
-0
/
+5
*
Apply gn format with 'sources' sorting to src/
scottmg
2015-02-28
1
-3
/
+3
*
Transfer v8 snapshot files as file descriptors to child processes on Posix.
rmcilroy
2015-02-24
2
-13
/
+13
*
Wipe out isolate_ pointer after disposing it.
jochen
2015-02-06
1
-0
/
+1
*
Control V8 heap verification via finch flag
jochen
2015-01-23
1
-2
/
+7
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+1
*
Adding "static_assert" in lieu of "COMPILE_ASSERT" in gin module
anujk.sharma
2015-01-20
1
-2
/
+2
*
Enable Windows to load V8's initial snapshot from external files.
rmcilroy
2015-01-09
1
-0
/
+12
*
mmap V8 snapshot and ICU data file in the android_webview
mkosiba
2015-01-09
2
-14
/
+60
*
[gin] Fingerprint the V8 snapshot files on Windows and verify before loading ...
rmcilroy
2015-01-09
7
-10
/
+231
*
Standardize usage of virtual/override/final specifiers in gin/.
dcheng
2014-12-29
1
-3
/
+3
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
2
-4
/
+5
*
Add more data to conversion failure messages in gin
eseidel
2014-12-15
2
-3
/
+21
*
Ensure v8_snapshot_dir is not defined when building for Mac.
baixo
2014-11-28
1
-0
/
+2
*
Mac-specific bits for loading V8's initial snapshot from external files.
baixo
2014-11-28
1
-7
/
+21
*
gin: ModuleRegistry::LoadModule() shouldn't extend the ModuleRegistry unsatis...
hansmuller
2014-11-25
2
-0
/
+34
*
Remove unused include from gin_main.cc to make gn check happy
jamesr
2014-11-25
1
-1
/
+0
*
Remove use of deprecated v8::StartupData::compressed_size (part 2).
yangguo
2014-11-24
1
-2
/
+0
*
Remove last isolate_dependnecy_* as found via gclient grep.
maruel
2014-11-14
1
-1
/
+1
*
Initialize V8 in PDFium from external files when plugin is running in the ren...
baixo
2014-11-13
2
-9
/
+33
*
Exporting classes with internal linkage does not make sense, do not do it.
thakis
2014-11-04
1
-1
/
+1
*
Work around a parameter-unused-but-set warning in gin/
cmasone
2014-11-01
1
-2
/
+7
*
Infrastructure for enabling V8's initial snapshot to be loaded from external ...
baixo
2014-10-28
7
-1
/
+131
*
[gin] Use variadic templates in gin/function_template.h
kolczyk
2014-10-24
3
-590
/
+74
*
Standardize usage of virtual/override/final in gin/
dcheng
2014-10-23
13
-64
/
+55
*
Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.
viettrungluu
2014-10-17
1
-3
/
+3
[next]