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
*
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
*
[gin] Allow interceptors to signal whether a they intercepted something
jochen@chromium.org
2014-08-13
4
-16
/
+45
*
avoid >> ambiguity in gin test
mostynb@opera.com
2014-08-13
1
-1
/
+2
*
The mojo JS message header validation tests load text files that encode binar...
hansmuller@chromium.org
2014-07-30
7
-0
/
+155
*
Update memory related v8 notifications API calls
jochen@chromium.org
2014-07-29
1
-1
/
+3
*
Fixed gin_shell and added a smoke test.
hansmuller@chromium.org
2014-07-28
5
-4
/
+47
*
Mojo: Log an error when we fail to find a JS module.
mpcomplete@chromium.org
2014-07-23
1
-0
/
+1
*
Added IsConstructorCall to gin::Arguments.
kolczyk@opera.com
2014-07-18
3
-2
/
+35
*
Gin: Allow multiple callers to wait for the same module in ModuleRegistry.
sammc@chromium.org
2014-07-09
3
-11
/
+54
*
Add a function template cache to the interceptor unittest
jochen@chromium.org
2014-06-27
1
-4
/
+20
*
Remove WrappableTest.ErrorInObjectConstructorProperty
jochen@chromium.org
2014-06-27
1
-22
/
+0
*
Hook up V8 to more of the GN build.
brettw@chromium.org
2014-06-05
2
-57
/
+52
*
Make GN unit tests single process.
brettw@chromium.org
2014-06-04
1
-3
/
+0
*
Add src/gin to the GN build.
brettw@chromium.org
2014-05-22
1
-0
/
+130
*
Don't pass --harmony-promises flag from gin to v8
jochen@chromium.org
2014-05-19
1
-1
/
+1
*
Fix gin's array buffer class for component build
jochen@chromium.org
2014-05-16
2
-1
/
+9
*
Update file-level comment for gin::IsolateHolder
jochen@chromium.org
2014-05-02
1
-4
/
+4
*
gin: Stop converting float values into integers implicitly
hajimehoshi@chromium.org
2014-04-16
2
-3
/
+3
*
Pass the amount of virtual memory to v8
jochen@chromium.org
2014-04-11
1
-0
/
+1
*
Don't enable all harmony features in mojo/gin
jochen@chromium.org
2014-04-09
1
-2
/
+1
*
Make net use v8 through gin
jochen@chromium.org
2014-04-08
6
-12
/
+21
*
[gin] Add a v8::Platform implementation to allow for v8 posting tasks
jochen@chromium.org
2014-04-04
6
-1
/
+99
*
Change mojo JS bindings to expose a handle object, which is Closed when garbage
mpcomplete@chromium.org
2014-04-03
4
-0
/
+64
*
gin: Automatic conversion from JS number to intger
hajimehoshi@chromium.org
2014-03-14
2
-3
/
+3
*
Move TestRunner from CppVariable to gin::Wrappable
hajimehoshi@chromium.org
2014-03-14
1
-0
/
+11
*
Get rid of even more Script::New calls in Chromium.
marja@chromium.org
2014-03-12
1
-1
/
+1
*
gin: Add the concept of named and indexed interceptors.
jochen@chromium.org
2014-03-12
8
-0
/
+509
[next]