Merge lp://qastaging/~alan-griffiths/mir/fix-1494197 into lp://qastaging/mir
Proposed by
Alan Griffiths
Status: | Merged |
---|---|
Approved by: | Alan Griffiths |
Approved revision: | no longer in the source branch. |
Merged at revision: | 3920 |
Proposed branch: | lp://qastaging/~alan-griffiths/mir/fix-1494197 |
Merge into: | lp://qastaging/mir |
Diff against target: |
443 lines (+137/-33) 13 files modified
src/client/mir_prompt_session.cpp (+3/-2) src/client/mir_prompt_session.h (+2/-1) src/client/rpc/mir_display_server.cpp (+2/-2) src/client/rpc/mir_display_server.h (+2/-2) src/include/common/mir/protobuf/display_server.h (+2/-2) src/include/common/mir/protobuf/protocol_version.h (+2/-2) src/protobuf/mir_protobuf.proto (+8/-0) src/protobuf/symbols.map (+20/-0) src/server/frontend/session_mediator.cpp (+33/-12) src/server/frontend/session_mediator.h (+22/-4) tests/acceptance-tests/test_prompt_session_client_api.cpp (+35/-0) tests/include/mir/test/doubles/stub_display_server.h (+2/-2) tests/unit-tests/client/test_mir_prompt_session.cpp (+4/-4) |
To merge this branch: | bzr merge lp://qastaging/~alan-griffiths/mir/fix-1494197 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andreas Pokorny (community) | Approve | ||
Brandon Schaefer (community) | Approve | ||
Mir CI Bot | continuous-integration | Approve | |
Nick Dedekind (community) | Approve | ||
Review via email:
|
Commit message
Remove the "phase one" restriction of one prompt session per prompt provider
To post a comment you must log in.
Looks good!