summaryrefslogtreecommitdiffstats
path: root/mojo/services
Commit message (Expand)AuthorAgeFilesLines
...
* 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-124-68/+68
* Rename Node to View in the View Manager mojom & client lib. Service TBD.ben@chromium.org2014-08-1232-1420/+1416
* Eliminate View, folding methods into Node.ben@chromium.org2014-08-1137-1768/+670
* 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-097-62/+56
* Reland r288013: First cut at "content handling" support in Mojo.aa@chromium.org2014-08-086-9/+52
* Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & emb...ben@chromium.org2014-08-0719-88/+229
* Revert 288013 "First cut at "content handling" support in Mojo."rogerta@chromium.org2014-08-076-51/+9
* First cut at "content handling" support in Mojo.aa@chromium.org2014-08-076-9/+51
* mojo: terminate apps if the shell goes awaytim@chromium.org2014-08-064-4/+4
* Revert 287680 "mojo: terminate apps if the shell goes away"tommi@chromium.org2014-08-064-4/+4
* mojo: terminate apps if the shell goes awaytim@chromium.org2014-08-064-4/+4
* Mojo: Ensure the HTML viewer keeps the URLLoader alive long enough to finishmpcomplete@chromium.org2014-08-051-6/+6
* Mojo: Add simple support for request body and headers.mpcomplete@chromium.org2014-08-016-18/+168
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-317-7/+2
* mojo: ViewManagerInitServiceImpl can delete itself OnNativeViewportDeletedtim@chromium.org2014-07-311-4/+1
* mojo: shell::Context should outlive the shell MessageLooptim@chromium.org2014-07-303-3/+0
* GN: Add GN rules for mojo_shell targetjamesr@chromium.org2014-07-2917-27/+315
* Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.darin@chromium.org2014-07-296-27/+26
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-2915-123/+113
* Cleans up usage of ViewManagerServiceImpl::roots_sky@chromium.org2014-07-279-106/+146
* Remove extraneous namespacesdavemoore@chromium.org2014-07-2616-214/+175
* Adds an AccessPolicy that is queried to determine what a connection can dosky@chromium.org2014-07-2610-662/+715
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-251-8/+15
* Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoopjamesr@chromium.org2014-07-253-24/+0
* Re-enable mojo_core_window_manager_unittestsjamesr@chromium.org2014-07-252-6/+6
* Nukes view_manager namespacesky@chromium.org2014-07-2462-239/+125
* Get rid of ViewManagerTransactions & pending queue.ben@chromium.org2014-07-243-494/+92
* As discussed, a new WM bootstrap flow.ben@chromium.org2014-07-248-48/+194
* Mojo: Use EXPECT_DEATH_IF_SUPPORTED() instead of EXPECT_DEATH().viettrungluu@chromium.org2014-07-241-1/+1
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-2434-140/+291
* Changes access policy for embedded nodessky@chromium.org2014-07-246-83/+290
* Mojo: Introduces mojo::EventType and mojo::EventFlagsmorrita@chromium.org2014-07-246-44/+242
* aura: Use PlatformWindow from WindowTreeHostWin.sadrul@chromium.org2014-07-233-0/+6
* Add EmbedRoot to ViewManagerService.ben@chromium.org2014-07-2314-56/+80
* Revert 284850 "aura: Use PlatformWindow from WindowTreeHostWin."markusheintz@chromium.org2014-07-233-6/+0
* Mojo: add support for cookies to HTMLViewer.darin@chromium.org2014-07-2313-8/+265
* aura: Use PlatformWindow from WindowTreeHostWin.sadrul@chromium.org2014-07-233-0/+6
* mojo: make NetworkServiceImpl clean up after itselftim@chromium.org2014-07-221-6/+15
* win32: Add a PlatformWindow implementation for Windows.sadrul@chromium.org2014-07-221-111/+47
* Break dependency of native_viewport_service on mojo::shell::Contextdavemoore@chromium.org2014-07-2210-45/+27
* Allow EmbedRoot to be called multiple times.ben@chromium.org2014-07-2211-57/+103
* 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-2113-0/+213
* Revert 284322 "Allow EmbedRoot to be called multiple times."ben@chromium.org2014-07-1910-70/+57
* Allow EmbedRoot to be called multiple times.ben@chromium.org2014-07-1910-57/+70
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-194-7/+7
* Add ability APIs for opening a window with a url embedded, focusing and activ...ben@chromium.org2014-07-188-13/+470