summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-278-70/+72
* Mojo: Add a GN target for the shell interface.sammc@chromium.org2014-05-261-0/+11
* Move AcceptWithResponder() out of the MessageReceiver interface.yzshen@chromium.org2014-05-2616-70/+18
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-232-1/+6
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-232-6/+1
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-2311-61/+32
* Mojo: Mojom: Remove support for octal.viettrungluu@chromium.org2014-05-226-41/+96
* Mojo: Mojom: Change order of default values and ordinals.viettrungluu@chromium.org2014-05-224-61/+61
* Add conversion from Handle to UntypedHandle.qsr@chromium.org2014-05-222-0/+13
* Improve compiler output for users who forget to include TypeConverter special...yzshen@chromium.org2014-05-221-10/+19
* Mojo: Mojom: Fix line number tracking when there are comments.viettrungluu@chromium.org2014-05-212-2/+63
* Mojo: Mojom: Remove default values for structs and arrays.viettrungluu@chromium.org2014-05-214-79/+59
* Move geometry types to a more central location.ben@chromium.org2014-05-211-0/+22
* Add AsyncWaiter implementation to java API.qsr@chromium.org2014-05-202-0/+59
* Update mojom example files.qsr@chromium.org2014-05-207-8/+20
* Mojo: Mojom: The handle type can/should be a NAME not an identifier.viettrungluu@chromium.org2014-05-201-1/+1
* Mojo: Mojom: Make specialized handle types (e.g., message_pipe) not keywords.viettrungluu@chromium.org2014-05-204-23/+59
* Mojo cpp bindings: fix |num_fields| in struct header of *Params_Data.yzshen@chromium.org2014-05-191-1/+1
* Mojo: Make overriding OnConnectionError optionaldarin@chromium.org2014-05-181-9/+14
* Mojo: Mojom: Remove integer suffixes (e.g., u, l, ul, etc.).viettrungluu@chromium.org2014-05-172-29/+37
* Fix handling of null pointers in JS bindings.tsepez@chromium.org2014-05-171-6/+38
* Mojo: Mojom: Don't allow $ in identifiers.viettrungluu@chromium.org2014-05-162-4/+22
* Change FilterChain::Append() to a template method.yzshen@chromium.org2014-05-166-35/+33
* Mojo: Internalize ServiceConnector<>darin@chromium.org2014-05-168-135/+167
* Revert 270867 "Mojo: Internalize ServiceConnector<>"jiayl@chromium.org2014-05-168-167/+135
* Mojo: Internalize ServiceConnector<>darin@chromium.org2014-05-168-135/+167
* Mojo cpp bindings: add support for validating incoming messages.yzshen@chromium.org2014-05-1524-72/+333
* Mojo: Add a utility to compare old mojom_bindings_generator.py output to the ...viettrungluu@chromium.org2014-05-153-0/+79
* Mojo: Fix mojom parser unit tests.viettrungluu@chromium.org2014-05-152-3/+8
* Remove the hard_dep flag in GN.brettw@chromium.org2014-05-151-2/+0
* Mojo: Remove dangerous default argument in mojom_bindings_generatory.py: Proc...viettrungluu@chromium.org2014-05-151-3/+7
* Fix memory leak in BindingsSampleTest.Basicdarin@chromium.org2014-05-141-0/+2
* Pass arguments from mojom_bindings_generator.py to each individual generator.qsr@chromium.org2014-05-145-10/+14
* Add SetClient method implementation to InterfaceImpl.darin@chromium.org2014-05-128-29/+30
* We want to be able to use the generated mojom.js files on web serversabarth@chromium.org2014-05-113-9/+8
* Mojo: Add support for constants to the IDL compiler.mpcomplete@chromium.org2014-05-1117-62/+183
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-0940-543/+801
* Adding reference to interface in methods.qsr@chromium.org2014-05-094-18/+17
* Fix out-of-bound access in MessageHeaderValidator and test facility.yzshen@chromium.org2014-05-094-2/+11
* Adding missing documentation.qsr@chromium.org2014-05-092-16/+14
* fixed memory leak from mojo_public_bindings_unittests FixedBufferTest.Leakzhaoqin@google.com2014-05-071-1/+1
* Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.yzshen@chromium.org2014-05-064-6/+38
* Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."yzshen@chromium.org2014-05-062-21/+3
* Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses.yzshen@chromium.org2014-05-062-3/+21
* The set_enforce_errors_from_incoming_receiver() method is needed for testingtsepez@chromium.org2014-05-064-7/+26
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-051-32/+39
* Adding attributes to module and struct in mojom.qsr@chromium.org2014-05-0510-8/+24
* Mojo: Use ./<(RULE_INPUT_DIRNAME) in mojom_bindings_generator.gypi.sammc@chromium.org2014-05-051-1/+1
* Fix leak in RemotePtr::operator=().yzshen@chromium.org2014-05-051-0/+1
* mojo: Use static_assert for MOJO_COMPILE_ASSERT in C++11 mode, like in base/.thakis@chromium.org2014-05-041-1/+3