| Commit message (Expand) | Author | Age | Files | Lines |
* | When you moved the native viewport, the contents would move to an incorrect p... | ben@chromium.org | 2014-06-19 | 3 | -7/+10 |
* | Eliminate Launchable. Use Navigator instead. | ben@chromium.org | 2014-06-19 | 11 | -59/+93 |
* | mojo: fail gracefully if ServiceRegistry can't find ServiceConnector | tim@chromium.org | 2014-06-19 | 2 | -3/+39 |
* | Small fixes in mojo_shell for android. | qsr@chromium.org | 2014-06-18 | 3 | -6/+23 |
* | Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState. | viettrungluu@chromium.org | 2014-06-18 | 21 | -104/+114 |
* | Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_.... | viettrungluu@chromium.org | 2014-06-18 | 38 | -316/+347 |
* | Mojom interface for Surfaces service | jamesr@chromium.org | 2014-06-18 | 5 | -0/+260 |
* | mojo: Don't leak handles when assigning to ScopedHandles. | erg@chromium.org | 2014-06-18 | 2 | -1/+31 |
* | Mojo: MojoWaitFlags -> MojoHandleSignals. | viettrungluu@chromium.org | 2014-06-18 | 57 | -285/+298 |
* | Changes routing of input events in view manager | sky@chromium.org | 2014-06-18 | 11 | -16/+91 |
* | Remove OnRootRemoved from ViewManagerDelegate | ben@chromium.org | 2014-06-18 | 5 | -22/+27 |
* | Mojo validation test input parser: disallow multiple [anchr]s with the same ID. | yzshen@chromium.org | 2014-06-17 | 2 | -0/+8 |
* | Move native_viewport.mojom into public/interfaces | ben@chromium.org | 2014-06-17 | 11 | -13/+14 |
* | Makes IViewManager::DeleteNode take the server_change_id | sky@chromium.org | 2014-06-17 | 5 | -14/+19 |
* | Mojo: Add a C definition for MOJO_LOG_LEVEL_VERBOSE. | viettrungluu@chromium.org | 2014-06-17 | 1 | -0/+1 |
* | Mojo: Add GetMinimumLogLevel() to the logger interface. | viettrungluu@chromium.org | 2014-06-17 | 7 | -17/+128 |
* | Client side name cleanup | ben@chromium.org | 2014-06-17 | 31 | -663/+615 |
* | Rename ViewManager types | sky@chromium.org | 2014-06-17 | 20 | -298/+304 |
* | Mojo: Add C-correct void parameters for functions with no parameters. | viettrungluu@chromium.org | 2014-06-16 | 2 | -3/+3 |
* | Mojo: Remove bogus TODO(darin) comment. | darin@chromium.org | 2014-06-16 | 1 | -5/+0 |
* | Support [handles] in validation test input format and add handle-related tests. | yzshen@chromium.org | 2014-06-16 | 16 | -51/+303 |
* | Add more test cases for Mojo message validation. | yzshen@chromium.org | 2014-06-15 | 75 | -8/+594 |
* | Mojo message validation tests: add integration tests and move existing confor... | yzshen@chromium.org | 2014-06-15 | 29 | -56/+306 |
* | Mojo: nuke EnvironmentData | darin@chromium.org | 2014-06-14 | 19 | -182/+24 |
* | Mojo: Allow InterfacePtr<> to be deleted during a client method call. | darin@chromium.org | 2014-06-14 | 5 | -8/+109 |
* | Mojo: Remove extraneous end-of-file newlines. | viettrungluu@chromium.org | 2014-06-14 | 13 | -14/+1 |
* | Mojo: Add basic logging facilities to environment. | viettrungluu@chromium.org | 2014-06-14 | 9 | -0/+213 |
* | Mojo: Make |MojoAsyncWaiter|s const and remove the MojoAsyncWaiter* argument ... | viettrungluu@chromium.org | 2014-06-14 | 27 | -80/+59 |
* | Mojo: ~0 -> ~0u, since the compiler on Linux Trusty doesn't like the conversion. | viettrungluu@chromium.org | 2014-06-14 | 1 | -4/+3 |
* | Mojo: Trim #includes in mojo/public/c. | viettrungluu@chromium.org | 2014-06-14 | 2 | -2/+2 |
* | Add more mojo targets to the GN build. | brettw@chromium.org | 2014-06-13 | 5 | -0/+224 |
* | Mojo: Update Waiter::Wait() to not put the context into the return value. | viettrungluu@chromium.org | 2014-06-13 | 15 | -236/+380 |
* | Mojo: Remove (unused) mojo/environment/async_waiter_impl.{cc,h}. | viettrungluu@chromium.org | 2014-06-13 | 2 | -70/+0 |
* | Only change the spinning cube color on right click. | aa@chromium.org | 2014-06-13 | 1 | -9/+15 |
* | Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an i... | ben@chromium.org | 2014-06-13 | 17 | -37/+376 |
* | Mojo: Rename/replace the wait (MojoResult) "wake result" with a (uint32_t) "c... | viettrungluu@chromium.org | 2014-06-13 | 28 | -108/+122 |
* | Launcher flow | ben@chromium.org | 2014-06-13 | 9 | -2/+321 |
* | Introduce internal::ServiceRegistry to prepare for ServiceProvider split. | davemoore@chromium.org | 2014-06-13 | 8 | -105/+179 |
* | Mojo: Remove old form of WaiterList::AwakeWaitersForStateChange(). | viettrungluu@chromium.org | 2014-06-12 | 2 | -15/+0 |
* | Mojo: Make the TestService quit when there are no more connections. | viettrungluu@chromium.org | 2014-06-12 | 5 | -17/+81 |
* | Makes the view manager notify the client of new roots correctly | sky@chromium.org | 2014-06-12 | 2 | -3/+10 |
* | Mojo: Plumb wait flags state through DataPipe::Awake...WaitersForStateChangeN... | viettrungluu@chromium.org | 2014-06-12 | 2 | -18/+21 |
* | Implement reordering of nodes. | ben@chromium.org | 2014-06-12 | 21 | -40/+693 |
* | mojo: handle WM_DELETE_WINDOW in native_viewport_x11 | tim@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object. | viettrungluu@chromium.org | 2014-06-12 | 19 | -165/+216 |
* | Mojo: Plumb MojoCreateMessagePipeOptions through to the C++ wrappers. | viettrungluu@chromium.org | 2014-06-12 | 7 | -15/+23 |
* | Fix text input. | ben@chromium.org | 2014-06-12 | 1 | -41/+5 |
* | Mojo: Fix the C++ bindings generator for methods taking imported interfaces. | sammc@chromium.org | 2014-06-12 | 5 | -6/+28 |
* | Mojo: Expose service names in the JS bindings. | sammc@chromium.org | 2014-06-12 | 2 | -0/+6 |
* | More clear comment for ValidateStructHeader. | yzshen@chromium.org | 2014-06-12 | 2 | -0/+3 |