summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic Mojo message header validation for JavaScript.hansmuller@chromium.org2014-07-315-15/+159
* Mark json results failures as unexpected in python tests.dpranke@chromium.org2014-07-311-4/+7
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-3140-79/+87
* Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignals...viettrungluu@chromium.org2014-07-3130-154/+520
* mojo: ViewManagerInitServiceImpl can delete itself OnNativeViewportDeletedtim@chromium.org2014-07-311-4/+1
* Mojo: Add a GetHandleSignalsState() method to Dispatcher.viettrungluu@chromium.org2014-07-3025-65/+137
* Extract mojo_base.gyp from mojo.gypmorrita@chromium.org2014-07-307-731/+772
* Revert 286584 "Revert 286504 "Fix typos in num_failures_by_type ..."skobes@chromium.org2014-07-301-3/+3
* Revert 286504 "Fix typos in num_failures_by_type for json results."skobes@chromium.org2014-07-301-3/+3
* Fix typos in num_failures_by_type for json results.dpranke@chromium.org2014-07-301-3/+3
* Mojo: Mark surfaces service and samples as loadable_modules in gypjamesr@chromium.org2014-07-302-6/+6
* Revert of mojo: Convert gles2 to the new thunking system (https://codereview....tapted@chromium.org2014-07-3018-410/+335
* mojo: shell::Context should outlive the shell MessageLooptim@chromium.org2014-07-3014-45/+59
* mojo: Convert gles2 to the new thunking system.erg@chromium.org2014-07-3018-335/+410
* Reland r285211: "Debugging RawChannelWin: replace DCHECK with CHECK and recor...viettrungluu@chromium.org2014-07-292-82/+174
* Temporary revert of r285211: "Debugging RawChannelWin: replace DCHECK with CH...viettrungluu@chromium.org2014-07-292-223/+127
* Mojo: clang-format mojo/system/*.{cc,h} ...viettrungluu@chromium.org2014-07-2958-1667/+2097
* GN: Add GN rules for mojo_shell targetjamesr@chromium.org2014-07-2929-39/+618
* Mojo: Convert MemoryTest.Invalid (-> InvalidDeath) to new user pointer handling.viettrungluu@chromium.org2014-07-292-67/+134
* Add a PRESUBMIT.py to mojo/embedder.viettrungluu@chromium.org2014-07-291-0/+16
* Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.darin@chromium.org2014-07-2921-112/+296
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-2925-138/+127
* Mojo: Fix Options struct alignment checking on Windows.viettrungluu@chromium.org2014-07-282-18/+14
* Mojo: clang-format mojo/embedder/*.{cc,h}.viettrungluu@chromium.org2014-07-2812-199/+270
* Mojo: Update comments in public/c/system/*.h.viettrungluu@chromium.org2014-07-283-30/+28
* Mojo: Change includes of "base/basictypes.h" to <stdint.h> and/or "base/macro...viettrungluu@chromium.org2014-07-2818-24/+23
* Mojo: Convert MemoryTest.Valid to the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-286-171/+154
* Add operator<< for mojo::String for logging usedavemoore@chromium.org2014-07-281-0/+4
* mojo: fix little bug in DynamicServiceLoader/Runnertim@chromium.org2014-07-286-11/+114
* Cleans up usage of ViewManagerServiceImpl::roots_sky@chromium.org2014-07-279-106/+146
* Convert verification of options structs to use the new user pointer handling ...viettrungluu@chromium.org2014-07-2717-383/+426