summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/versioning_test_service.cc
AgeCommit message (Expand)Author
2020-06-05Eliminate required BindSourceInfo parameter for BinderRegistry callbacks. Mak...Ben Goodger
2020-06-05Eliminate InterfaceFactory.ben
2020-06-05Optionally pass BindSourceInfo as a parameter to BinderRegistry callbacks.ben
2020-06-05Replace ServiceInfo with BindSourceInfo.ben
2020-06-05Replace all OnConnect implementations with OnBindInterface & (mostly) BinderR...ben
2020-06-05Rename shell namespace to service_managerrockot
2020-06-05Move services/shell to services/service_managerrockot
2020-06-05MojoMain() -> ServiceMain()ben
2020-06-05shell::ApplicationRunner -> shell::ServiceRunnerben
2020-06-05ShellClient -> Serviceben
2020-06-05Move shell service to toplevel shell namespacerockot
2020-06-05Move mojo\shell to services\shellben
2020-06-05[mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry
2020-06-05Remove the remaining Pass() calls from //mojo.yzshen
2020-06-05Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry
2020-06-05Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben
2020-06-05ApplicationImpl->ShellConnectionben
2020-06-05Rename ApplicationDelegate to ShellClient.ben
2020-06-05ConfigureIncomingConnection -> AcceptConnectionben
2020-06-05Move mojo/application/public -> mojo/shell/publicben
2020-06-05Switch to standard integer types in mojo/.Avi Drissman
2020-06-05Move third_party/mojo/src/mojo/public to mojo/publicrockot