| Commit message (Expand) | Author | Age | Files | Lines |
* | Mojo: Use InterfaceFactory<Interface> for service registration | jamesr@chromium.org | 2014-07-24 | 1 | -2/+2 |
* | Move mojo java bindings to mojo/public | qsr@chromium.org | 2014-07-22 | 1 | -2/+14 |
* | Move mojo_bindings_java target to mojo.gyp | cmasone@chromium.org | 2014-07-21 | 1 | -13/+0 |
* | Re-land "Add GN build targets for the rest of mojo/public" | cmasone@chromium.org | 2014-07-17 | 1 | -0/+7 |
* | Revert 283490 "Add GN build targets for the rest of mojo/public" | petewil@chromium.org | 2014-07-16 | 1 | -6/+0 |
* | Add GN build targets for the rest of mojo/public | cmasone@chromium.org | 2014-07-16 | 1 | -0/+6 |
* | Split targets with external dependencies out of mojo_public.gypi | cmasone@chromium.org | 2014-07-11 | 1 | -221/+4 |
* | Remove @Nullable annoation on readAndDispatchMessage | qsr@chromium.org | 2014-07-11 | 1 | -7/+0 |
* | Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCall | darin@chromium.org | 2014-07-10 | 1 | -2/+0 |
* | Add Message and MessageReceiver classes. | qsr@chromium.org | 2014-07-01 | 1 | -0/+7 |
* | Fix path to Mojo logging.h in mojo_public.gypi. | bauerb@chromium.org | 2014-06-30 | 1 | -1/+1 |
* | Mojo: Remove InterfaceProvider. | sammc@chromium.org | 2014-06-30 | 1 | -15/+0 |
* | Split ServiceProvider into 3 | davemoore@chromium.org | 2014-06-25 | 1 | -2/+4 |
* | mojo: don't leak ServiceConnectors if they are re-Added to ServiceRegistry | tim@chromium.org | 2014-06-25 | 1 | -0/+15 |
* | Mojo: Add logging macros (and supporting code) for use in mojo/public/cpp. | viettrungluu@chromium.org | 2014-06-19 | 1 | -0/+3 |
* | Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment. | viettrungluu@chromium.org | 2014-06-19 | 1 | -2/+2 |
* | Mojo message validation tests: add integration tests and move existing confor... | yzshen@chromium.org | 2014-06-15 | 1 | -0/+1 |
* | Mojo: Add basic logging facilities to environment. | viettrungluu@chromium.org | 2014-06-14 | 1 | -0/+5 |
* | Introduce internal::ServiceRegistry to prepare for ServiceProvider split. | davemoore@chromium.org | 2014-06-13 | 1 | -0/+2 |
* | Mojo: Add the IInterfaceProvider interface. | sammc@chromium.org | 2014-06-11 | 1 | -0/+15 |
* | Add input data parser for Mojo message validation tests. | yzshen@chromium.org | 2014-06-09 | 1 | -0/+2 |
* | Minor additions to GN build, comment mojo bindings. | brettw@chromium.org | 2014-06-09 | 1 | -0/+3 |
* | Revert 275652 "Remove unneeded JNI registrations." | torne@chromium.org | 2014-06-09 | 1 | -20/+0 |
* | Remove unneeded JNI registrations. | sl.ostapenko@samsung.com | 2014-06-07 | 1 | -0/+20 |
* | Make mojo_main_{chromium,standalone} a variable instead of a target | davemoore@chromium.org | 2014-06-06 | 1 | -26/+0 |
* | Mojo cpp bindings: report the reason of validation failure. | yzshen@chromium.org | 2014-06-04 | 1 | -0/+2 |
* | Mojo cpp bindings: validation logic for incoming messages | yzshen@chromium.org | 2014-05-31 | 1 | -0/+3 |
* | Mojo: Implement support for |Foo&| mojom syntax | darin@chromium.org | 2014-05-30 | 1 | -0/+1 |
* | fix gyp | darin@chromium.org | 2014-05-29 | 1 | -2/+1 |
* | Mojo: more idiomatic C++ bindings | darin@chromium.org | 2014-05-29 | 1 | -8/+6 |
* | Support MojoMain() in an Application context | davemoore@chromium.org | 2014-05-29 | 1 | -0/+26 |
* | Centralizes setting of mojom_base_output_dir | sky@chromium.org | 2014-05-29 | 1 | -6/+0 |
* | Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/syste... | viettrungluu@chromium.org | 2014-05-28 | 1 | -0/+1 |
* | Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core... | viettrungluu@chromium.org | 2014-05-28 | 1 | -0/+1 |
* | Move geometry to mojo/services, extract input events to their own mojom | ben@chromium.org | 2014-05-28 | 1 | -17/+0 |
* | Revert "Move geometry to mojo/services, extract input events to their own mojom" | kinuko@chromium.org | 2014-05-28 | 1 | -0/+17 |
* | Move geometry to mojo/services, extract input events to their own mojom | ben@chromium.org | 2014-05-28 | 1 | -17/+0 |
* | Mojo: Move message pipe types/constants/functions from mojo/public/c/system/c... | viettrungluu@chromium.org | 2014-05-28 | 1 | -0/+1 |
* | Mojo: Move common/basic functions declarations from mojo/public/c/system/core... | viettrungluu@chromium.org | 2014-05-27 | 1 | -0/+1 |
* | Mojo: Move common type/constant definitions from mojo/public/c/system/core.h ... | viettrungluu@chromium.org | 2014-05-27 | 1 | -0/+1 |
* | Shell / ShellClient -> ServiceProvider | davemoore@chromium.org | 2014-05-27 | 1 | -10/+10 |
* | Revert 272983 "Change Shell / ShellClient to ServiceProvider" | davemoore@chromium.org | 2014-05-27 | 1 | -10/+10 |
* | Change Shell / ShellClient to ServiceProvider | davemoore@chromium.org | 2014-05-27 | 1 | -10/+10 |
* | Move geometry types to a more central location. | ben@chromium.org | 2014-05-21 | 1 | -0/+17 |
* | Mojo: Internalize ServiceConnector<> | darin@chromium.org | 2014-05-16 | 1 | -2/+3 |
* | Revert 270867 "Mojo: Internalize ServiceConnector<>" | jiayl@chromium.org | 2014-05-16 | 1 | -3/+2 |
* | Mojo: Internalize ServiceConnector<> | darin@chromium.org | 2014-05-16 | 1 | -2/+3 |
* | Mojo cpp bindings: add support for validating incoming messages. | yzshen@chromium.org | 2014-05-15 | 1 | -0/+4 |
* | Helper classes for java bindings. | qsr@chromium.org | 2014-05-15 | 1 | -0/+11 |
* | Fix names of headers in mojo_public.gypi | darin@chromium.org | 2014-05-10 | 1 | -3/+2 |