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: make NetworkServiceImpl clean up after itself
tim@chromium.org
2014-07-22
1
-6
/
+15
*
win32: Add a PlatformWindow implementation for Windows.
sadrul@chromium.org
2014-07-22
2
-111
/
+52
*
Move mojo java bindings to mojo/public
qsr@chromium.org
2014-07-22
37
-27
/
+57
*
Java core implementation: ensure correct alignment.
qsr@chromium.org
2014-07-22
1
-0
/
+4
*
Break dependency of native_viewport_service on mojo::shell::Context
davemoore@chromium.org
2014-07-22
13
-54
/
+31
*
Allow EmbedRoot to be called multiple times.
ben@chromium.org
2014-07-22
13
-63
/
+114
*
Mojo: Don't try to close the child process handle after WaitForExitCode().
viettrungluu@chromium.org
2014-07-22
1
-1
/
+1
*
Support C++98 std::vector in mojo surfaces code
jamesr@chromium.org
2014-07-22
2
-15
/
+86
*
[build-fix] [gcc 4.6.*] Use iterator instead of const_iterator while using st...
vivek.vg@samsung.com
2014-07-22
1
-1
/
+1
*
Convert bindings targets in mojo/mojo_services.gypi to GN.
yzshen@chromium.org
2014-07-21
15
-1
/
+229
*
Move mojo_bindings_java target to mojo.gyp
cmasone@chromium.org
2014-07-21
2
-13
/
+11
*
Revert 284322 "Allow EmbedRoot to be called multiple times."
ben@chromium.org
2014-07-19
12
-81
/
+63
*
Allow EmbedRoot to be called multiple times.
ben@chromium.org
2014-07-19
12
-63
/
+81
*
Mojo: Make Connector::Accept() MOJO_CHECK-fail if it sees MOJO_RESULT_BUSY.
viettrungluu@chromium.org
2014-07-19
1
-0
/
+13
*
mojo: Make InterfacePtr<> testable in if() statements without .get().
erg@chromium.org
2014-07-19
15
-25
/
+39
*
Add ability APIs for opening a window with a url embedded, focusing and activ...
ben@chromium.org
2014-07-18
9
-13
/
+471
*
Mojo: Convert assert()s under mojo/public/cpp/bindings/... to MOJO_DCHECK()s.
viettrungluu@chromium.org
2014-07-18
15
-71
/
+67
*
Mojo: Pass URLLoader to ResponseDetails as interface rather than handle.
darin@chromium.org
2014-07-18
2
-5
/
+4
*
Mojo: Drive-by include fixes.
viettrungluu@chromium.org
2014-07-18
4
-5
/
+5
*
Adding a router class to handle messages that expect responses.
qsr@chromium.org
2014-07-18
18
-86
/
+1059
*
Update targetSdkVersion to 20.
aurimas@chromium.org
2014-07-18
2
-2
/
+2
*
Update Mojo surfaces type converters to use RP for generating DQ and SQS
weiliangc@chromium.org
2014-07-18
3
-149
/
+184
*
cc: Parameterize the main thread task runner
skyostil@chromium.org
2014-07-18
1
-1
/
+5
*
gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...
reveman@chromium.org
2014-07-18
2
-6
/
+0
*
Revert of Adding a router class to handle messages that expect responses. (ht...
johnme@chromium.org
2014-07-18
18
-1051
/
+86
*
InterfacePtr: not setup proxy until actual read/write is needed.
yzshen@chromium.org
2014-07-18
5
-34
/
+89
*
x11: Listen for and process XInput2 events.
sadrul@chromium.org
2014-07-18
2
-32
/
+19
*
Mojo: Always suffix int literals with L in generated Java bindings.
sammc@chromium.org
2014-07-17
7
-12
/
+37
*
Mojo: Rewrite comments in mojo/public/c/environment/async_waiter.h.
viettrungluu@chromium.org
2014-07-17
1
-6
/
+41
*
Mojo: Remove unnecessary <stdio.h> include.
viettrungluu@chromium.org
2014-07-17
1
-1
/
+0
*
mojo: Fix running mojo_demo_launcher with chromeos=1.
sadrul@chromium.org
2014-07-17
1
-3
/
+2
*
Nukes change_ids from view manager
sky@chromium.org
2014-07-17
10
-504
/
+186
*
Add the skeleton of a window manager service and a CreateWindow method.
ben@chromium.org
2014-07-17
11
-0
/
+568
*
Adding a router class to handle messages that expect responses.
qsr@chromium.org
2014-07-17
18
-86
/
+1051
*
Have mojo_shell run in its custom thread on android.
qsr@chromium.org
2014-07-17
12
-25
/
+196
*
ozone: Port NativeViewportOzone on top of PlatformWindow
spang@chromium.org
2014-07-17
1
-49
/
+39
*
Bundle the network service in the shell on Android.
qsr@chromium.org
2014-07-17
9
-175
/
+80
*
Mojo: Remove extra blank line
morrita@chromium.org
2014-07-17
1
-1
/
+0
*
Re-land "Add GN build targets for the rest of mojo/public"
cmasone@chromium.org
2014-07-17
8
-4
/
+148
*
Add support in mojo to check if a MojoHandle identifies a message pipe.
ananta@chromium.org
2014-07-17
1
-14
/
+11
*
Makes it so a node can only the root of one connection at a time
sky@chromium.org
2014-07-17
7
-96
/
+318
*
Mojo: Mojom: Add missing assertEquals in test.
viettrungluu@chromium.org
2014-07-17
1
-0
/
+1
*
Mojo: Mojom: Remove redundant line.
viettrungluu@chromium.org
2014-07-17
1
-1
/
+0
*
Mojom: Add some tests for mojom.parse.ast.
viettrungluu@chromium.org
2014-07-17
2
-2
/
+143
*
Mojo: Mojom: Remove some dead code.
viettrungluu@chromium.org
2014-07-17
2
-21
/
+0
*
Add support for MojoCreateMessagePipeOptions struct to Java bindings
qsr@chromium.org
2014-07-16
9
-31
/
+114
*
Add support for MojoCreateMessagePipeOptions struct to JS bindings
qsr@chromium.org
2014-07-16
3
-10
/
+79
*
Revert 283490 "Add GN build targets for the rest of mojo/public"
petewil@chromium.org
2014-07-16
9
-177
/
+4
*
Add GN build targets for the rest of mojo/public
cmasone@chromium.org
2014-07-16
9
-4
/
+177
*
Mojo: Correctly handle large unsigned integer literals.
sammc@chromium.org
2014-07-16
8
-22
/
+38
[next]