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
*
Allow enums to be used as type names in mojom.
mpcomplete@chromium.org
2014-02-28
16
-120
/
+181
*
Mojo: fix js bindings
darin@chromium.org
2014-02-28
6
-9
/
+8
*
Invert the ownership relationship between WindowEventDispatcher and WindowTre...
ben@chromium.org
2014-02-28
2
-30
/
+20
*
Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.
ben@chromium.org
2014-02-28
1
-2
/
+2
*
Move service_manager to top level dir
davemoore@chromium.org
2014-02-27
10
-21
/
+34
*
Mojo: Add hooks for dispatchers to serialize themselves.
viettrungluu@chromium.org
2014-02-27
4
-42
/
+178
*
Mojo: Include "path/to/foo.mojom.h"
darin@chromium.org
2014-02-27
32
-62
/
+68
*
Revert 253869 "Mojo: Add hooks for dispatchers to serialize them..."
mpcomplete@google.com
2014-02-27
4
-178
/
+42
*
Mojo: Add hooks for dispatchers to serialize themselves.
viettrungluu@chromium.org
2014-02-27
4
-42
/
+178
*
Restructure RawChannelPosix and RawChannel, so that the platform-independent ...
yzshen@chromium.org
2014-02-27
4
-316
/
+657
*
Mojo: Add C++ wrappers for the still-unimplemented shared memory API.
viettrungluu@chromium.org
2014-02-27
1
-2
/
+99
*
Refactors parts of gin:
sky@chromium.org
2014-02-27
6
-9
/
+10
*
Mojo: Add a "secondary buffer" to MessageInTransit.
viettrungluu@chromium.org
2014-02-26
4
-59
/
+202
*
Mojo: Remove ProxyMessagePipeEndpoint::EnqueueMessageInternal().
viettrungluu@chromium.org
2014-02-26
2
-25
/
+18
*
Mojo: Attach dispatchers to message earlier.
viettrungluu@chromium.org
2014-02-26
6
-57
/
+33
*
Mojo: Replace MessageInTransit::Header's data_size with total_size.
viettrungluu@chromium.org
2014-02-26
2
-5
/
+10
*
Mojo: Remove MessagePipeEndpoint::EnqueueMessage()'s return value.
viettrungluu@chromium.org
2014-02-25
6
-12
/
+12
*
Mojo: Get rid of LocalMessagePipeEndpoint::MessageQueueEntry.
viettrungluu@chromium.org
2014-02-25
4
-114
/
+100
*
Remove extraneous void return value from mojom
davemoore@chromium.org
2014-02-25
11
-79
/
+54
*
Mojo: Add Dispatcher::{DuplicateBufferHandle,MapBuffer} methods.
viettrungluu@chromium.org
2014-02-22
5
-6
/
+119
*
Reland: Add some handle read/write helpers to mojo/common/test/test_utils.h
yzshen@chromium.org
2014-02-22
6
-70
/
+222
*
Revert 252714 "Add some handle read/write helpers to mojo/common..."
yzshen@chromium.org
2014-02-22
6
-222
/
+70
*
Add some handle read/write helpers to mojo/common/test/test_utils.h
yzshen@chromium.org
2014-02-22
6
-70
/
+222
*
Mojo: Convert MessageInTransit* -> scoped_ptr<MessageInTransit>, part 2.
viettrungluu@chromium.org
2014-02-21
8
-63
/
+55
*
Mojo: Move compile-asserts back into .cc file.
viettrungluu@chromium.org
2014-02-21
2
-10
/
+16
*
Move root_window.* to window_event_dispatcher.*
ben@chromium.org
2014-02-21
2
-2
/
+2
*
Mojo: Write some tests for public/system/macros.h.
viettrungluu@chromium.org
2014-02-21
3
-0
/
+151
*
Mojo: Convert MessageInTransit* -> scoped_ptr<MessageInTransit>, part 1.
viettrungluu@chromium.org
2014-02-21
6
-26
/
+24
*
Revert 252593 "Mojo: Write some tests for public/system/macros.h."
viettrungluu@chromium.org
2014-02-21
3
-145
/
+0
*
Mojo: Write some tests for public/system/macros.h.
viettrungluu@chromium.org
2014-02-21
3
-0
/
+145
*
Mojo: Refactor MessageInTransit to not be POD.
viettrungluu@chromium.org
2014-02-21
8
-172
/
+162
*
Mojo: Fix uses of (MOJO_)MOVE_ONLY_TYPE_FOR_CPP_03().
viettrungluu@chromium.org
2014-02-21
3
-3
/
+3
*
Mojo: Make RawChannel/Channel require a MessageLoopForIO everywhere.
viettrungluu@chromium.org
2014-02-21
6
-56
/
+52
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
4
-29
/
+24
*
Mojo: Make MessageInTransit more opaque still.
viettrungluu@chromium.org
2014-02-20
4
-22
/
+79
*
Mojo: Make MessageInTransit more opaque.
viettrungluu@chromium.org
2014-02-19
5
-27
/
+41
*
Leak contexts that are owned by another thread.
danakj@chromium.org
2014-02-19
1
-14
/
+10
*
Fixes gyp bindings generator dependencies
sky@chromium.org
2014-02-19
1
-2
/
+2
*
Mojo: Move the header bits of MessageInTransit into a separate struct.
viettrungluu@chromium.org
2014-02-19
2
-35
/
+42
*
Remove some methods from RootWindow that really belong on the WTH.
ben@chromium.org
2014-02-16
4
-15
/
+18
*
Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.
viettrungluu@chromium.org
2014-02-15
1
-1
/
+1
*
gpu: Generate mailboxes on client side
piman@chromium.org
2014-02-15
2
-10
/
+0
*
Fix bug with using enums as default values in mojom. We were previously
mpcomplete@google.com
2014-02-14
16
-47
/
+117
*
Move root_window_host* in aura to window_tree_host*.
ben@chromium.org
2014-02-14
6
-18
/
+18
*
Ensure that OnCreated() gets sent before OnBoundsChanged()
davemoore@chromium.org
2014-02-14
2
-1
/
+1
*
Mojo: Add a threaded perf test for (local) message pipes.
viettrungluu@chromium.org
2014-02-14
3
-0
/
+227
*
Mojo: Prefix user-defined parameter names to avoid conflicts
darin@chromium.org
2014-02-13
1
-7
/
+7
*
Mojo: Make a public test_support shared library.
viettrungluu@chromium.org
2014-02-13
12
-8
/
+234
*
Rename ServiceConnector back to ServiceManager
davemoore@chromium.org
2014-02-13
9
-60
/
+60
*
Fix a bug with mojom imports where 2 imports with the same namespace would
mpcomplete@google.com
2014-02-13
13
-53
/
+106
[next]