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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: rename limits.h to constants.h.
viettrungluu@chromium.org
2013-12-16
10
-14
/
+12
*
Mojo: "Finish" local (in-process) implementation of data pipes.
viettrungluu@chromium.org
2013-12-16
8
-18
/
+446
*
Add switch to control app caching
davemoore@chromium.org
2013-12-16
3
-0
/
+9
*
Add missing mojo_utility_unittests target to mojob.sh
tfarina@chromium.org
2013-12-14
1
-3
/
+4
*
Mojo: More data pipe work -- consumer-side dispatcher.
viettrungluu@chromium.org
2013-12-14
7
-7
/
+303
*
Beginning of JS Mojo API to GL.
aa@chromium.org
2013-12-13
11
-11
/
+327
*
Mojo: More data pipe implementation.
viettrungluu@chromium.org
2013-12-13
16
-24
/
+455
*
Add simple support for top-level enums to mojom.
mpcomplete@google.com
2013-12-13
13
-3
/
+137
*
Mojo: data pipe boilerplate testing (and hooking up).
viettrungluu@chromium.org
2013-12-12
4
-19
/
+171
*
Mojo: More stubs/boilerplate for data pipes.
viettrungluu@chromium.org
2013-12-12
3
-21
/
+220
*
[gin] Turn gin into a component
jochen@chromium.org
2013-12-12
1
-0
/
+1
*
mojo: Cleanup: Forward declare Context in run.h
tfarina@chromium.org
2013-12-12
3
-4
/
+7
*
Mojo: DataPipe public interface declarations and stubs.
viettrungluu@chromium.org
2013-12-12
5
-10
/
+299
*
Mojo: Rearrange core.h deckchairs.
viettrungluu@chromium.org
2013-12-12
5
-156
/
+236
*
Mojo: Add a basic multiprocess MessagePipe test.
viettrungluu@chromium.org
2013-12-12
3
-15
/
+328
*
[gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappable
jochen@chromium.org
2013-12-12
2
-2
/
+4
*
Mojo: Minor core.h reorganization.
viettrungluu@chromium.org
2013-12-12
8
-43
/
+43
*
Mojo: Remove incorrect DCHECK in ProxyMessagePipeEndpoint::EnqueueMessage().
viettrungluu@chromium.org
2013-12-11
2
-39
/
+133
*
Make mojo_gles2 work properly in the static build
abarth@chromium.org
2013-12-11
13
-29
/
+197
*
Do something more interesting than printf when an event is received by sample...
ben@chromium.org
2013-12-11
7
-22
/
+129
*
Clean up mojo export files.
tfarina@chromium.org
2013-12-11
3
-15
/
+18
*
Rename Mojo targets to have a mojo_ prefix.
tfarina@chromium.org
2013-12-11
4
-14
/
+14
*
Revert 239910 "Do something more interesting than printf when an..."
vadimt@chromium.org
2013-12-10
7
-128
/
+22
*
Do something more interesting than printf when an event is received by sample...
ben@chromium.org
2013-12-10
16
-36
/
+234
*
Mojo: Support passing invalid handles
darin@chromium.org
2013-12-10
2
-20
/
+65
*
Make Mojo work on Android again
abarth@chromium.org
2013-12-10
3
-1
/
+39
*
Creates a trivial mojo RunLoop along with BindingSupport on top of it
sky@chromium.org
2013-12-10
21
-44
/
+1359
*
Split mojo_system dylib into public and private
abarth@chromium.org
2013-12-10
25
-148
/
+256
*
Mojo: Array operator[] for handles.
darin@chromium.org
2013-12-10
9
-335
/
+417
*
Move us closer to shutting down cleanly.
ben@chromium.org
2013-12-09
4
-10
/
+25
*
Make handle getters return a Slot<{MessagePipe}Handle> instead.
darin@chromium.org
2013-12-08
5
-11
/
+99
*
Gin: Make it easier to implement Wrappable.
aa@chromium.org
2013-12-08
2
-11
/
+6
*
Mojo: SimilarityTraits -> TypeConverter
darin@chromium.org
2013-12-08
9
-55
/
+55
*
Remove mojo_shell_unittests from mojob.sh.
tfarina@chromium.org
2013-12-07
1
-1
/
+0
*
Added specialization for bool Array which packs each element into a single bit.
darin@chromium.org
2013-12-07
6
-18
/
+192
*
Mojo: Expose error state from Connector through RemotePtr
darin@chromium.org
2013-12-07
4
-11
/
+47
*
Wire events through to sample_app
ben@chromium.org
2013-12-06
6
-3
/
+52
*
Gin: Consolidate all the Converter<Wrappable> subclasses.
aa@chromium.org
2013-12-06
1
-8
/
+0
*
Fold MojoViewport C++ class into NativeViewportAndroid
ben@chromium.org
2013-12-05
9
-225
/
+102
*
gin::Wrappable shouldn't inherit from base::RefCounted
abarth@chromium.org
2013-12-05
3
-4
/
+5
*
Adds MojoGetTimeTicks to mojo
sky@chromium.org
2013-12-05
8
-2
/
+50
*
Update mojo.js to use native_viewport
abarth@chromium.org
2013-12-05
3
-16
/
+53
*
Mojo: Add move semantics to RemotePtr<T>
darin@chromium.org
2013-12-04
5
-18
/
+98
*
Mojo: (POSIX) Test that MultiprocessTestBase passes the channel correctly.
viettrungluu@chromium.org
2013-12-04
1
-2
/
+75
*
Scrub memory in ~ScratchBuffer to help catch use-after-free bugs.
darin@chromium.org
2013-12-04
1
-3
/
+10
*
Mojo: Fix RawChannelPosixTest.OnReadMessage's writes to handle EINTR.
viettrungluu@chromium.org
2013-12-04
1
-2
/
+7
*
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
41
-182
/
+590
*
[Mojo] Remove dependency between mojo/public and gpu
abarth@chromium.org
2013-12-04
21
-259
/
+273
*
Mojo: mojob.sh: on sync, run hooks but not gyp
viettrungluu@chromium.org
2013-12-04
1
-2
/
+2
[next]