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
...
*
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
*
Mojo JS Bindings: add support for associative arrays (Mojo map type)
hansmuller
2014-10-16
1
-1
/
+11
*
change more OVERRIDE instances to override in gin/
mostynb
2014-10-09
8
-14
/
+14
*
Add implementation of MonotonicallyIncreasingTime to Gin's V8 platform implem...
rmcilroy
2014-10-08
2
-0
/
+6
*
Replacing the OVERRIDE with override and FINAL with final in /src/gin
anujk.sharma
2014-10-06
5
-18
/
+18
*
Hook up custom Win 64 SEH to v8
jochen
2014-10-02
4
-0
/
+77
*
Mojo JS bindings: draining a DataPipe
hansmuller
2014-09-25
6
-0
/
+85
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-12
/
+7
*
Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/t...
kulkarni.a
2014-09-22
1
-0
/
+1
*
Code re-factor related to WeakPtrFactory in src/gin module
kulkarni.a
2014-09-19
2
-4
/
+5
*
Pass ResourceConstraints to V8 via the Isolate constructor
jochen
2014-09-17
1
-5
/
+3
*
Move setup of code event handlers to gin
jochen
2014-09-16
6
-1
/
+100
*
JavaScript Content Handler Version 0.0
hansmuller
2014-09-12
2
-2
/
+15
*
Remove deprecated IsolateHolder constructor
jochen
2014-09-12
2
-46
/
+11
*
Use the array buffer allocator from IsolateHolder::Initialize for new Isolates
jochen
2014-09-11
1
-1
/
+3
*
Refactor IsolateHolder to be able to always create the isolate
jochen
2014-09-11
7
-22
/
+45
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+1
*
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...
thestig
2014-09-05
6
-6
/
+6
*
Verify that gin_shell and hello_world.js exist.
hansmuller@chromium.org
2014-08-14
1
-3
/
+8
[prev]
[next]