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: Add a simple child process launcher to the Mojo shell code.
viettrungluu@chromium.org
2014-03-14
12
-10
/
+423
*
Mojo: Add a (failing) test for crbug.com/348644
viettrungluu@chromium.org
2014-03-14
2
-4
/
+76
*
Removes use of vector::data
sky@chromium.org
2014-03-14
3
-7
/
+11
*
Reland: Fix mojo_js_unittests
yzshen@chromium.org
2014-03-13
3
-8
/
+11
*
Updates comment for PlatformChannelPair::PassClientHandle
sky@chromium.org
2014-03-13
1
-1
/
+1
*
Revert of Fix mojo_js_unittests (https://codereview.chromium.org/197463005/)
finnur@chromium.org
2014-03-13
4
-12
/
+15
*
Fix mojo_js_unittests
yzshen@chromium.org
2014-03-13
4
-15
/
+12
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
1
-2
/
+2
*
Mojo: Add an embedder-level multiprocess test of message pipe handle passing.
viettrungluu@chromium.org
2014-03-12
2
-190
/
+456
*
Mojo: RawChannelPosix correctly handle the "EOF" case.
viettrungluu@chromium.org
2014-03-12
3
-81
/
+51
*
Remove dependencies from bindings_generator target
sky@chromium.org
2014-03-12
5
-4
/
+26
*
Mojo: introduce bindings/lib/router.{h,cc}
darin@chromium.org
2014-03-12
18
-34
/
+555
*
Mojo: MultiprocessTestHelper: Allow {ASSERT,EXPECT}_...() to be used in child.
viettrungluu@chromium.org
2014-03-12
3
-26
/
+68
*
Move relevent JS tests to mojo_js_unittests
sky@chromium.org
2014-03-11
7
-15
/
+74
*
Gets JS bindings to work again
sky@chromium.org
2014-03-11
1
-3
/
+9
*
Remove --enable-prune-gpu-command-buffers
piman@chromium.org
2014-03-11
1
-1
/
+0
*
Disable some mojo_js_unittests on Mac and Linux.
yzshen@chromium.org
2014-03-11
1
-3
/
+22
*
Enable mojo unittests on chromium_trybot and waterfall bots.
yzshen@chromium.org
2014-03-11
2
-2
/
+17
*
Mojo: Fix shutdown in EmbedderTest.ChannelsHandlePassing.
viettrungluu@chromium.org
2014-03-11
1
-0
/
+12
*
Mojo: Refactor MultiprocessMessagePipeTest to use TestIOThread.
viettrungluu@chromium.org
2014-03-11
6
-131
/
+134
*
Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only
wangxianzhu@chromium.org
2014-03-10
1
-2
/
+0
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-2
/
+2
*
Mojo: Remove implicit scoped_refptr<T> -> T* conversions in mojo/.
viettrungluu@chromium.org
2014-03-09
2
-4
/
+5
*
Mojo: MultiprocessTestBase -> MultiprocessTestHelper.
viettrungluu@chromium.org
2014-03-08
5
-84
/
+62
*
Mojo interface libraries: set install name and search path properly on Mac.
yzshen@chromium.org
2014-03-08
1
-0
/
+42
*
Moves around js bindings related classes
sky@chromium.org
2014-03-07
23
-60
/
+84
*
Used scoped_ptr
suyash.s@samsung.com
2014-03-07
1
-2
/
+2
*
Clean up WindowEventDispatcher some more.
ben@chromium.org
2014-03-07
1
-4
/
+3
*
Mojo: Make mojob.sh die if sync or gyp fails.
viettrungluu@chromium.org
2014-03-06
1
-3
/
+7
*
Revert 255368 "Clean up WindowEventDispatcher some more."
ben@chromium.org
2014-03-06
1
-3
/
+4
*
Clean up WindowEventDispatcher some more.
ben@chromium.org
2014-03-06
1
-4
/
+3
*
Mojo: Enable RemoteMessagePipeTest on Windows.
viettrungluu@chromium.org
2014-03-06
4
-17
/
+15
*
Mojo: Replace TestWithIOThreadBase with just a helper TestIOThread class.
viettrungluu@chromium.org
2014-03-06
5
-71
/
+78
*
Mojo: Move comment (per TODO).
viettrungluu@chromium.org
2014-03-06
2
-9
/
+7
*
Rename RootWindowObserver -> WindowTreeHostObserver.
ben@chromium.org
2014-03-05
1
-1
/
+1
*
Mojo: Add a more end-to-end-ish test of handle passing (across a "remote" mes...
viettrungluu@chromium.org
2014-03-05
1
-6
/
+126
*
Mojo: Enable EmbedderTest on Windows.
viettrungluu@chromium.org
2014-03-05
1
-5
/
+0
*
Mojo: share code between SyncDispatcher and Connector
darin@chromium.org
2014-03-05
4
-57
/
+55
*
Mojo: First pass at cross-process passing of MessagePipe handles.
viettrungluu@chromium.org
2014-03-05
15
-64
/
+384
*
Mojo: add scaffolding for request/response support
darin@chromium.org
2014-03-05
16
-68
/
+197
*
Format generated gpu files using clang-format.
zmo@chromium.org
2014-03-05
1
-335
/
+483
*
Add ServiceManager::GetInstance() and change ServiceManager::Loader to Servic...
davemoore@chromium.org
2014-03-04
8
-41
/
+76
*
Revert 254541 "Mojo: add scaffolding for request/response support"
sky@chromium.org
2014-03-04
16
-197
/
+68
*
Makes core mojo binding js files explicitly define their name
sky@chromium.org
2014-03-04
3
-3
/
+3
*
Implement RawChannel on Windows.
yzshen@chromium.org
2014-03-04
4
-45
/
+606
*
Window ownership -> WindowTreeHost
ben@chromium.org
2014-03-04
1
-1
/
+1
*
Mojo: Add a mojo::system::MessageQueue.
viettrungluu@chromium.org
2014-03-03
7
-37
/
+128
*
Mojo: Add a GetType() to MessagePipeEndpoint.
viettrungluu@chromium.org
2014-03-03
8
-2
/
+31
*
Mojo: add scaffolding for request/response support
darin@chromium.org
2014-03-03
16
-68
/
+197
*
Mojo: Silence death ...
viettrungluu@chromium.org
2014-03-03
1
-0
/
+5
[prev]
[next]