summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & emb...ben@chromium.org2014-08-0743-110/+717
* Revert 286239 "Reland r285211: "Debugging RawChannelWin: replace..."yzshen@chromium.org2014-08-072-174/+82
* Revert 288013 "First cut at "content handling" support in Mojo."rogerta@chromium.org2014-08-0733-703/+246
* First cut at "content handling" support in Mojo.aa@chromium.org2014-08-0733-246/+703
* Support nullable types in mojom.yzshen@chromium.org2014-08-079-82/+298
* Mojo: Add PRESUBMIT.py to mojo/.viettrungluu@chromium.org2014-08-0715-50/+61
* mojo: terminate apps if the shell goes awaytim@chromium.org2014-08-0625-117/+177
* Revert 287680 "mojo: terminate apps if the shell goes away"tommi@chromium.org2014-08-0625-175/+119
* mojo: terminate apps if the shell goes awaytim@chromium.org2014-08-0625-119/+175
* Mojo: Ensure the HTML viewer keeps the URLLoader alive long enough to finishmpcomplete@chromium.org2014-08-051-6/+6
* mojo: allow BackgroundServiceLoader-loaded apps to Quit themselves.tim@chromium.org2014-08-059-192/+330
* Fix template bugs that prevent rolling gtest DEPS.ncbray@chromium.org2014-08-011-1/+1
* Added message header validation unit tests for JavaScripthansmuller@chromium.org2014-08-011-2/+55
* Mojo: Add simple support for request body and headers.mpcomplete@chromium.org2014-08-0111-26/+180
* gn: Add missing mojo dep on applicationscottmg@chromium.org2014-07-311-0/+4
* Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsSta...viettrungluu@chromium.org2014-07-3129-201/+454