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
*
Enable some JsToCppTests.
yzshen@chromium.org
2014-06-01
1
-4
/
+2
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
1
-74
/
+68
*
Shell / ShellClient -> ServiceProvider
davemoore@chromium.org
2014-05-27
1
-7
/
+10
*
Revert 272983 "Change Shell / ShellClient to ServiceProvider"
davemoore@chromium.org
2014-05-27
1
-10
/
+7
*
Change Shell / ShellClient to ServiceProvider
davemoore@chromium.org
2014-05-27
1
-7
/
+10
*
Revert 272472 "Mojo: nuke EnvironmentData"
kbr@chromium.org
2014-05-23
1
-2
/
+2
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-05-23
1
-2
/
+2
*
Mojo: Remove SetClient from generated interfaces
darin@chromium.org
2014-05-23
1
-1
/
+1
*
There can be potentially unexpected message names in the bit-flip test.
tsepez@chromium.org
2014-05-23
2
-12
/
+50
*
Mojo: Mojom: Remove support for octal.
viettrungluu@chromium.org
2014-05-22
1
-12
/
+9
*
Pass arbitrary data block down message pipe.
tsepez@chromium.org
2014-05-22
2
-17
/
+51
*
Mojo: Mojom: Remove default values for structs and arrays.
viettrungluu@chromium.org
2014-05-21
1
-25
/
+30
*
Add mojo bindings backpointer tests.
tsepez@chromium.org
2014-05-21
3
-33
/
+132
*
Fix handling of null pointers in JS bindings.
tsepez@chromium.org
2014-05-17
3
-73
/
+98
*
Fix js_to_cpp_unittest handling of null arrays.
tsepez@chromium.org
2014-05-15
1
-3
/
+6
*
Mojo: cancel pending AsyncWait calls when the callers thread exits
darin@chromium.org
2014-05-15
1
-1
/
+1
*
Pass data down pipes in mojo fuzzing tests.
tsepez@chromium.org
2014-05-13
2
-33
/
+96
*
We want to be able to use the generated mojom.js files on web servers
abarth@chromium.org
2014-05-11
1
-1
/
+1
*
Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl
darin@chromium.org
2014-05-09
2
-17
/
+18
*
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
[next]