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
*
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
*
Support default values for complex objects in mojom.
mpcomplete@google.com
2014-02-03
9
-25
/
+172
*
Mojo: cleanup lifetime management of shell and services
darin@chromium.org
2014-02-03
13
-73
/
+202
*
aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.
sadrul@chromium.org
2014-01-31
3
-4
/
+14
*
Mojo: Add ErrorHandler to RemotePtr
darin@chromium.org
2014-01-31
8
-30
/
+132
*
Create template based Service class
davemoore@chromium.org
2014-01-30
18
-205
/
+325
*
Refactors ui::internal::InputMethodDelegate.
yukishiino@chromium.org
2014-01-30
1
-13
/
+3
*
Mojo: re-org public/utility and public/environment
darin@chromium.org
2014-01-30
14
-352
/
+113
*
Mojo: Remove '*' from the list of unary operators in mojom expressions.
viettrungluu@chromium.org
2014-01-30
1
-2
/
+1
*
Cleanup ViewManager code
ben@chromium.org
2014-01-29
2
-94
/
+58
*
Mojo: Add a "GetType()" to Dispatchers.
viettrungluu@chromium.org
2014-01-29
10
-0
/
+40
*
Mojo: Refactor some message pipe stuff.
viettrungluu@chromium.org
2014-01-29
7
-127
/
+131
*
Remove some uses of ATL in UI code
scottmg@chromium.org
2014-01-29
1
-15
/
+16
*
Fix bustage
ben@chromium.org
2014-01-29
2
-1
/
+2
*
Skeleton of a View Manager.
ben@chromium.org
2014-01-29
17
-13
/
+377
*
Mojo: Disallow sending of data pipe handles during two-phase reads/writes.
viettrungluu@chromium.org
2014-01-28
10
-16
/
+150
*
Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...
piman@chromium.org
2014-01-28
24
-83
/
+121
*
Mojo: re-organize public/bindings/ directory
darin@chromium.org
2014-01-28
50
-275
/
+366
*
Add a Launcher App.
ben@chromium.org
2014-01-27
21
-67
/
+646
*
Mojo: Re-enable (MSVS 64-bit) size_t -> <32-bit> conversion warnings.
viettrungluu@chromium.org
2014-01-27
1
-32
/
+0
*
Mojo: Eliminate some "cross-process" "simultaneous"-close races.
viettrungluu@chromium.org
2014-01-27
9
-45
/
+88
[next]