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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining legacy SplitString calls.
brettw
2015-08-12
1
-2
/
+2
*
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
1
-2
/
+2
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Re-land: gin: Use V8 Maybe APIs
bashi
2015-06-02
3
-18
/
+23
*
Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...
bashi
2015-05-29
3
-23
/
+18
*
gin: Use V8 Maybe APIs
bashi
2015-05-29
3
-18
/
+23
*
Reland of "Adding task runner/ message loop to tests that use IsolateHolder."
ssid
2015-05-07
2
-13
/
+11
*
Revert of Adding task runner/ message loop to tests that use IsolateHolder. (...
jochen
2015-05-06
2
-11
/
+13
*
Adding task runner/ message loop to tests that use IsolateHolder.
ssid
2015-05-06
2
-13
/
+11
*
Replace v8::Handle with v8::Local in gin/modules/*
deepak.s
2015-04-30
7
-36
/
+36
*
gin: ModuleRegistry::LoadModule() shouldn't extend the ModuleRegistry unsatis...
hansmuller
2014-11-25
2
-0
/
+34
*
Standardize usage of virtual/override/final in gin/
dcheng
2014-10-23
4
-14
/
+11
*
change more OVERRIDE instances to override in gin/
mostynb
2014-10-09
4
-7
/
+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
*
JavaScript Content Handler Version 0.0
hansmuller
2014-09-12
2
-2
/
+15
*
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...
thestig
2014-09-05
1
-1
/
+1
*
Mojo: Log an error when we fail to find a JS module.
mpcomplete@chromium.org
2014-07-23
1
-0
/
+1
*
Gin: Allow multiple callers to wait for the same module in ModuleRegistry.
sammc@chromium.org
2014-07-09
3
-11
/
+54
*
Adds ModuleRegistryObserver interface
sky@chromium.org
2014-03-06
4
-0
/
+128
*
Two gin tests
sky@chromium.org
2014-03-01
1
-0
/
+33
*
Nukes ContextSupplement and makes PerContextData extend SupportUserData
sky@chromium.org
2014-02-28
2
-27
/
+23
*
Refactors parts of gin:
sky@chromium.org
2014-02-27
5
-27
/
+32
*
Removes MessageLoop::TYPE_XXX where possible
sky@chromium.org
2014-01-15
1
-2
/
+1
*
Make the cube spin in the JS mojo app.
aa@chromium.org
2014-01-08
2
-0
/
+2
*
Added a test for destroying an isolate while a timer is outstanding.
aa@chromium.org
2014-01-06
2
-47
/
+86
*
Gin: Fix console module to be varargs again.
aa@chromium.org
2014-01-06
1
-1
/
+6
*
Add a simple one shot and repeating timer API for Mojo.js.
aa@chromium.org
2013-12-21
9
-21
/
+295
*
Implement more of the JavaScript GL API.
aa@chromium.org
2013-12-21
1
-4
/
+1
*
Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.
svenpanne@chromium.org
2013-12-19
1
-1
/
+1
*
[gin] Use ObjectTemplateBuilder instead of ObjectTemplate::New
jochen@chromium.org
2013-12-17
2
-11
/
+8
*
[gin] Turn gin into a component
jochen@chromium.org
2013-12-12
4
-4
/
+8
*
Fix gin's ModuleRegistry::Load().
viettrungluu@chromium.org
2013-12-11
1
-1
/
+2
*
Don't use (almost) deprecated FunctionTemplate::New version, part 2.
svenpanne@chromium.org
2013-12-10
2
-2
/
+2
*
Remove usage of C++11 std::vector<> APIs from gin's ModuleRegistry
jochen@chromium.org
2013-12-06
1
-1
/
+1
*
[Mojo] Remove static "bootstrap" state in mojo_js
abarth@chromium.org
2013-11-28
4
-10
/
+56
*
Convert the rest of the functions in core.cc to use CreateFunctionTemplate.
aa@chromium.org
2013-11-27
1
-3
/
+4
*
[Gin] Add documentation to explain how Gin works
abarth@chromium.org
2013-11-27
3
-0
/
+19
*
[Mojo] Almost connect mojo_js with hello_world_service
abarth@chromium.org
2013-11-25
3
-30
/
+23
*
[Mojo] Improve JavaScript API for MojoReadMessage
abarth@chromium.org
2013-11-24
1
-16
/
+10
*
Teach mojo_js_bindings_unittests to load generated JS files
abarth@chromium.org
2013-11-22
4
-19
/
+28
*
Add a GinEmbedder enum and use it to identify WrapperInfo
jochen@chromium.org
2013-11-20
2
-2
/
+2
*
Add a gin/public directory
jochen@chromium.org
2013-11-20
2
-2
/
+2
*
Add console.log support to gin_shell
abarth@chromium.org
2013-11-19
2
-0
/
+69
*
Fix win64 build error
jschuh@chromium.org
2013-11-19
1
-2
/
+2
*
Implement Mojo message codec in JavaScript
abarth@chromium.org
2013-11-18
3
-0
/
+31
*
Introduce gin_shell
abarth@chromium.org
2013-11-18
6
-84
/
+311
[next]