summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-152-6/+5
* Add validation logic for non-nullable types.yzshen@chromium.org2014-08-1531-58/+387
* Move focus from the view manager to the window manager.ben@chromium.org2014-08-1532-266/+295
* Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of...viettrungluu@chromium.org2014-08-1511-43/+200
* Turn mojo_native_viewport_service from component into a static_library.davemoore@chromium.org2014-08-1521-288/+235
* Fix mojo_example_apptests service application termination.msw@chromium.org2014-08-153-4/+8
* Mojo: Move/rename RawSharedBuffer -> SimplePlatformSharedBuffer.viettrungluu@chromium.org2014-08-1410-278/+283
* Rename NativeViewport implementations to disambiguate them from the servicedavemoore@chromium.org2014-08-1415-163/+159
* Mojo: Add platform_shared_buffer.h to the .gn file.viettrungluu@chromium.org2014-08-141-0/+1
* Mojo: clang-format mojo/public/c/... and add a presubmit check.viettrungluu@chromium.org2014-08-1412-195/+233
* Mojo: Add a platform interface for shared memory (embedder::PlatformSharedBuf...viettrungluu@chromium.org2014-08-1418-174/+280
* Add dep from mojo_view_manager_bindings to mojo_application_bindingsjamesr@chromium.org2014-08-141-0/+1
* Mojo: Get rid of some unneeded namespace qualifiers in mojo/embedder/.viettrungluu@chromium.org2014-08-143-14/+12
* Adds some CHECKs to MessagePumpMojosky@chromium.org2014-08-143-16/+33
* Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...viettrungluu@chromium.org2014-08-146-29/+74
* Remove OpenWindow from WindowManager API. This time muchben@chromium.org2014-08-1411-116/+118
* Support an ALPHA_8 UIResourceBitmap formatjdduke@chromium.org2014-08-141-0/+1
* Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headersjamesr@chromium.org2014-08-1318-101/+391
* Fix line endings in various view_manager files.aa@chromium.org2014-08-137-508/+508
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-132-3/+3
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-132-3/+3
* Mojo: Properly cancel further read on all read failures in RawChannelPosix.viettrungluu@chromium.org2014-08-131-46/+51
* Refactored the codec.js changes from "from Support packed arrays ofhansmuller@chromium.org2014-08-132-62/+40
* Mojo: Generalize blink::URLRequest -> mojo::URLRequest conversion, and use itmpcomplete@chromium.org2014-08-135-89/+140
* Mojo: Only link against one system impljamesr@chromium.org2014-08-132-3/+0
* GN: Add mojo_shell_tests, get more things working on androidjamesr@chromium.org2014-08-1312-24/+151
* Make async waiter explicit MojoGLES2CreateContext paramjamesr@chromium.org2014-08-1216-109/+51
* Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.or...adamk@chromium.org2014-08-123-33/+15
* Mojo: Make parallel sync/async embedder channel creation/destruction APIs.viettrungluu@chromium.org2014-08-122-31/+114
* mojo: Reland "Convert gles2 to the new thunking system."erg@chromium.org2014-08-1222-397/+471
* Fix bustage.ben@chromium.org2014-08-121-1/+0
* Fix an issue with view manager init service where you had to retain a connect...ben@chromium.org2014-08-125-72/+72
* Rename Node to View in the View Manager mojom & client lib. Service TBD.ben@chromium.org2014-08-1250-1754/+1748
* Adds some CHECKs to MessagePumpMojosky@chromium.org2014-08-123-15/+33
* Mojom generator: move Is.*Kind() functions into module.py and use them from a...yzshen@chromium.org2014-08-128-240/+316
* Mojo: Plumb "connection broken" out of RawChannel.viettrungluu@chromium.org2014-08-125-10/+45
* Eliminate View, folding methods into Node.ben@chromium.org2014-08-1151-1920/+725
* Mojo: Plumb out different kinds of read errors (from RawChannel).viettrungluu@chromium.org2014-08-118-164/+220
* Add goma support to mojob.sh.viettrungluu@chromium.org2014-08-111-5/+47
* Disable all the tests that are flaking more than 5% on Linux builders.jam@chromium.org2014-08-111-1/+7
* Mojo: Rename ServiceManager to ApplicationManager.aa@chromium.org2014-08-0948-839/+847
* Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..."rkc@chromium.org2014-08-0922-471/+397
* mojo: Reland "Convert gles2 to the new thunking system."erg@chromium.org2014-08-0922-397/+471
* Added mojom.FixedArray to the array clause in JavaScriptEncodeSnippet(kind).hansmuller@chromium.org2014-08-092-2/+3
* Mojo: Plumb new Wait/WaitMany API out to Core.viettrungluu@chromium.org2014-08-085-99/+493
* Reland r288013: First cut at "content handling" support in Mojo.aa@chromium.org2014-08-0833-246/+705
* Revert 288259 "Changed PLOG to VPLOG"viettrungluu@chromium.org2014-08-081-1/+1
* Changed PLOG to VPLOGgiji.g@samsung.com2014-08-081-1/+1
* Add a Mojo example apptest that runs in mojo_shell.msw@chromium.org2014-08-0812-0/+386
* RawChannel::OnWriteCompletedNoLock(): change a DCHECK to CHECK.yzshen@chromium.org2014-08-081-1/+1