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
*
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
*
Mojo: Rename public/tests/test_support.* -> test_utils.*.
viettrungluu@chromium.org
2014-02-13
9
-19
/
+19
*
Change mojo demo apps to use Application.
davemoore@chromium.org
2014-02-13
9
-114
/
+75
*
Mojo: Make C++ CreateMessagePipe() wrapper return result.
viettrungluu@chromium.org
2014-02-12
1
-31
/
+36
*
Mojo: Rename "duplicate shared buffer" -> "duplicate buffer handle".
viettrungluu@chromium.org
2014-02-12
5
-42
/
+45
*
[Android][Mojo] Switch to standard Chromium library loader
aberent@chromium.org
2014-02-12
4
-30
/
+8
*
Mojo: Fill out the test for Mutex.
viettrungluu@chromium.org
2014-02-12
1
-2
/
+191
*
Create Application class
davemoore@chromium.org
2014-02-12
16
-137
/
+244
*
Mojo: Improve comments in core.h.
viettrungluu@chromium.org
2014-02-12
1
-31
/
+41
*
Mojo: Add API stubs for shared memory.
viettrungluu@chromium.org
2014-02-12
5
-0
/
+211
*
Mojo: Add a Thread class in public/utility.
viettrungluu@chromium.org
2014-02-12
4
-5
/
+252
*
Adds support for DataPipe to .mojom
sky@chromium.org
2014-02-12
3
-0
/
+69
*
Mojo: Add a Mutex class in public/utility.
viettrungluu@chromium.org
2014-02-12
4
-0
/
+215
*
Revert 250513 "Mojo: Add a Mutex class in public/utility."
sergeyu@chromium.org
2014-02-11
4
-207
/
+0
*
Mojo: Add a Mutex class in public/utility.
viettrungluu@chromium.org
2014-02-11
4
-0
/
+207
*
Revert 250439 "Mojo: Add a public/environment/test_support.h."
viettrungluu@chromium.org
2014-02-11
6
-48
/
+6
*
Mojo: Add a public/environment/test_support.h.
viettrungluu@chromium.org
2014-02-11
6
-6
/
+48
*
Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>
darin@chromium.org
2014-02-11
45
-184
/
+317
*
Plumbs through mime type Loader::Delegate
sky@chromium.org
2014-02-11
5
-6
/
+14
*
RawChannelPosix: Fix fatal-error-related behavior.
yzshen@chromium.org
2014-02-11
3
-50
/
+87
*
Mojo: Small cleanup of public/tests/test_support.h.
viettrungluu@chromium.org
2014-02-10
5
-47
/
+54
*
Mojo: Small MessageInTransit fixes.
viettrungluu@chromium.org
2014-02-10
4
-36
/
+51
*
Add support for importing other modules to mojom.
mpcomplete@google.com
2014-02-10
19
-152
/
+309
*
message-pump: Change how MessagePumpDispatchers process events.
sadrul@chromium.org
2014-02-08
1
-2
/
+2
*
Mojo: Rework locking system for sending handles across message pipes.
viettrungluu@chromium.org
2014-02-07
20
-253
/
+337
*
Mojo: Make it possible to refer to interfaces as types
darin@chromium.org
2014-02-07
10
-25
/
+54
*
Make LayerTreeHostClient::Animate take TimeTicks instead of double
ajuma@chromium.org
2014-02-07
2
-3
/
+4
*
Implement gpu::CommandBuffer over mojo IPCs and have mojo::gles2 use that.
piman@chromium.org
2014-02-07
20
-318
/
+1008
*
Fix VM/launcher with GLES changes.
ben@chromium.org
2014-02-06
1
-2
/
+2
*
Mojo: Avoid reporting Write failures to Connector client
darin@chromium.org
2014-02-06
3
-33
/
+53
*
Mojo: Make Dispatcher::GetType() const.
viettrungluu@chromium.org
2014-02-06
10
-10
/
+10
*
Cleanup when clients go away.
davemoore@chromium.org
2014-02-06
6
-23
/
+115
*
Mojo: |Dispatcher| unfriends |CoreImpl|.
viettrungluu@chromium.org
2014-02-05
9
-26
/
+44
*
mojo: fix thread issues in MojoContextProvider and share implmentations
piman@chromium.org
2014-02-05
13
-247
/
+162
*
Implement PlatformChannelPair on Windows.
yzshen@chromium.org
2014-02-05
7
-78
/
+272
*
Mojo: Change tack on failures to pass handles (don't return "unimplemented").
viettrungluu@chromium.org
2014-02-05
20
-159
/
+249
*
Mojo: support interfaces that lack a Peer attribute
darin@chromium.org
2014-02-05
6
-3
/
+42
*
Pass gfx structs by const ref (gfx::Vector2d)
ajay.berwal@samsung.com
2014-02-05
2
-2
/
+2
*
Create GLES2 context synchronously.
piman@chromium.org
2014-02-04
30
-156
/
+185
*
Mojo: TYPE_CHANNEL -> kTypeChannel.
viettrungluu@chromium.org
2014-02-03
3
-3
/
+3
*
Modify service_connector_unitttest to use Service<>
davemoore@chromium.org
2014-02-03
1
-35
/
+14
*
Mojo: Make sure you can't send either end of a message pipe over itself.
viettrungluu@chromium.org
2014-02-03
3
-6
/
+36
*
Mojo: More work towards sending message pipe handles over remote message pipes.
viettrungluu@chromium.org
2014-02-03
4
-10
/
+107
[next]