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: Improve the embedder API.
viettrungluu@chromium.org
2014-03-19
3
-15
/
+33
*
Mojo: Tweak the SharedBuffer API.
viettrungluu@chromium.org
2014-03-19
6
-17
/
+14
*
Mojo: Move mojo/system/embedder to mojo/embedder.
viettrungluu@chromium.org
2014-03-19
37
-66
/
+82
*
Mojo: Remove mojom from mojo/DEPS.
viettrungluu@chromium.org
2014-03-18
1
-1
/
+0
*
Mojo: Make mojosh.sh kill the HTTP server on any exit.
viettrungluu@chromium.org
2014-03-18
1
-5
/
+9
*
Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...
jbauman@chromium.org
2014-03-18
2
-7
/
+15
*
Clean up mojo_translate.py a bit:
mpcomplete@google.com
2014-03-18
1
-143
/
+108
*
Mojo: Add support for the use_mojo gyp define to mojob.sh.
viettrungluu@chromium.org
2014-03-18
1
-0
/
+20
*
Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.
viettrungluu@chromium.org
2014-03-18
10
-34
/
+40
*
Mojo: More scaffolding to run apps out of process.
viettrungluu@chromium.org
2014-03-18
19
-40
/
+334
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
2
-3
/
+7
*
Mojo: request/response C++ bindings
darin@chromium.org
2014-03-17
29
-128
/
+1153
*
Fixes bug in bindings generator where we generate an empty switch
sky@chromium.org
2014-03-16
1
-12
/
+14
*
Mojo: Refactor the in-process-specific bits out of DynamicServiceLoader.
viettrungluu@chromium.org
2014-03-15
7
-64
/
+229
*
Attempt at making HandleWatcher tests less flakey
sky@chromium.org
2014-03-15
7
-31
/
+82
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-2
/
+5
*
Mojo: Add a script to make running mojo shell easier (on Linux).
viettrungluu@chromium.org
2014-03-14
1
-0
/
+67
*
Mojo: Increase epsilon in tests.
viettrungluu@chromium.org
2014-03-14
4
-4
/
+4
*
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
[next]