Merge lp://staging/~ricmm/qtmir/delay-add-on-dash-start into lp://staging/qtmir
Proposed by
Ricardo Mendoza
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~ricmm/qtmir/delay-add-on-dash-start |
Merge into: | lp://staging/qtmir |
Prerequisite: | lp://staging/~gerboland/qtmir/lttng |
Diff against target: |
75 lines (+17/-2) 2 files modified
src/modules/Unity/Application/application_manager.cpp (+14/-2) src/modules/Unity/Application/application_manager.h (+3/-0) |
To merge this branch: | bzr merge lp://staging/~ricmm/qtmir/delay-add-on-dash-start |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gerry Boland (community) | Needs Fixing | ||
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Review via email: mp+231602@code.staging.launchpad.net |
Commit message
Delay adding Application to model when launching app from the Dash via url-dispatcher (for fast exec).
Description of the change
N.B. The same logic is not applied to the startApplication() method because this one is not in a blocking path for UAL's callbacks, therefore adding the Application to the model right away introduces no delays to the final exec()
(Savings are ~200ms)
To post a comment you must log in.
Unmerged revisions
- 241. By Ricardo Mendoza
-
Fix
- 240. By Ricardo Mendoza
-
Merge lttng
- 239. By Ricardo Mendoza
-
Sync
- 238. By Ricardo Mendoza
-
Delay adding Application to model when in app launch fast-path (launched from Dash by url-dispatcher)
- 237. By Ricardo Mendoza
There's some merge conflict leftovers in debian/changelog.
For the commit message we use the following format: a short summary (up to 80 or 90 chars) followed by an empty line and then a long description, if any.