summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Add a utility function to duplicate a PlatformHandle.viettrungluu@chromium.org2014-05-294-0/+63
* fix gypdarin@chromium.org2014-05-291-2/+1
* Mojo: Make mojob test flush stdout after printing "Running foo....".viettrungluu@chromium.org2014-05-291-0/+1
* Mojo: Remove extraneous .get()s in mojo/{embedder,system}.viettrungluu@chromium.org2014-05-2914-58/+58
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-29104-2389/+2034
* Simplify Rectben@chromium.org2014-05-298-35/+36
* Mojo: Require our public options structs to be aligned like int64_t's.viettrungluu@chromium.org2014-05-294-3/+65
* Support MojoMain() in an Application contextdavemoore@chromium.org2014-05-2917-197/+237
* Centralizes setting of mojom_base_output_dirsky@chromium.org2014-05-296-43/+2
* Mojo: Mac: Enable MultiprocessMessagePipeTest.PlatformHandlePassing.viettrungluu@chromium.org2014-05-291-7/+0
* Mojo: Refactor the sending of FDs (a.k.a. PlatformHandles) on POSIX.viettrungluu@chromium.org2014-05-287-64/+195
* ASSERT_NO_FATAL_FAILURE -> HasFatalFailure()sky@chromium.org2014-05-281-2/+4
* Adds ViewManager::Connectsky@chromium.org2014-05-2812-253/+961
* Revert of Generate java bindings for constants. (https://codereview.chromium....mathp@chromium.org2014-05-288-263/+2
* Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/syste...viettrungluu@chromium.org2014-05-286-134/+153
* Refactor java packages.qsr@chromium.org2014-05-2810-28/+55
* Generate java bindings for constants.qsr@chromium.org2014-05-288-2/+263
* Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core...viettrungluu@chromium.org2014-05-287-344/+372
* Add content renderer to the GN buildbrettw@chromium.org2014-05-281-0/+11
* Move geometry to mojo/services, extract input events to their own mojomben@chromium.org2014-05-2818-70/+99
* Updates mojo java core APIqsr@chromium.org2014-05-2815-118/+158
* 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