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
*
Pass data down pipes in mojo fuzzing tests.
tsepez@chromium.org
2014-05-13
2
-33
/
+96
*
Mojo: (Theoretically) implement the read side of platform handle passing.
viettrungluu@chromium.org
2014-05-13
15
-53
/
+222
*
Mojo: Tighten up mojo/embedder/DEPS.
viettrungluu@chromium.org
2014-05-12
1
-1
/
+9
*
Mojo: Delete some old, unused code.
viettrungluu@chromium.org
2014-05-12
3
-39
/
+17
*
Add SetClient method implementation to InterfaceImpl.
darin@chromium.org
2014-05-12
17
-108
/
+57
*
Introduces another change id to hierarchy mutations
sky@chromium.org
2014-05-12
9
-178
/
+397
*
We want to be able to use the generated mojom.js files on web servers
abarth@chromium.org
2014-05-11
7
-14
/
+41
*
Two fixes for mojo JS bindings
sky@chromium.org
2014-05-11
4
-41
/
+54
*
Mojo: Add support for constants to the IDL compiler.
mpcomplete@chromium.org
2014-05-11
17
-62
/
+183
*
ui/compositor: move the browser compositor thread to the ContextFactory
piman@chromium.org
2014-05-10
2
-0
/
+5
*
Fix compile error on Win64 due to C++ warning 4275 occurring because an expor...
ananta@chromium.org
2014-05-10
1
-2
/
+12
*
Fix compile error on Win64 due to C++ warning 4275 occurring because an expor...
ananta@chromium.org
2014-05-10
1
-1
/
+3
*
Fix names of headers in mojo_public.gypi
darin@chromium.org
2014-05-10
1
-3
/
+2
*
Revert 269452 "Fix header name in GYP file"
rlp@chromium.org
2014-05-10
1
-2
/
+2
*
Fix header name in GYP file
darin@chromium.org
2014-05-09
1
-2
/
+2
*
Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl
darin@chromium.org
2014-05-09
103
-943
/
+1190
*
Changes to deletion/ownership of nodes in the client lib.
ben@chromium.org
2014-05-09
20
-106
/
+327
*
Revert 269414 "Changes to deletion/ownership of nodes in the cli..."
ben@chromium.org
2014-05-09
20
-327
/
+106
*
Changes to deletion/ownership of nodes in the client lib.
ben@chromium.org
2014-05-09
20
-106
/
+327
*
Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a ...
viettrungluu@chromium.org
2014-05-09
7
-102
/
+229
*
Mojo: Add the ability to allocate space for platform handle info in Transport...
viettrungluu@chromium.org
2014-05-09
8
-17
/
+86
*
Wires up view manager to an actual display
sky@chromium.org
2014-05-09
24
-71
/
+549
*
Revert 269267 "Wires up view manager to an actual display"
sky@chromium.org
2014-05-09
24
-547
/
+71
*
Adding reference to interface in methods.
qsr@chromium.org
2014-05-09
4
-18
/
+17
*
Fix out-of-bound access in MessageHeaderValidator and test facility.
yzshen@chromium.org
2014-05-09
4
-2
/
+11
*
Wires up view manager to an actual display
sky@chromium.org
2014-05-09
24
-71
/
+547
*
Revert of Wires up view manager to an actual display (https://codereview.chro...
phajdan.jr@chromium.org
2014-05-09
24
-547
/
+71
*
Wires up view manager to an actual display
sky@chromium.org
2014-05-09
24
-71
/
+547
*
Revert 269197 "Mojo: Add the ability to allocate space for platf..."
marja@chromium.org
2014-05-09
8
-80
/
+13
*
Mojo: Add the ability to allocate space for platform handle info in Transport...
viettrungluu@chromium.org
2014-05-09
8
-13
/
+80
*
Remove SharedBitmapManager global in ui/compositor
piman@chromium.org
2014-05-09
2
-0
/
+5
*
Adding missing documentation.
qsr@chromium.org
2014-05-09
2
-16
/
+14
*
Observe hierarchy changes from other connections.
ben@chromium.org
2014-05-07
13
-135
/
+222
*
Mojo: Make RawChannelPosix::Read() use PlatformChannelRecvmsg() (instead of r...
viettrungluu@chromium.org
2014-05-07
3
-27
/
+40
*
Build view manager lib & tests as part of mojo target.
ben@chromium.org
2014-05-07
1
-0
/
+2
*
fixed memory leak from mojo_public_bindings_unittests FixedBufferTest.Leak
zhaoqin@google.com
2014-05-07
1
-1
/
+1
*
Mojo: Make embedder::PlatformChannelRecvmsg() able to append handles to an ex...
viettrungluu@chromium.org
2014-05-07
3
-9
/
+60
*
Add handles to data structure passed between c++ and JS unittest.
tsepez@chromium.org
2014-05-07
2
-8
/
+44
*
Makes thread created by test helper follow general thread naming
sky@chromium.org
2014-05-06
1
-1
/
+1
*
Shuffles around some files
sky@chromium.org
2014-05-06
18
-230
/
+222
*
Block ViewManager construction on connection establishment.
ben@chromium.org
2014-05-06
5
-31
/
+42
*
Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.
yzshen@chromium.org
2014-05-06
4
-6
/
+38
*
Revert 268556 "Block ViewManager construction on connection esta..."
dalecurtis@google.com
2014-05-06
5
-43
/
+30
*
Block ViewManager construction on connection establishment.
ben@chromium.org
2014-05-06
5
-30
/
+43
*
Rearrange GLImage API to create them with a usage type
alexst@chromium.org
2014-05-06
2
-0
/
+2
*
Adds ability to load services on background thread
sky@chromium.org
2014-05-06
6
-3
/
+170
*
Rename some PPB_VideoDecoder_Dev implementation types.
bbudge@chromium.org
2014-05-06
2
-2
/
+2
*
Use ignore_result instead of MOJO_ALLOW_UNUSED.
mpcomplete@chromium.org
2014-05-06
1
-1
/
+1
*
Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."
yzshen@chromium.org
2014-05-06
2
-21
/
+3
*
Mojo: Add POSIX utils for sending FDs (across a "platform channel pair").
viettrungluu@chromium.org
2014-05-06
3
-3
/
+218
[next]