summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* mojo: make NetworkServiceImpl clean up after itselftim@chromium.org2014-07-221-6/+15
* win32: Add a PlatformWindow implementation for Windows.sadrul@chromium.org2014-07-222-111/+52
* Move mojo java bindings to mojo/publicqsr@chromium.org2014-07-2237-27/+57
* Java core implementation: ensure correct alignment.qsr@chromium.org2014-07-221-0/+4
* Break dependency of native_viewport_service on mojo::shell::Contextdavemoore@chromium.org2014-07-2213-54/+31
* Allow EmbedRoot to be called multiple times.ben@chromium.org2014-07-2213-63/+114
* Mojo: Don't try to close the child process handle after WaitForExitCode().viettrungluu@chromium.org2014-07-221-1/+1
* Support C++98 std::vector in mojo surfaces codejamesr@chromium.org2014-07-222-15/+86
* [build-fix] [gcc 4.6.*] Use iterator instead of const_iterator while using st...vivek.vg@samsung.com2014-07-221-1/+1
* Convert bindings targets in mojo/mojo_services.gypi to GN.yzshen@chromium.org2014-07-2115-1/+229
* Move mojo_bindings_java target to mojo.gypcmasone@chromium.org2014-07-212-13/+11
* Revert 284322 "Allow EmbedRoot to be called multiple times."ben@chromium.org2014-07-1912-81/+63
* Allow EmbedRoot to be called multiple times.ben@chromium.org2014-07-1912-63/+81
* Mojo: Make Connector::Accept() MOJO_CHECK-fail if it sees MOJO_RESULT_BUSY.viettrungluu@chromium.org2014-07-191-0/+13
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-1915-25/+39
* Add ability APIs for opening a window with a url embedded, focusing and activ...ben@chromium.org2014-07-189-13/+471
* Mojo: Convert assert()s under mojo/public/cpp/bindings/... to MOJO_DCHECK()s.viettrungluu@chromium.org2014-07-1815-71/+67
* Mojo: Pass URLLoader to ResponseDetails as interface rather than handle.darin@chromium.org2014-07-182-5/+4
* Mojo: Drive-by include fixes.viettrungluu@chromium.org2014-07-184-5/+5
* Adding a router class to handle messages that expect responses.qsr@chromium.org2014-07-1818-86/+1059
* Update targetSdkVersion to 20.aurimas@chromium.org2014-07-182-2/+2
* Update Mojo surfaces type converters to use RP for generating DQ and SQSweiliangc@chromium.org2014-07-183-149/+184
* cc: Parameterize the main thread task runnerskyostil@chromium.org2014-07-181-1/+5
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-182-6/+0
* Revert of Adding a router class to handle messages that expect responses. (ht...johnme@chromium.org2014-07-1818-1051/+86
* InterfacePtr: not setup proxy until actual read/write is needed.yzshen@chromium.org2014-07-185-34/+89
* x11: Listen for and process XInput2 events.sadrul@chromium.org2014-07-182-32/+19
* Mojo: Always suffix int literals with L in generated Java bindings.sammc@chromium.org2014-07-177-12/+37
* Mojo: Rewrite comments in mojo/public/c/environment/async_waiter.h.viettrungluu@chromium.org2014-07-171-6/+41
* Mojo: Remove unnecessary <stdio.h> include.viettrungluu@chromium.org2014-07-171-1/+0
* mojo: Fix running mojo_demo_launcher with chromeos=1.sadrul@chromium.org2014-07-171-3/+2
* Nukes change_ids from view managersky@chromium.org2014-07-1710-504/+186
* 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