lp:~albaguirre/mir/fix-1570327
- Get this branch:
- bzr branch lp:~albaguirre/mir/fix-1570327
Branch merges
- Daniel van Vugt: Approve
- Mir CI Bot: Approve (continuous-integration)
-
Diff: 27 lines (+17/-0)1 file modifiedsrc/server/scene/timeout_application_not_responding_detector.cpp (+17/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3967. By Alberto Aguirre
-
Fix ApplicationNotR
espondingDetect ion.failure_ to_pong_ is_noticed when running on a heavily loaded machine On a heavily loaded machine, the client session will fail to pong naturally, before the test disables responding to pings,
and before the test has a change to register an observer.ANR Observers should be notified of all currently unresponsive sessions when registering with the ANR detector.
- 3966. By Alan Griffiths
-
Rename functions to match changed return types.
Approved by mir-ci-bot, Daniel van Vugt, Alberto Aguirre, Cemil Azizoglu, Kevin DuBois.
- 3965. By Kevin DuBois
-
client: add platform-specific conversions for MirBufferUsage and MirPixelFormat to the client platform.
The current system says "i want a 'hardware' buffer", and the server selects something appropriate. The new system with gbm_buffer and android_buffer extensions, actually lets the user select the properties they want. This is more flexible, but we have to have some legacy code (mostly hardware BufferStreams) make a platform-specific conversion on the client side.
.Approved by mir-ci-bot, Alan Griffiths.
- 3964. By Alan Griffiths
-
Activate a bunch of deprecations.
Approved by mir-ci-bot, Alberto Aguirre, Cemil Azizoglu.
- 3962. By Andreas Pokorny
-
mirserver: Add InputConfigurat
ionChanger and a default implementation This adds mir::input:
:ConfigChanger which will keep track of per session input device configurations. Similar but simpler than MediatingDispla yChanger. This does not activate the configuration tracking yet. Approved by mir-ci-bot, Kevin DuBois, Cemil Azizoglu.
- 3961. By Alberto Aguirre
-
tests: NestedServer: Wait to receive session_
disconnect_ called before
stopping the serverMake the test wait until session_
disconnect_ called is received before
stopping the server, avoiding a race between stopping the main loop and
the main loop dispatching the session_disconnect_ called call.
(LP: #1643432). Fixes: https://bugs.launchpad .net/bugs/ 1643432. Approved by mir-ci-bot, Daniel van Vugt.
- 3960. By Alan Griffiths
-
Use a consistent type specifier for SurfaceCreation
Parameters in public headers . Approved by mir-ci-bot, Andreas Pokorny.
- 3959. By Brandon Schaefer
-
We did a vote and found we should remove this util and come up with a more appropriate way of testing rpc timing. As this mirping just tests the timing of a specific RPC call against a SurfaceEvent.
Approved by mir-ci-bot, Alberto Aguirre.
- 3958. By Kevin DuBois
-
client: prepare mir_connection_
get_platform for deprecation. The only thing this was used for was for getting the auth_fd, which we can do now via an extension. Approved by mir-ci-bot, Cemil Azizoglu, Brandon Schaefer.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mir