summaryrefslogtreecommitdiffstats
path: root/mash/browser_driver
Commit message (Expand)AuthorAgeFilesLines
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-222-3/+3
* Revert of Quit the message loop by default in ShellConnectionLost when Applic...esprehn2016-03-222-3/+3
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-212-3/+3
* Cascade shutdown of instancesben2016-03-172-2/+15
* Moves mojo_application_manifest to data_depssky2016-03-101-1/+4
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-082-6/+6
* Change userid from a uint32_t to a string guidben2016-03-052-3/+3
* Change Mojo URLs to structured names.ben2016-02-271-2/+2
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-262-8/+8
* Add a user id parameter to connections.ben2016-02-242-2/+3
* This enforces the capability filter specified in an application manifest.ben2016-02-231-1/+1
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-1/+1
* Rename ConnectToApplication to Connect().ben2016-02-071-1/+1
* Rename ApplicationDelegate to ShellClient.ben2016-02-072-11/+6
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-072-8/+11
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-062-2/+2
* Add a rule for collating mojo application manifests.ben2016-02-041-1/+7
* Implement a skeleton of Mojo Application manifests.ben2016-02-022-0/+6
* mash: Stop continuously restarting the browser_driver app.sadrul2016-02-011-1/+1
* mash: Fix crash in browser driver.erg2016-01-211-1/+1
* Reduce boilerplate needed to configure mojo::Bindingsky2016-01-211-3/+1
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-11/+9
* Move mojo/application/public -> mojo/shell/publicben2016-01-124-6/+6
* Switch to standard integer types in mash/.avi2015-12-222-0/+4
* mash/browser-driver: Fix rebinding after wm dies.sadrul2015-12-071-0/+2
* Add a browser driver that can launch Chromeben2015-12-064-0/+191