summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Small fixes in mojo_shell for android.qsr@chromium.org2014-06-183-6/+23
* Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState.viettrungluu@chromium.org2014-06-1821-104/+114
* Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_....viettrungluu@chromium.org2014-06-1838-316/+347
* Mojom interface for Surfaces servicejamesr@chromium.org2014-06-185-0/+260
* mojo: Don't leak handles when assigning to ScopedHandles.erg@chromium.org2014-06-182-1/+31
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-1857-285/+298
* Changes routing of input events in view managersky@chromium.org2014-06-1811-16/+91
* Remove OnRootRemoved from ViewManagerDelegateben@chromium.org2014-06-185-22/+27
* Mojo validation test input parser: disallow multiple [anchr]s with the same ID.yzshen@chromium.org2014-06-172-0/+8
* Move native_viewport.mojom into public/interfacesben@chromium.org2014-06-1711-13/+14
* Makes IViewManager::DeleteNode take the server_change_idsky@chromium.org2014-06-175-14/+19
* Mojo: Add a C definition for MOJO_LOG_LEVEL_VERBOSE.viettrungluu@chromium.org2014-06-171-0/+1
* Mojo: Add GetMinimumLogLevel() to the logger interface.viettrungluu@chromium.org2014-06-177-17/+128
* Client side name cleanupben@chromium.org2014-06-1731-663/+615
* Rename ViewManager typessky@chromium.org2014-06-1720-298/+304
* Mojo: Add C-correct void parameters for functions with no parameters.viettrungluu@chromium.org2014-06-162-3/+3
* Mojo: Remove bogus TODO(darin) comment.darin@chromium.org2014-06-161-5/+0
* Support [handles] in validation test input format and add handle-related tests.yzshen@chromium.org2014-06-1616-51/+303
* Add more test cases for Mojo message validation.yzshen@chromium.org2014-06-1575-8/+594
* Mojo message validation tests: add integration tests and move existing confor...yzshen@chromium.org2014-06-1529-56/+306
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-06-1419-182/+24
* Mojo: Allow InterfacePtr<> to be deleted during a client method call.darin@chromium.org2014-06-145-8/+109
* Mojo: Remove extraneous end-of-file newlines.viettrungluu@chromium.org2014-06-1413-14/+1
* Mojo: Add basic logging facilities to environment.viettrungluu@chromium.org2014-06-149-0/+213
* Mojo: Make |MojoAsyncWaiter|s const and remove the MojoAsyncWaiter* argument ...viettrungluu@chromium.org2014-06-1427-80/+59
* Mojo: ~0 -> ~0u, since the compiler on Linux Trusty doesn't like the conversion.viettrungluu@chromium.org2014-06-141-4/+3
* Mojo: Trim #includes in mojo/public/c.viettrungluu@chromium.org2014-06-142-2/+2
* Add more mojo targets to the GN build.brettw@chromium.org2014-06-135-0/+224
* Mojo: Update Waiter::Wait() to not put the context into the return value.viettrungluu@chromium.org2014-06-1315-236/+380
* Mojo: Remove (unused) mojo/environment/async_waiter_impl.{cc,h}.viettrungluu@chromium.org2014-06-132-70/+0
* Only change the spinning cube color on right click.aa@chromium.org2014-06-131-9/+15
* Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an i...ben@chromium.org2014-06-1317-37/+376
* Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "c...viettrungluu@chromium.org2014-06-1328-108/+122
* Launcher flowben@chromium.org2014-06-139-2/+321
* Introduce internal::ServiceRegistry to prepare for ServiceProvider split.davemoore@chromium.org2014-06-138-105/+179
* Mojo: Remove old form of WaiterList::AwakeWaitersForStateChange().viettrungluu@chromium.org2014-06-122-15/+0
* Mojo: Make the TestService quit when there are no more connections.viettrungluu@chromium.org2014-06-125-17/+81
* Makes the view manager notify the client of new roots correctlysky@chromium.org2014-06-122-3/+10
* Mojo: Plumb wait flags state through DataPipe::Awake...WaitersForStateChangeN...viettrungluu@chromium.org2014-06-122-18/+21
* Implement reordering of nodes.ben@chromium.org2014-06-1221-40/+693
* mojo: handle WM_DELETE_WINDOW in native_viewport_x11tim@chromium.org2014-06-121-1/+1
* Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object.viettrungluu@chromium.org2014-06-1219-165/+216
* Mojo: Plumb MojoCreateMessagePipeOptions through to the C++ wrappers.viettrungluu@chromium.org2014-06-127-15/+23
* Fix text input.ben@chromium.org2014-06-121-41/+5
* Mojo: Fix the C++ bindings generator for methods taking imported interfaces.sammc@chromium.org2014-06-125-6/+28
* Mojo: Expose service names in the JS bindings.sammc@chromium.org2014-06-122-0/+6
* More clear comment for ValidateStructHeader.yzshen@chromium.org2014-06-122-0/+3
* Introduce very beginning of navigation.aa@chromium.org2014-06-129-40/+205
* Renames view manager Connect methods to Embedsky@chromium.org2014-06-1112-93/+88
* Pass embedding app identity through at embed timeben@chromium.org2014-06-1112-10/+59