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
/
public
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Shell / ShellClient to ServiceProvider
davemoore@chromium.org
2014-05-27
8
-70
/
+72
*
Mojo: Add a GN target for the shell interface.
sammc@chromium.org
2014-05-26
1
-0
/
+11
*
Move AcceptWithResponder() out of the MessageReceiver interface.
yzshen@chromium.org
2014-05-26
16
-70
/
+18
*
Revert 272472 "Mojo: nuke EnvironmentData"
kbr@chromium.org
2014-05-23
2
-1
/
+6
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-05-23
2
-6
/
+1
*
Mojo: Remove SetClient from generated interfaces
darin@chromium.org
2014-05-23
11
-61
/
+32
*
Mojo: Mojom: Remove support for octal.
viettrungluu@chromium.org
2014-05-22
6
-41
/
+96
*
Mojo: Mojom: Change order of default values and ordinals.
viettrungluu@chromium.org
2014-05-22
4
-61
/
+61
*
Add conversion from Handle to UntypedHandle.
qsr@chromium.org
2014-05-22
2
-0
/
+13
*
Improve compiler output for users who forget to include TypeConverter special...
yzshen@chromium.org
2014-05-22
1
-10
/
+19
*
Mojo: Mojom: Fix line number tracking when there are comments.
viettrungluu@chromium.org
2014-05-21
2
-2
/
+63
*
Mojo: Mojom: Remove default values for structs and arrays.
viettrungluu@chromium.org
2014-05-21
4
-79
/
+59
*
Move geometry types to a more central location.
ben@chromium.org
2014-05-21
1
-0
/
+22
*
Add AsyncWaiter implementation to java API.
qsr@chromium.org
2014-05-20
2
-0
/
+59
*
Update mojom example files.
qsr@chromium.org
2014-05-20
7
-8
/
+20
*
Mojo: Mojom: The handle type can/should be a NAME not an identifier.
viettrungluu@chromium.org
2014-05-20
1
-1
/
+1
*
Mojo: Mojom: Make specialized handle types (e.g., message_pipe) not keywords.
viettrungluu@chromium.org
2014-05-20
4
-23
/
+59
*
Mojo cpp bindings: fix |num_fields| in struct header of *Params_Data.
yzshen@chromium.org
2014-05-19
1
-1
/
+1
*
Mojo: Make overriding OnConnectionError optional
darin@chromium.org
2014-05-18
1
-9
/
+14
*
Mojo: Mojom: Remove integer suffixes (e.g., u, l, ul, etc.).
viettrungluu@chromium.org
2014-05-17
2
-29
/
+37
*
Fix handling of null pointers in JS bindings.
tsepez@chromium.org
2014-05-17
1
-6
/
+38
*
Mojo: Mojom: Don't allow $ in identifiers.
viettrungluu@chromium.org
2014-05-16
2
-4
/
+22
*
Change FilterChain::Append() to a template method.
yzshen@chromium.org
2014-05-16
6
-35
/
+33
*
Mojo: Internalize ServiceConnector<>
darin@chromium.org
2014-05-16
8
-135
/
+167
*
Revert 270867 "Mojo: Internalize ServiceConnector<>"
jiayl@chromium.org
2014-05-16
8
-167
/
+135
*
Mojo: Internalize ServiceConnector<>
darin@chromium.org
2014-05-16
8
-135
/
+167
*
Mojo cpp bindings: add support for validating incoming messages.
yzshen@chromium.org
2014-05-15
24
-72
/
+333
*
Mojo: Add a utility to compare old mojom_bindings_generator.py output to the ...
viettrungluu@chromium.org
2014-05-15
3
-0
/
+79
*
Mojo: Fix mojom parser unit tests.
viettrungluu@chromium.org
2014-05-15
2
-3
/
+8
*
Remove the hard_dep flag in GN.
brettw@chromium.org
2014-05-15
1
-2
/
+0
*
Mojo: Remove dangerous default argument in mojom_bindings_generatory.py: Proc...
viettrungluu@chromium.org
2014-05-15
1
-3
/
+7
*
Fix memory leak in BindingsSampleTest.Basic
darin@chromium.org
2014-05-14
1
-0
/
+2
*
Pass arguments from mojom_bindings_generator.py to each individual generator.
qsr@chromium.org
2014-05-14
5
-10
/
+14
*
Add SetClient method implementation to InterfaceImpl.
darin@chromium.org
2014-05-12
8
-29
/
+30
*
We want to be able to use the generated mojom.js files on web servers
abarth@chromium.org
2014-05-11
3
-9
/
+8
*
Mojo: Add support for constants to the IDL compiler.
mpcomplete@chromium.org
2014-05-11
17
-62
/
+183
*
Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl
darin@chromium.org
2014-05-09
40
-543
/
+801
*
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
*
Adding missing documentation.
qsr@chromium.org
2014-05-09
2
-16
/
+14
*
fixed memory leak from mojo_public_bindings_unittests FixedBufferTest.Leak
zhaoqin@google.com
2014-05-07
1
-1
/
+1
*
Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.
yzshen@chromium.org
2014-05-06
4
-6
/
+38
*
Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."
yzshen@chromium.org
2014-05-06
2
-21
/
+3
*
Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.
yzshen@chromium.org
2014-05-06
2
-3
/
+21
*
The set_enforce_errors_from_incoming_receiver() method is needed for testing
tsepez@chromium.org
2014-05-06
4
-7
/
+26
*
Remove command_buffer/common/types.h.
thakis@chromium.org
2014-05-05
1
-32
/
+39
*
Adding attributes to module and struct in mojom.
qsr@chromium.org
2014-05-05
10
-8
/
+24
*
Mojo: Use ./<(RULE_INPUT_DIRNAME) in mojom_bindings_generator.gypi.
sammc@chromium.org
2014-05-05
1
-1
/
+1
*
Fix leak in RemotePtr::operator=().
yzshen@chromium.org
2014-05-05
1
-0
/
+1
*
mojo: Use static_assert for MOJO_COMPILE_ASSERT in C++11 mode, like in base/.
thakis@chromium.org
2014-05-04
1
-1
/
+3
[next]