Mir

Merge lp://qastaging/~alan-griffiths/mir/message-passing-api into lp://qastaging/mir

Proposed by Alan Griffiths
Status: Work in progress
Proposed branch: lp://qastaging/~alan-griffiths/mir/message-passing-api
Merge into: lp://qastaging/mir
Diff against target: 474 lines (+332/-1)
14 files modified
include/client/mir_toolkit/mir_client_library.h (+99/-0)
include/server/mir/frontend/session.h (+2/-0)
include/server/mir/shell/surface.h (+14/-1)
include/shared/mir_toolkit/client_types.h (+11/-0)
include/test/mir_test_doubles/mock_shell_session.h (+3/-0)
include/test/mir_test_doubles/stub_session.h (+3/-0)
include/test/mir_test_doubles/stub_shell_session.h (+4/-0)
src/server/scene/application_session.cpp (+5/-0)
src/server/scene/application_session.h (+2/-0)
src/server/scene/surface_impl.cpp (+5/-0)
src/server/scene/surface_impl.h (+2/-0)
tests/acceptance-tests/CMakeLists.txt (+1/-0)
tests/acceptance-tests/test_message_passing.cpp (+177/-0)
tests/unit-tests/frontend/test_session_mediator.cpp (+4/-0)
To merge this branch: bzr merge lp://qastaging/~alan-griffiths/mir/message-passing-api
Reviewer Review Type Date Requested Status
Mir development team Pending
Review via email: mp+198422@code.qastaging.launchpad.net

Commit message

client API, shell: introduce functions for passing "opaque" messages

Description of the change

client API, shell: introduce functions for passing "opaque" messages

To post a comment you must log in.
1285. By Alan Griffiths

Basic skeleton of running server in test process

1286. By Alan Griffiths

Tidier code

1287. By Alan Griffiths

Tidier code and connection creation

1288. By Alan Griffiths

Stubbed first MessagePassing test

1289. By Alan Griffiths

merge lp:~mir-team/mir/development-branch

Unmerged revisions

1289. By Alan Griffiths

merge lp:~mir-team/mir/development-branch

1288. By Alan Griffiths

Stubbed first MessagePassing test

1287. By Alan Griffiths

Tidier code and connection creation

1286. By Alan Griffiths

Tidier code

1285. By Alan Griffiths

Basic skeleton of running server in test process

1284. By Alan Griffiths

Add tentative MessageTarget interface

1283. By Alan Griffiths

Add handle_message(...) to frontend::Session interface

1282. By Alan Griffiths

Minimal messaging API

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches