summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Add the skeleton of a window manager service and a CreateWindow method.ben@chromium.org2014-07-1711-0/+568
* Adding a router class to handle messages that expect responses.qsr@chromium.org2014-07-1718-86/+1051
* Have mojo_shell run in its custom thread on android.qsr@chromium.org2014-07-1712-25/+196
* ozone: Port NativeViewportOzone on top of PlatformWindowspang@chromium.org2014-07-171-49/+39
* Bundle the network service in the shell on Android.qsr@chromium.org2014-07-179-175/+80
* Mojo: Remove extra blank linemorrita@chromium.org2014-07-171-1/+0
* Re-land "Add GN build targets for the rest of mojo/public"cmasone@chromium.org2014-07-178-4/+148
* Add support in mojo to check if a MojoHandle identifies a message pipe.ananta@chromium.org2014-07-171-14/+11
* Makes it so a node can only the root of one connection at a timesky@chromium.org2014-07-177-96/+318
* Mojo: Mojom: Add missing assertEquals in test.viettrungluu@chromium.org2014-07-171-0/+1
* Mojo: Mojom: Remove redundant line.viettrungluu@chromium.org2014-07-171-1/+0
* Mojom: Add some tests for mojom.parse.ast.viettrungluu@chromium.org2014-07-172-2/+143
* Mojo: Mojom: Remove some dead code.viettrungluu@chromium.org2014-07-172-21/+0
* Add support for MojoCreateMessagePipeOptions struct to Java bindingsqsr@chromium.org2014-07-169-31/+114
* Add support for MojoCreateMessagePipeOptions struct to JS bindingsqsr@chromium.org2014-07-163-10/+79
* Revert 283490 "Add GN build targets for the rest of mojo/public"petewil@chromium.org2014-07-169-177/+4
* Add GN build targets for the rest of mojo/publiccmasone@chromium.org2014-07-169-4/+177
* Mojo: Correctly handle large unsigned integer literals.sammc@chromium.org2014-07-168-22/+38
* Mojo: Move sample_app out from namespace mojomorrita@chromium.org2014-07-165-30/+24
* Mojo: get .so from PRODUCT_DIR for packaged apps. This changed when we made t...davemoore@chromium.org2014-07-161-1/+1
* Mojo: Mojom: Add more parser tests for interfaces and structs.viettrungluu@chromium.org2014-07-161-3/+139
* Mojo: Mojom: Add AST types for methods, interface bodies, and interfaces.viettrungluu@chromium.org2014-07-164-78/+132
* Mojo: Mojom: Add AST types for struct and struct body.viettrungluu@chromium.org2014-07-164-138/+177
* Move mojo/examples/html_viewer to mojo/services/html_viewer.aa@chromium.org2014-07-1620-123/+87
* Mojo: Mojom: Add AST type for struct fields.viettrungluu@chromium.org2014-07-164-74/+104
* Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org2014-07-1631-125/+167
* Make DrawQuad constructors public, rm DQ::Create() functionweiliangc@chromium.org2014-07-164-23/+17
* Mojo: Add support for InterfacePtr as a struct memberdarin@chromium.org2014-07-165-1/+37
* Rename WaitFlags (etc.) to HandleSignals in Java bindingsqsr@chromium.org2014-07-1611-85/+80
* Mojo: Add a test for nested RunLoop::Run()morrita@chromium.org2014-07-161-1/+94
* Preliminary interactive layout of window manager's demo_launcher.hansmuller@chromium.org2014-07-168-45/+218
* Mojo: Split public/cpp/system/core.h into piecesmorrita@chromium.org2014-07-168-548/+633
* Makes Embed() take a single nodesky@chromium.org2014-07-1610-108/+79
* Add dummy BUILDER object to java interfaces.darin@chromium.org2014-07-151-0/+3
* Replace fprintf with mojo logging macro.yzshen@chromium.org2014-07-152-10/+17
* ui/platform_window: Introduce PlatformWindow for windowing primitives.sadrul@chromium.org2014-07-155-126/+56
* Mojo: Mojom: Use None instead of ast.Ordinal(None).viettrungluu@chromium.org2014-07-154-68/+63
* Mojo: Mojom: Add AST type for const definitions.viettrungluu@chromium.org2014-07-154-32/+50
* Mojo: Mojom: Add an AST type for enum definitions.viettrungluu@chromium.org2014-07-154-37/+69
* Mojo: Mojom: Use super() in the AST code.viettrungluu@chromium.org2014-07-151-16/+20
* Mojo: Mojom: Add AST types for enum values and enum value lists.viettrungluu@chromium.org2014-07-154-16/+42
* mojo: add a String <> GURL TypeConvertertim@chromium.org2014-07-159-10/+52
* Mojo GN generates headers in the source file's gen dirbrettw@chromium.org2014-07-141-6/+17
* Fix mojo_surfaces_app_bindings depsjamesr@chromium.org2014-07-131-0/+2
* Mojo surfaces service and example appjamesr@chromium.org2014-07-1319-1/+978
* Add missing files/deps/definescjhopman@chromium.org2014-07-121-0/+2
* aura: Remove WindowTreeHost::OnDeviceScaleFactorChanged.sadrul@chromium.org2014-07-124-11/+0
* Start of adding enums for error codessky@chromium.org2014-07-125-17/+63
* Split targets with external dependencies out of mojo_public.gypicmasone@chromium.org2014-07-114-221/+234
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-1131-77/+155