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
*
Make browser compositor and display share a context
jbauman
2014-10-03
2
-6
/
+10
*
Remove ApplicationRunner's explicit ScopedMessagePipeHandle construction.
msw
2014-10-03
1
-2
/
+1
*
Mojo JS standalone app launches files specified with mojo_shell command-line ...
hansmuller
2014-10-03
3
-8
/
+10
*
mojom: Change array syntax from uint8[] to array<uint8>.
erg
2014-10-03
24
-83
/
+86
*
Mojo: Change Channel::RunMessagePipeEndpoint() -> RunEndpoint().
Viet-Trung Luu
2014-10-03
7
-51
/
+44
*
Move mojo edk into mojo/edk
jamesr
2014-10-03
170
-776
/
+783
*
Move C++ js bindings tests to mojo/bindings/js/tests
jamesr
2014-10-03
7
-36
/
+36
*
Revert "Move mojo edk into mojo/edk"
Trent Apted
2014-10-03
170
-783
/
+776
*
Move mojo edk into mojo/edk
James Robinson
2014-10-03
170
-776
/
+783
*
Enable setting configuration arguments for Mojo applications with mojo_shell.
hansmuller
2014-10-02
4
-11
/
+44
*
Add TCP socket mojo interfaces
brettw
2014-10-02
8
-4
/
+161
*
Mojo cpp bindings: support Clone() for structs and arrays which don't contain...
yzshen
2014-10-02
9
-21
/
+187
*
gpu: Remove Echo and SwapCompletion GL interfaces
sievers
2014-10-02
2
-5
/
+0
*
Adds View::visible() and IsDrawn
sky
2014-10-01
7
-24
/
+273
*
Mojo: Convert the remaining OVERRIDEs to override in mojo/.
viettrungluu
2014-10-01
47
-435
/
+457
*
Mojo: Move ChannelEndpoint's message_pipe_ and port_ under lock.
viettrungluu
2014-10-01
3
-48
/
+95
*
Remove dbus-related code from Mojo
cmasone
2014-10-01
15
-738
/
+1
*
Remove unused files
davemoore
2014-10-01
2
-64
/
+0
*
Standalone Mojo Javascript application
hansmuller
2014-10-01
13
-135
/
+325
*
Mojo: Don't do any work in ProxyMessagePipeEndpoint's destructor.
viettrungluu
2014-10-01
4
-5
/
+17
*
Disables ViewManagerTests
sky
2014-10-01
1
-8
/
+11
*
Mojo + GN: Fix more build dependencies around mojom targets.
ppi
2014-10-01
3
-2
/
+1
*
Rename all isolate_dependency_* to files.
maruel
2014-10-01
6
-23
/
+14
*
mojo: Allow positional argument for struct constructors.
qsr
2014-10-01
5
-15
/
+66
*
Fixes two bugs in causing demo_launcher to crash
sky
2014-10-01
5
-0
/
+69
*
Add external_a_r_bindings -> application bindings dep in GN
jamesr
2014-10-01
1
-0
/
+2
*
Mojo: Split up Channel::RemoveMessagePipeEndpoint().
viettrungluu
2014-09-30
2
-29
/
+51
*
mojo::RawChannelWin: Use GetOverlappedResult() to retrive read bytes.
morrita
2014-09-30
1
-3
/
+8
*
Mojo: Remove MessagePipe::OnRemove(); instead just use MessagePipe::Close().
Viet-Trung Luu
2014-09-30
4
-23
/
+6
*
Makes NativeViewport send OnBoundsChanged() after widget available
sky
2014-09-30
6
-7
/
+64
*
Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE.
viettrungluu
2014-09-30
1
-6
/
+0
*
mojo: Add promises for python bindings.
qsr
2014-09-30
4
-0
/
+371
*
Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/.
viettrungluu
2014-09-30
46
-181
/
+196
*
Mojo: Delete mojo/public/cpp/gles2.
viettrungluu
2014-09-30
1
-4
/
+0
*
Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings g...
viettrungluu
2014-09-30
33
-68
/
+68
*
Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings.
viettrungluu
2014-09-30
16
-53
/
+50
*
Remove unnecessary deps on base_static in mojo
davemoore
2014-09-29
4
-6
/
+0
*
Mojo UDP socket API definition.
yzshen
2014-09-29
4
-0
/
+114
*
Force creation of application listening socket
cmasone
2014-09-29
2
-5
/
+30
*
Mojo: MOJO_OVERRIDE -> override in mojo/.
Viet-Trung Luu
2014-09-29
87
-387
/
+311
*
Allow passing listening socket path on command line
cmasone
2014-09-29
1
-1
/
+7
*
Hook up FocusController.
ben
2014-09-29
10
-56
/
+170
*
Mojo: mojob.sh -- limit GOMA builds to load average 100.
Viet-Trung Luu
2014-09-29
1
-1
/
+1
*
monacl: build_newlib -> build_pnacl_newlib.
viettrungluu
2014-09-29
2
-4
/
+6
*
Prevent static mojo builds from pulling //ui/gl into mojo_shell
davemoore
2014-09-29
2
-3
/
+6
*
Revert of Revert of Mojo: Convert some scoped_ptr<...>(new ...) to make_scope...
viettrungluu
2014-09-29
6
-11
/
+8
*
Revert of Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedd...
viettrungluu
2014-09-29
3
-3
/
+3
*
Nukes NativeViewportClient::OnCreated
sky
2014-09-29
11
-79
/
+116
*
Accept inbound connections on unix domain socket
cmasone
2014-09-29
22
-2
/
+1318
*
mojo: Fix java generator
qsr
2014-09-29
9
-72
/
+150
[next]