summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move geometry to mojo/services, extract input events to their own mojom"kinuko@chromium.org2014-05-2818-98/+70
* Move geometry to mojo/services, extract input events to their own mojomben@chromium.org2014-05-2818-70/+98
* Some security checks around destruction/setting bounds.ben@chromium.org2014-05-286-4/+87
* Revert 273079 "Add content renderer to the GN build"brettw@chromium.org2014-05-281-11/+0
* Mojo: Move message pipe types/constants/functions from mojo/public/c/system/c...viettrungluu@chromium.org2014-05-2810-136/+161
* Add content renderer to the GN buildbrettw@chromium.org2014-05-281-0/+11
* Mojo: Move common/basic functions declarations from mojo/public/c/system/core...viettrungluu@chromium.org2014-05-274-67/+95
* Mojo: Move common type/constant definitions from mojo/public/c/system/core.h ...viettrungluu@chromium.org2014-05-2712-157/+179
* Track plugin input event latencymiletus@chromium.org2014-05-273-0/+6
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-2755-283/+317
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-2753-316/+280
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-2753-280/+316
* Mojo: Add a GN target for the shell interface.sammc@chromium.org2014-05-262-0/+12
* Move AcceptWithResponder() out of the MessageReceiver interface.yzshen@chromium.org2014-05-2616-70/+18
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-2416-27/+32
* Change the color of the spinning cube on click.aa@chromium.org2014-05-243-2/+23
* Renames IViewManagerClient::OnConnectionEstablishedsky@chromium.org2014-05-246-22/+23
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-2318-19/+179
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-2318-179/+19
* Mojo: Add a RawChannel::EnqueueMessage() that can be overridden by subclasses.viettrungluu@chromium.org2014-05-233-23/+37
* Revert 272458 "Adding more guts to the mojo spy."vasilii@chromium.org2014-05-238-345/+44
* Adding more guts to the mojo spy.cpu@chromium.org2014-05-238-44/+345
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-2322-73/+44
* fix win64 buildjam@chromium.org2014-05-231-1/+2
* Implement SetViewContents in the client lib.ben@chromium.org2014-05-2312-7/+128
* There can be potentially unexpected message names in the bit-flip test.tsepez@chromium.org2014-05-232-12/+50
* Mojo: Make mojob.sh not skip some tests (due to cached test results).viettrungluu@chromium.org2014-05-222-8/+19
* Hook up platform events in Mojo shell on Linux desktop.aa@chromium.org2014-05-225-15/+60
* Makes Env contain a ContextFactorysky@chromium.org2014-05-221-0/+1
* Mojo: Mojom: Remove support for octal.viettrungluu@chromium.org2014-05-227-53/+105
* Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.yukishiino@chromium.org2014-05-221-7/+7
* SetBounds for ViewTreeNode.ben@chromium.org2014-05-2220-4/+403
* Mojo: Mojom: Change order of default values and ordinals.viettrungluu@chromium.org2014-05-224-61/+61
* Mojo: POSIX: Add a PlatformChannelSendmsgWithHandles().viettrungluu@chromium.org2014-05-223-18/+85
* Mojo: Make channel.cc and friend log at a less verbose level.thestig@chromium.org2014-05-222-3/+3
* Pass arbitrary data block down message pipe.tsepez@chromium.org2014-05-222-17/+51
* Add conversion from Handle to UntypedHandle.qsr@chromium.org2014-05-229-22/+51
* 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-216-104/+92
* Finishes up setrootssky@chromium.org2014-05-216-39/+297
* Move geometry types to a more central location.ben@chromium.org2014-05-2115-83/+206
* Mojo: Make PlatformChannelRecvmsg() append handles to a deque instead.viettrungluu@chromium.org2014-05-218-65/+87
* Add mojo bindings backpointer tests.tsepez@chromium.org2014-05-213-33/+132
* cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.danakj@chromium.org2014-05-201-1/+0
* First step at setrootssky@chromium.org2014-05-207-102/+311
* Add AsyncWaiter implementation to java API.qsr@chromium.org2014-05-207-8/+582
* Update mojom example files.qsr@chromium.org2014-05-208-11/+23
* 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