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 utility function to duplicate a PlatformHandle.
viettrungluu@chromium.org
2014-05-29
4
-0
/
+63
*
fix gyp
darin@chromium.org
2014-05-29
1
-2
/
+1
*
Mojo: Make mojob test flush stdout after printing "Running foo....".
viettrungluu@chromium.org
2014-05-29
1
-0
/
+1
*
Mojo: Remove extraneous .get()s in mojo/{embedder,system}.
viettrungluu@chromium.org
2014-05-29
14
-58
/
+58
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
104
-2389
/
+2034
*
Simplify Rect
ben@chromium.org
2014-05-29
8
-35
/
+36
*
Mojo: Require our public options structs to be aligned like int64_t's.
viettrungluu@chromium.org
2014-05-29
4
-3
/
+65
*
Support MojoMain() in an Application context
davemoore@chromium.org
2014-05-29
17
-197
/
+237
*
Centralizes setting of mojom_base_output_dir
sky@chromium.org
2014-05-29
6
-43
/
+2
*
Mojo: Mac: Enable MultiprocessMessagePipeTest.PlatformHandlePassing.
viettrungluu@chromium.org
2014-05-29
1
-7
/
+0
*
Mojo: Refactor the sending of FDs (a.k.a. PlatformHandles) on POSIX.
viettrungluu@chromium.org
2014-05-28
7
-64
/
+195
*
ASSERT_NO_FATAL_FAILURE -> HasFatalFailure()
sky@chromium.org
2014-05-28
1
-2
/
+4
*
Adds ViewManager::Connect
sky@chromium.org
2014-05-28
12
-253
/
+961
*
Revert of Generate java bindings for constants. (https://codereview.chromium....
mathp@chromium.org
2014-05-28
8
-263
/
+2
*
Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/syste...
viettrungluu@chromium.org
2014-05-28
6
-134
/
+153
*
Refactor java packages.
qsr@chromium.org
2014-05-28
10
-28
/
+55
*
Generate java bindings for constants.
qsr@chromium.org
2014-05-28
8
-2
/
+263
*
Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core...
viettrungluu@chromium.org
2014-05-28
7
-344
/
+372
*
Add content renderer to the GN build
brettw@chromium.org
2014-05-28
1
-0
/
+11
*
Move geometry to mojo/services, extract input events to their own mojom
ben@chromium.org
2014-05-28
18
-70
/
+99
*
Updates mojo java core API
qsr@chromium.org
2014-05-28
15
-118
/
+158
*
Revert "Move geometry to mojo/services, extract input events to their own mojom"
kinuko@chromium.org
2014-05-28
18
-98
/
+70
*
Move geometry to mojo/services, extract input events to their own mojom
ben@chromium.org
2014-05-28
18
-70
/
+98
*
Some security checks around destruction/setting bounds.
ben@chromium.org
2014-05-28
6
-4
/
+87
*
Revert 273079 "Add content renderer to the GN build"
brettw@chromium.org
2014-05-28
1
-11
/
+0
*
Mojo: Move message pipe types/constants/functions from mojo/public/c/system/c...
viettrungluu@chromium.org
2014-05-28
10
-136
/
+161
*
Add content renderer to the GN build
brettw@chromium.org
2014-05-28
1
-0
/
+11
*
Mojo: Move common/basic functions declarations from mojo/public/c/system/core...
viettrungluu@chromium.org
2014-05-27
4
-67
/
+95
*
Mojo: Move common type/constant definitions from mojo/public/c/system/core.h ...
viettrungluu@chromium.org
2014-05-27
12
-157
/
+179
*
Track plugin input event latency
miletus@chromium.org
2014-05-27
3
-0
/
+6
*
Shell / ShellClient -> ServiceProvider
davemoore@chromium.org
2014-05-27
55
-283
/
+317
*
Revert 272983 "Change Shell / ShellClient to ServiceProvider"
davemoore@chromium.org
2014-05-27
53
-316
/
+280
*
Change Shell / ShellClient to ServiceProvider
davemoore@chromium.org
2014-05-27
53
-280
/
+316
*
Mojo: Add a GN target for the shell interface.
sammc@chromium.org
2014-05-26
2
-0
/
+12
*
Move AcceptWithResponder() out of the MessageReceiver interface.
yzshen@chromium.org
2014-05-26
16
-70
/
+18
*
Cleanup: Use base::CommandLine in mojo/
thestig@chromium.org
2014-05-24
16
-27
/
+32
*
Change the color of the spinning cube on click.
aa@chromium.org
2014-05-24
3
-2
/
+23
*
Renames IViewManagerClient::OnConnectionEstablished
sky@chromium.org
2014-05-24
6
-22
/
+23
*
Revert 272472 "Mojo: nuke EnvironmentData"
kbr@chromium.org
2014-05-23
18
-19
/
+179
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-05-23
18
-179
/
+19
*
Mojo: Add a RawChannel::EnqueueMessage() that can be overridden by subclasses.
viettrungluu@chromium.org
2014-05-23
3
-23
/
+37
*
Revert 272458 "Adding more guts to the mojo spy."
vasilii@chromium.org
2014-05-23
8
-345
/
+44
*
Adding more guts to the mojo spy.
cpu@chromium.org
2014-05-23
8
-44
/
+345
*
Mojo: Remove SetClient from generated interfaces
darin@chromium.org
2014-05-23
22
-73
/
+44
*
fix win64 build
jam@chromium.org
2014-05-23
1
-1
/
+2
*
Implement SetViewContents in the client lib.
ben@chromium.org
2014-05-23
12
-7
/
+128
*
There can be potentially unexpected message names in the bit-flip test.
tsepez@chromium.org
2014-05-23
2
-12
/
+50
*
Mojo: Make mojob.sh not skip some tests (due to cached test results).
viettrungluu@chromium.org
2014-05-22
2
-8
/
+19
*
Hook up platform events in Mojo shell on Linux desktop.
aa@chromium.org
2014-05-22
5
-15
/
+60
*
Makes Env contain a ContextFactory
sky@chromium.org
2014-05-22
1
-0
/
+1
[next]