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
/
public
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: AsyncWaiter and mojo/public/environment
darin@chromium.org
2014-01-14
36
-570
/
+498
*
Mojo: re-organize public tests
darin@chromium.org
2014-01-12
24
-91
/
+90
*
Unrevert 244233 "Add support for using expressions as enum values."
mpcomplete@google.com
2014-01-10
3
-116
/
+393
*
Revert 244233 "Add support for using expressions as enum values."
dalecurtis@google.com
2014-01-10
3
-393
/
+116
*
Add support for using expressions as enum values.
mpcomplete@google.com
2014-01-10
3
-116
/
+393
*
Mojo: Simplify object serialization
darin@chromium.org
2014-01-10
15
-336
/
+238
*
Mojo: Remove utility:: namespace
darin@chromium.org
2014-01-09
12
-24
/
+0
*
Make RunLoop remove handle when a timeout is notified
davemoore@chromium.org
2014-01-08
3
-0
/
+9
*
Mojo: abstract interface implementation from generated Stub classes
darin@chromium.org
2014-01-07
6
-34
/
+38
*
Add support for enums within structs and interfaces to mojom.
mpcomplete@google.com
2014-01-07
16
-50
/
+105
*
Mojo: DataPipe: Write some docs and rationalize some return values.
viettrungluu@chromium.org
2014-01-07
1
-0
/
+104
*
Mojo: Change use of "not found" to more explicit "should wait".
viettrungluu@chromium.org
2014-01-04
5
-7
/
+11
*
Mojo: Add MessagePipe to core_cpp.h for convenience
darin@chromium.org
2013-12-25
5
-37
/
+32
*
Mojo: Fix android build
davemoore@chromium.org
2013-12-21
5
-77
/
+12
*
Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .m...
darin@chromium.org
2013-12-20
9
-42
/
+166
*
Fix accidental double import in mojom_bindings_generator.py.
mpcomplete@chromium.org
2013-12-20
1
-1
/
+0
*
Remove mojom cpp and JS generators and turn on the jinja generator for both.
mpcomplete@chromium.org
2013-12-19
27
-1284
/
+184
*
Mojo: Beginnings of (local) data pipe tests + more refactoring.
viettrungluu@chromium.org
2013-12-18
1
-1
/
+1
*
Pull struct and interface definitions out of module.js.tmpl into their own fi...
mpcomplete@chromium.org
2013-12-18
4
-104
/
+108
*
Add mojom_jinja_generator and jinja templates for the C++ bindings.
mpcomplete@chromium.org
2013-12-18
19
-0
/
+804
*
Mojo: Basic C++ wrappers for the (still-untested) data pipes.
viettrungluu@chromium.org
2013-12-17
2
-18
/
+116
*
Mojo: Refactor (local) data pipe creation/initialization.
viettrungluu@chromium.org
2013-12-17
1
-2
/
+7
*
Mojo: Change data pipe API to take # bytes instead of # elements.
viettrungluu@chromium.org
2013-12-17
1
-19
/
+25
*
Mojo: "Finish" local (in-process) implementation of data pipes.
viettrungluu@chromium.org
2013-12-16
1
-2
/
+5
*
Mojo: More data pipe work -- consumer-side dispatcher.
viettrungluu@chromium.org
2013-12-14
1
-2
/
+20
*
Mojo: More data pipe implementation.
viettrungluu@chromium.org
2013-12-13
3
-10
/
+15
*
Add simple support for top-level enums to mojom.
mpcomplete@google.com
2013-12-13
12
-1
/
+134
*
Mojo: DataPipe public interface declarations and stubs.
viettrungluu@chromium.org
2013-12-12
3
-4
/
+185
*
Mojo: Rearrange core.h deckchairs.
viettrungluu@chromium.org
2013-12-12
3
-133
/
+210
*
Mojo: Minor core.h reorganization.
viettrungluu@chromium.org
2013-12-12
5
-26
/
+26
*
Make mojo_gles2 work properly in the static build
abarth@chromium.org
2013-12-11
5
-12
/
+77
*
Clean up mojo export files.
tfarina@chromium.org
2013-12-11
2
-10
/
+15
*
Mojo: Support passing invalid handles
darin@chromium.org
2013-12-10
2
-20
/
+65
*
Creates a trivial mojo RunLoop along with BindingSupport on top of it
sky@chromium.org
2013-12-10
16
-0
/
+1287
*
Split mojo_system dylib into public and private
abarth@chromium.org
2013-12-10
4
-6
/
+127
*
Mojo: Array operator[] for handles.
darin@chromium.org
2013-12-10
8
-332
/
+412
*
Make handle getters return a Slot<{MessagePipe}Handle> instead.
darin@chromium.org
2013-12-08
5
-11
/
+99
*
Mojo: SimilarityTraits -> TypeConverter
darin@chromium.org
2013-12-08
5
-40
/
+40
*
Added specialization for bool Array which packs each element into a single bit.
darin@chromium.org
2013-12-07
5
-18
/
+190
*
Mojo: Expose error state from Connector through RemotePtr
darin@chromium.org
2013-12-07
4
-11
/
+47
*
Adds MojoGetTimeTicks to mojo
sky@chromium.org
2013-12-05
4
-0
/
+24
*
Mojo: Add move semantics to RemotePtr<T>
darin@chromium.org
2013-12-04
5
-18
/
+98
*
Scrub memory in ~ScratchBuffer to help catch use-after-free bugs.
darin@chromium.org
2013-12-04
1
-3
/
+10
*
Add array bounds assertion and improve type conversion for empty strings.
darin@chromium.org
2013-12-04
3
-4
/
+27
*
Mojo: Generate bindings that make use of ScopedMessagePipeHandle.
darin@chromium.org
2013-12-04
34
-164
/
+566
*
[Mojo] Remove dependency between mojo/public and gpu
abarth@chromium.org
2013-12-04
5
-122
/
+88
*
[Mojo] Move JS bindings out of public
abarth@chromium.org
2013-12-03
18
-1420
/
+3
*
Remove "ScopedHandleBase<H>::operator H() const"
darin@chromium.org
2013-12-03
3
-27
/
+30
*
[Mojo] Fix race condition in sample_app's SwapBuffers
abarth@chromium.org
2013-12-02
2
-9
/
+14
*
Mojo: Add support for converting between mojo::String and base::StringPiece.
darin@chromium.org
2013-12-02
4
-19
/
+65
[next]