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
/
mojo
/
apps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add handles to data structure passed between c++ and JS unittest.
tsepez@chromium.org
2014-05-07
2
-8
/
+44
*
The set_enforce_errors_from_incoming_receiver() method is needed for testing
tsepez@chromium.org
2014-05-06
1
-0
/
+2
*
Test sending corrupt mojo messages back from javascript.
tsepez@chromium.org
2014-05-02
3
-56
/
+153
*
Move existing Mojo JS <--> CPP tests out of webui test harness.
tsepez@chromium.org
2014-05-02
3
-75
/
+254
*
Fixs style nits in mojo_runner_delegate
sky@chromium.org
2014-05-01
1
-3
/
+3
*
Adds mojo test that exercises mojo bindings to c++
sky@chromium.org
2014-04-30
3
-1
/
+164
*
Enable mojo js tests which depend on mojom.js files in gen/.
yzshen@chromium.org
2014-04-25
1
-15
/
+24
*
Convert codec.js to use a DataView instead of a Uint8Array.
tsepez@chromium.org
2014-04-23
1
-2
/
+4
*
Mojo: Add JavaScript documentation for the core, support, and unicode modules.
mpcomplete@chromium.org
2014-04-19
2
-4
/
+4
*
Mojo: properly encode and decode UTF8 strings in the JavaScript bindings
mpcomplete@chromium.org
2014-04-16
1
-0
/
+2
*
Make net use v8 through gin
jochen@chromium.org
2014-04-08
1
-1
/
+1
*
Mojo: in the JS bindings, have connection errors reject the Promise associated
mpcomplete@chromium.org
2014-04-08
1
-0
/
+15
*
Mojo: Use Promises for request/response calls in the JavaScript bindings.
mpcomplete@google.com
2014-04-05
2
-34
/
+35
*
Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.
viettrungluu@chromium.org
2014-04-04
2
-2
/
+2
*
Change mojo JS bindings to expose a handle object, which is Closed when garbage
mpcomplete@chromium.org
2014-04-03
2
-2
/
+7
*
Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindi...
viettrungluu@chromium.org
2014-04-01
2
-5
/
+5
*
Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.
viettrungluu@chromium.org
2014-03-31
1
-1
/
+1
*
Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.
viettrungluu@chromium.org
2014-03-31
1
-1
/
+1
*
Mojo: Move C gles2 header files to mojo/public/c/gles2.
viettrungluu@chromium.org
2014-03-30
2
-2
/
+2
*
Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...
viettrungluu@chromium.org
2014-03-28
1
-1
/
+1
*
Reland: Mojo: add javascript bindings for request/response
darin@chromium.org
2014-03-28
4
-141
/
+246
*
Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.
viettrungluu@chromium.org
2014-03-28
2
-2
/
+2
*
Revert of Mojo: add javascript bindings for request/response (https://coderev...
tkent@chromium.org
2014-03-28
4
-246
/
+141
*
Mojo: add javascript bindings for request/response
darin@chromium.org
2014-03-27
4
-141
/
+246
*
Mojo: Move public C system header files to mojo/public/c/system/.
viettrungluu@chromium.org
2014-03-26
2
-2
/
+2
*
Move relevent JS tests to mojo_js_unittests
sky@chromium.org
2014-03-11
3
-221
/
+0
*
Disable some mojo_js_unittests on Mac and Linux.
yzshen@chromium.org
2014-03-11
1
-3
/
+22
*
Moves around js bindings related classes
sky@chromium.org
2014-03-07
19
-997
/
+14
*
Makes core mojo binding js files explicitly define their name
sky@chromium.org
2014-03-04
2
-2
/
+2
*
Allow enums to be used as type names in mojom.
mpcomplete@chromium.org
2014-02-28
1
-4
/
+4
*
Mojo: fix js bindings
darin@chromium.org
2014-02-28
4
-7
/
+7
*
Refactors parts of gin:
sky@chromium.org
2014-02-27
6
-9
/
+10
*
Fix bug with using enums as default values in mojom. We were previously
mpcomplete@google.com
2014-02-14
1
-6
/
+5
*
Fix a bug with mojom imports where 2 imports with the same namespace would
mpcomplete@google.com
2014-02-13
1
-1
/
+6
*
Add support for importing other modules to mojom.
mpcomplete@google.com
2014-02-10
1
-2
/
+9
*
Create GLES2 context synchronously.
piman@chromium.org
2014-02-04
4
-34
/
+18
*
Support default values for complex objects in mojom.
mpcomplete@google.com
2014-02-03
1
-0
/
+13
*
Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...
piman@chromium.org
2014-01-28
4
-25
/
+44
*
Mojo: re-organize public/bindings/ directory
darin@chromium.org
2014-01-28
2
-9
/
+137
*
Internalize the GLES2Client logic into libmojo_gles2
piman@chromium.org
2014-01-23
5
-32
/
+90
*
Mojo: Change "handle_[01]" -> "handle[01]".
viettrungluu@chromium.org
2014-01-17
1
-5
/
+5
*
Mojo: AsyncWaiter and mojo/public/environment
darin@chromium.org
2014-01-14
4
-17
/
+29
*
Introduce a monotonic_clock module for Mojo.js.
aa@chromium.org
2014-01-10
6
-11
/
+112
*
Make the cube spin in the JS mojo app.
aa@chromium.org
2014-01-08
2
-26
/
+199
*
Gin: Fix console module to be varargs again.
aa@chromium.org
2014-01-06
2
-5
/
+4
*
Mojo: Change use of "not found" to more explicit "should wait".
viettrungluu@chromium.org
2014-01-04
2
-1
/
+3
*
Add a simple one shot and repeating timer API for Mojo.js.
aa@chromium.org
2013-12-21
10
-18
/
+18
*
Implement more of the JavaScript GL API.
aa@chromium.org
2013-12-21
7
-145
/
+314
*
Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .m...
darin@chromium.org
2013-12-20
1
-4
/
+4
*
Add support for wrapping classes indirectly inherited from gin::Wrappable<T>
aa@chromium.org
2013-12-19
2
-12
/
+12
[next]