Sign in
chromium
/
chromium
/
src
/
8b69a71c3b96b056bb8fe819a46a8f109f60f1af
/
mojo
75e99d7
Fix mojo_test_apk build.
by
[email protected]
· 11 years ago
b4ac96e
Mojo: Fix incorrect PLOG in raw_channel_win.cc.
by
[email protected]
· 11 years ago
ffe1703
Mojo: Windows: Enable Channel::Shutdown() on fatal error.
by
[email protected]
· 11 years ago
8c25a8f6
Add Pepper owners for mojo/examples/pepper_container_app.
by
[email protected]
· 11 years ago
a11402e
Mojo: Mojom: Add flag to force using bundled Python modules.
by
[email protected]
· 11 years ago
c1531f5
Mojo: Start writing some unit tests for mojo::system::Channel.
by
[email protected]
· 11 years ago
504bf75c
Adds more to viewmanager
by
[email protected]
· 11 years ago
2916b9f
Revert 266159 "Adds more to viewmanager"
by
[email protected]
· 11 years ago
5ad0791c
Adds more to viewmanager
by
[email protected]
· 11 years ago
db6659b
Mojo: Fix crash on MojoShell on Android
by
[email protected]
· 11 years ago
a27695c2
Enable mojo js tests which depend on mojom.js files in gen/.
by
[email protected]
· 11 years ago
da8e3b72b
cc: Remove the capability to give up and leave compositing mode.
by
[email protected]
· 11 years ago
acd2cc7c
Removes bad DCHECK in MessagePumpMojo
by
[email protected]
· 11 years ago
a8f2a3ef
Mojo: Handle "nested" Shutdown() in RawChannelWin.
by
[email protected]
· 11 years ago
c1e6534
Add support for Float/Double types for JS Mojo bindings.
by
[email protected]
· 11 years ago
8ecd5fa
Adding GetEventSource() method to the WindowTreeHost class.
by
[email protected]
· 11 years ago
befb5f0
Mojo: Add RawChannel tests for calling Shutdown() from OnReadMessage()/OnFatalError().
by
[email protected]
· 11 years ago
3b2eb88
Remove offscreen compositor contexts.
by
[email protected]
· 11 years ago
f68c146
Move Mojo channel initialization closer to IPC::Channel setup
by
[email protected]
· 11 years ago
50faa38
Mojo: Move mojom (python) unittests to mojom_tests package and combine errors.
by
[email protected]
· 11 years ago
be1fc67
Revert 265927 "Implement a trivial Mojo EchoService that can be ..."
by
[email protected]
· 11 years ago
196c60b
Implement a trivial Mojo EchoService that can be connected to over DBus
by
[email protected]
· 11 years ago
b429665
Mojo: Fix some more Channel shutdown bugs.
by
[email protected]
· 11 years ago
36c2077c
Changes ViewManager to be node based and changes ids
by
[email protected]
· 11 years ago
6a718ab
Rename jni_helper.h to jni_weak_ref.h.
by
[email protected]
· 11 years ago
2442605
Revert 265693 "Move Mojo channel initialization closer to IPC::C..."
by
[email protected]
· 11 years ago
1a8abcd
Move Mojo channel initialization closer to IPC::Channel setup
by
[email protected]
· 11 years ago
70c0364
Java API for mojo system.
by
[email protected]
· 11 years ago
f2445e8
Mojo: Generate TypeTraits specializations for enums.
by
[email protected]
· 11 years ago
0469d92
Revert 265530 "Gets Add/Remove working correctly in the view man..."
by
[email protected]
· 11 years ago
bf73dc4
Gets Add/Remove working correctly in the view manager
by
[email protected]
· 11 years ago
c115146
Revert 265509 "Gets Add/Remove working correctly in the view man..."
by
[email protected]
· 11 years ago
59adf4e
Gets Add/Remove working correctly in the view manager
by
[email protected]
· 11 years ago
441c47f
Convert codec.js to use a DataView instead of a Uint8Array.
by
[email protected]
· 11 years ago
d0012d1f
Start of server side of viewmanager
by
[email protected]
· 11 years ago
9e79a5f3c
Update mojom parser to allow array of arrays.
by
[email protected]
· 11 years ago
66b31f81a
Revert of Start of server side of viewmanager (https://codereview.chromium.org/245663002/)
by
[email protected]
· 11 years ago
a92bce4
Start of server side of viewmanager
by
[email protected]
· 11 years ago
b92aed4
Add a missing return statement to SharedData::operator=.
by
[email protected]
· 11 years ago
8b50cb0
Revert 265180 "Start of server side of viewmanager"
by
[email protected]
· 11 years ago
b68b7c6
Start of server side of viewmanager
by
[email protected]
· 11 years ago
7a6b0c1
Mojo: Update/add README.md files.
by
[email protected]
· 11 years ago
e0220ad
Mojo: Mojom C++ generator: Avoid in_ prefixes in declarations.
by
[email protected]
· 11 years ago
0a82b04b
Mojo: Kill endpoints on Channel Shutdown().
by
[email protected]
· 11 years ago
6857725d
Mojo: Mojom: Don't assume that we're inside a src/ directory.
by
[email protected]
· 11 years ago
587ddac8
Initial sketch of some View Manager client lib abstractions
by
[email protected]
· 11 years ago
8c17298b
Get sample_app running on Android again
by
[email protected]
· 11 years ago
3087b9e
Make ServiceManager own its ServiceLoaders
by
[email protected]
· 11 years ago
0a1b1e6a
Mojo: Move .../bindings/pylib/generate to .../bindings/pylib/mojom/generate.
by
[email protected]
· 11 years ago
6f2ade4
Mojo: Mojom: Fix no-namespace handling for C++ generator.
by
[email protected]
· 11 years ago
ae7dede
Mojo: Add JavaScript documentation for the core, support, and unicode modules.
by
[email protected]
· 11 years ago
df31e0a
Mojo: Add support for arrays of interface handles
by
[email protected]
· 11 years ago
84f8342
Change Service<> to ServiceConnection<> and ServiceFactory<> to ServiceConnector<>
by
[email protected]
· 11 years ago
4544131
Mojo: Move .../bindings/pylib/parse to .../bindings/pylib/mojom/parse.
by
[email protected]
· 11 years ago
45cba48e
Add run_mojo_python_tests.py so that we can run the python tests on the bots.
by
[email protected]
· 11 years ago
fbc9618
Mojo: Minor mojom bindings generator error message refactor.
by
[email protected]
· 11 years ago
4688286
Mojo: Start work on having the mojom parser build a richer AST.
by
[email protected]
· 11 years ago
3e8f1f0
Mojo: Make some attempts towards fixing remote message pipe closure.
by
[email protected]
· 11 years ago
7f7da36
Revert 264559 "Get sample_app running on Android again"
by
[email protected]
· 11 years ago
8f4e701
Get sample_app running on Android again
by
[email protected]
· 11 years ago
a69a588e
Fix 64-bit data type encoding from JavaScript.
by
[email protected]
· 11 years ago
6d778813
Move MojoChannelInit to mojo/common
by
[email protected]
· 11 years ago
6f4d763f
Mojo: Make it possible to refer to types defined later in the mojom file
by
[email protected]
· 11 years ago
5273d8ec
Fixes race condition in MojoMessagePump
by
[email protected]
· 11 years ago
5a8150a
Mojo: properly encode and decode UTF8 strings in the JavaScript bindings
by
[email protected]
· 11 years ago
e1e974b
Fix dependencies of JSTest.connection and reenable it.
by
[email protected]
· 11 years ago
58b2f0a5
Adds supported for nested modules
by
[email protected]
· 11 years ago
e5844eb
Load the nvs directly in the shell
by
[email protected]
· 11 years ago
3a73473
Make mojo_system static and mojo_system_impl a component, never use both
by
[email protected]
· 11 years ago
0fb4abfc
Revert 263717 "Make mojo_system static and mojo_system_impl a co..."
by
[email protected]
· 11 years ago
cf28cd1
Make mojo_system static and mojo_system_impl a component, never use both
by
[email protected]
· 11 years ago
c459ff9
Mojo: Make it not CHECK-fail on receiving a bogus channel control message.
by
[email protected]
· 11 years ago
c8e981c
Interceptor test for the mojo spy.
by
[email protected]
· 11 years ago
f5c9dbc
Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.
by
[email protected]
· 11 years ago
f951ee8
Mojo Spy: Fix a couple of bugs noticed by vtl@ and qsr@
by
[email protected]
· 11 years ago
55182d3
Mojo's JS codec missing 16-bit read/write operations.
by
[email protected]
· 11 years ago
254fed5
Mojo: Fix my LOG_IF(ERROR, ...) from r262803.
by
[email protected]
· 11 years ago
ac7db1b
Mojo: Log an error on the remote message pipe leak condition.[1]
by
[email protected]
· 11 years ago
c91fdf4
Adds a maximum segment size and enforces it.
by
[email protected]
· 11 years ago
1f06f84
Mojo: Allow dispatchers to attach PlatformHandles to the MessageInTransit on serialization.
by
[email protected]
· 11 years ago
9e12a22
Have NativeViewportX11 create a default PlatformEventSource.
by
[email protected]
· 11 years ago
6b395fe
Make net use v8 through gin
by
[email protected]
· 11 years ago
5243bce52
Mojo: in the JS bindings, have connection errors reject the Promise associated
by
[email protected]
· 11 years ago
512e35e9
Fix mojo dependencies for component build.
by
[email protected]
· 11 years ago
05e5d16
Mojo: MessageInTransit clean-up.
by
[email protected]
· 11 years ago
b3fd32d
base: Add ScopedJavaLocalFrame class.
by
[email protected]
· 11 years ago
506372b
Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock.
by
[email protected]
· 11 years ago
b9e1e5c
Mojo: Mojom: Test the parser when there's no module declared.
by
[email protected]
· 11 years ago
e268241
Mojo Spy core first CL. Introduces mojo::Spy files
by
[email protected]
· 11 years ago
1c142a5
Removes use_mojo
by
[email protected]
· 11 years ago
9a2e75d
x11: Move X event handling out of the message-pump.
by
[email protected]
· 11 years ago
d4698f4
Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets).
by
[email protected]
· 11 years ago
41b64e8a
Mojo: Get rid of some EOL whitespace in C++ .tmpl files.
by
[email protected]
· 11 years ago
aafb941
Adds ScopedHandleBase::From
by
[email protected]
· 11 years ago
ef3cfd3
Mojo: Use Promises for request/response calls in the JavaScript bindings.
by
[email protected]
· 11 years ago
2cc54f4
Mojo: Add a "pytest" to mojob.sh that runs Python unit tests.
by
[email protected]
· 11 years ago
a77a6dd
Mojo: Move mojo/public/data/bindings/tests/ to mojo/public/interfaces/bindings/tests/data/.
by
[email protected]
· 11 years ago
352ed67c
Mojo: Move mojo/public/bindings to mojo/public/tools/bindings.
by
[email protected]
· 11 years ago
4df54e8
Get rid of all component builds specific .isolate.
by
[email protected]
· 11 years ago
73a7a8a
Mojo: Add the ability to attach PlatformHandles to MessageInTransits.
by
[email protected]
· 11 years ago
Next »