Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
d70ed8226b1b11fd84b66c84f88e782228b97294
/
mojo
8b81faa
Update //mojo/README.md to point to the new documentation.
by dcheng
· 9 years ago
c8fdb1a
[mojo-edk] Ensure the channel message buffer is always aligned.
by amistry
· 9 years ago
adf3c42
Revert of Report lost context from GLES2Implementation based on share group state. (patchset #3 id:40001 of https://codereview.chromium.org/1916303003/ )
by mgiuca
· 9 years ago
63d08a6
Strip comments from manifests prior to collating.
by ben
· 9 years ago
d7e2ea8
Report lost context from GLES2Implementation based on share group state.
by danakj
· 9 years ago
f7aa858
[mojo-edk] Delete data_pipe.h/cc
by rockot
· 9 years ago
34989d6
[mojo-edk] Add explicit message object APIs
by rockot
· 9 years ago
3765b1e
Revert of 🍈 Unify application context usage. (patchset #25 id:480001 of https://codereview.chromium.org/1879013002/ )
by wnwen
· 9 years ago
4437190
Mojo C++ bindings: make StrongBinding a message loop destruction observer.
by yzshen
· 9 years ago
fcc082e
Remove MOJO_CREATE_MESSAGE_PIPE_OPTIONS_FLAG_TRANSFERABLE.
by jam
· 9 years ago
1f6807f
Unify application context usage.
by wnwen
· 9 years ago
703cc66
[build] Switch to moved v8.gyp
by machenbach
· 9 years ago
c020126
Mojo: Change the blink variant from "wtf" to "blink".
by sammc
· 9 years ago
2976429
[mojo-edk] Fix some multiprocess test expectations
by rockot
· 9 years ago
f908561
[mojo-edk] Fix lifetime management of rewritten Windows HANDLEs
by rockot
· 9 years ago
a58af8d
Fix link in mojo/README.md.
by reillyg
· 9 years ago
38fc0bf
Add WebUSB layout tests that detach and navigate an iframe.
by reillyg
· 9 years ago
e4e9c5f
Remove blink dependencies from mojo_public_bindings_unittests on ios.
by sammc
· 9 years ago
0d76097
Mojo C++ bindings: support specifying task runner for interface pointers/bindings.
by yzshen
· 9 years ago
62f652f
Removed implementation of CHROMIUM_subscribe_uniform
by bajones
· 9 years ago
551f9e5
Convert //mojo from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
d1697f3
Mojo: Make Equals() fail at compile time instead of at runtime.
by sammc
· 9 years ago
a80c972
Mojo Bindings: Use SerializationContext to carry handles
by rockot
· 9 years ago
db9eaab
Revert of Mojo Bindings: Use SerializationContext to carry handles (patchset #6 id:100001 of https://codereview.chromium.org/1906473003/ )
by apacible
· 9 years ago
5bbe3be
Change ShellResolver to use FilePath typemap
by ben
· 9 years ago
145903b
Mojo Bindings: Use SerializationContext to carry handles
by rockot
· 9 years ago
8b25c86
Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl.
by danakj
· 9 years ago
447857d
Mojo C++ bindings: make SyncHandleRegistry a ref-counted object.
by yzshen
· 9 years ago
5ae445a
Add plumbing to command buffer for CALayer min and mag filter.
by erikchen
· 9 years ago
9ddf9e3
Fix various findbugs warnings found when building "all" with GN
by agrieve
· 9 years ago
c6329fd
Mojo: add native type mapping for base::FilePath
by yzshen
· 9 years ago
1205fdc
Mojo: Simplify typemap usage.
by sammc
· 9 years ago
197d513
[mojo-edk] Add an atomic flag to fast-path common cases.
by amistry
· 9 years ago
a355c82
Remove POSIX shared memory.
by erikchen
· 9 years ago
99dee55
Mojo C++ bindings: unify {Array|Union|String|Struct}Pointer.
by yzshen
· 9 years ago
ee4b7db
[mojo-edk] Support transferring null Mach ports.
by amistry
· 9 years ago
ee98b46
Mojo C++ bindings: custom type mapping of array - part 1
by yzshen
· 9 years ago
d8cbc2b
Mojo C++ bindings: introduce a C++ type NativeStruct for native-only structs.
by yzshen
· 9 years ago
8c5dd02
[mojo-edk] Disable clean shutdown behavior
by rockot
· 9 years ago
4ac69ee
Revert of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1893603002/ )
by erikchen
· 9 years ago
db519ba
Reland of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1890023002/ )
by erikchen
· 9 years ago
84a38bf
Revert of mac: Remove POSIX shared memory. (patchset #8 id:140001 of https://codereview.chromium.org/1867733002/ )
by shrike
· 9 years ago
b18c312
Move shell service to toplevel shell namespace
by rockot
· 9 years ago
ffd033e
Pass PointerType from Mojo EventPtr to WebInputEvent.
by mustaq
· 9 years ago
f3f49cf
[mojo-sdk] Delete C++ macros.h
by amistry
· 9 years ago
a148edf
mac: Remove POSIX shared memory.
by erikchen
· 9 years ago
86f11c5
Implement TouchEvents in BlinkInputEventTypeConverter
by jonross
· 9 years ago
b8ee1b9
Use ShellClientFactory interface to load mojo:profile
by rockot
· 9 years ago
a49db1f
Move //mojo/services tracing & catalog to //services.
by ben
· 9 years ago
cfa2650
Mojo C++ bindings: change enum data type back to int32_t.
by yzshen
· 9 years ago
61cc266
Move mojo\shell to services\shell
by ben
· 9 years ago
df4ead2
[mojo-edk] Pump the incoming message queue on port merge.
by amistry
· 9 years ago
5bb94a5
Make lost context and error message callbacks on GpuControl go to client
by danakj
· 9 years ago
1e0d041
[mojo-edk] Support read-only shared memory created using the sync broker.
by amistry
· 9 years ago
22e584a
Generalize InterfacePtrSet for [Associated]InterfacePtr.
by msw
· 9 years ago
688e0c1
Make mojo::Callback<>::Runnable::Run non-const.
by reillyg
· 9 years ago
d1bcfad
Remove mojo network service.
by jam
· 9 years ago
38dddca
Load application manifests from resources
by rockot
· 9 years ago
4dc7800
Mojo: Don't short-circuit when failing to deserialize arrays of native types.
by sammc
· 9 years ago
0552d4d
Support read-only duplicates of Mojo shared buffers.
by amistry
· 9 years ago
afdb759
Mojo: Align string sizes when serializing a native type.
by sammc
· 9 years ago
bad1b6e
Pull gpu CmdBuf service/client shared GpuMemoryBuffer code to common
by penghuang
· 9 years ago
60985a5
Some fleshing out the mojo based localstorage implementation.
by michaeln
· 9 years ago
82c48b9
Convert //sandbox to use std::unique_ptr
by mostynb
· 9 years ago
15cbf50
Mojo: Generate Java mojom targets when !cpp_only.
by sammc
· 9 years ago
9403b46
Suppress SparseArray lint warning in Mojo RouterImpl
by johnme
· 9 years ago
50b4063
Create .mojo applications in a common subdir under out/Debug
by ben
· 9 years ago
787159f
Fix a bunch of IWYU violators that don't include scoped_ptr.h
by Daniel Cheng
· 9 years ago
73b8180
Link to mojo chromium developer docs from mojo/README.md
by scheib
· 9 years ago
16a4e06
Add inline completion to quicklaunch
by ben
· 9 years ago
ef8666b
Implement a system-level entry cache so that packages loaded from the system dir can be visible to all user catalogs.
by ben
· 9 years ago
9ea6644
[mojo-edk] Trim read buffer to keep its size down
by rockot
· 9 years ago
3ef76f5
Mojo C++ bindings: sync call support for associated interfaces and master interfaces
by yzshen
· 9 years ago
5cb823c
Mojo C++ bindings: minor change for validation of array of primitive types.
by yzshen
· 9 years ago
bf10fe7
Mojo C++ bindings: fix union array serialization.
by yzshen
· 9 years ago
8497c75
Mojo C++ bindings: change sync_method_unittests to typed tests.
by yzshen
· 9 years ago
0fd1fa9
Mojo C++ bindings: refactor SyncHandleWatcher.
by yzshen
· 9 years ago
fed1e04
Turn on standard logging details in Mojo app runners
by rockot
· 9 years ago
d661bf7
Add more out of line copy ctors for complex classes.
by vmpstr
· 9 years ago
a16f53f
[mojo-edk] Don't assert on PortAccepted for unknown port
by rockot
· 9 years ago
0cb4761
Simplify resolve.
by ben
· 9 years ago
086381a
Changes lifetime of apps with the "all_users" capability
by sky
· 9 years ago
f2c9181
[mojo-sdk] Disable the RunnableAdapter constructor if the sink is a Runnable*.
by amistry
· 9 years ago
bb772dc
Mojo C++ bindings: some MultiplexRouter optimization.
by yzshen
· 9 years ago
1f965db
Mojo bindings: Fix typemap includes.
by sammc
· 9 years ago
c0da4f6
Changes to get mash browser_tests shutdown working correctly
by sky
· 9 years ago
b62421d
Moves manifest parsing to a new class, Reader.
by ben
· 9 years ago
6e3d492
Make ChannelMojo Send thread-safe
by rockot
· 9 years ago
74ba590
Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used
by sky
· 9 years ago
bb73712
Converts mash_wm_apptests to unit tests
by sky
· 9 years ago
8105cc5
Move serialize/deserialize logic onto Entry.
by ben
· 9 years ago
dec9071
Converts resource_provider apptests to unit tests
by sky
· 9 years ago
a7ba5ef
Demote Mojo shell errors to warnings
by rockot
· 9 years ago
15befd3
Convert leveldb_apptests to unit tests.
by erg
· 9 years ago
46de0ec
Revert of Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used (patchset #2 id:20001 of https://codereview.chromium.org/1819063002/ )
by esprehn
· 9 years ago
9c45496
Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used
by sky
· 9 years ago
28b4ee1
Make mojo::Callback safe to copy across threads and destroy on any thread.
by amistry
· 9 years ago
1725b1e
mojo leveldb: Get profile and leveldb connected to DOMStorageContext.
by erg
· 9 years ago
1f02398
Add mach ports support to the Mojo shell.
by amistry
· 9 years ago
3ecdc36
Adds option to run browser tests in mash
by sky
· 9 years ago
Next »