Merge lp:~michael-sheldon/ubuntu-keyboard/fix-1448019 into lp:ubuntu-keyboard
| Status: | Merged |
|---|---|
| Approved by: | Bill Filler on 2015-05-05 |
| Approved revision: | 359 |
| Merged at revision: | 360 |
| Proposed branch: | lp:~michael-sheldon/ubuntu-keyboard/fix-1448019 |
| Merge into: | lp:ubuntu-keyboard |
| Diff against target: |
226 lines (+48/-44) 7 files modified
plugins/pinyin/src/pinyinadapter.cpp (+0/-16) plugins/pinyin/src/pinyinplugin.cpp (+17/-2) plugins/pinyin/src/pinyinplugin.h (+3/-0) plugins/westernsupport/spellpredictworker.cpp (+6/-21) plugins/westernsupport/spellpredictworker.h (+0/-2) plugins/westernsupport/westernlanguagesplugin.cpp (+19/-3) plugins/westernsupport/westernlanguagesplugin.h (+3/-0) |
| To merge this branch: | bzr merge lp:~michael-sheldon/ubuntu-keyboard/fix-1448019 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-04-29 | |
| Ubuntu Phablet Team | 2015-04-29 | Pending | |
|
Review via email:
|
|||
Commit Message
Discard spellcheck words that arrive whilst still processing outside of the spellcheck worker thread instead of as part of that thread
Description of the Change
Discard spellcheck words that arrive whilst still processing outside of the spellcheck worker thread instead of as part of that thread
| Michael Sheldon (michael-sheldon) wrote : | # |
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:359
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

Are there any related MPs required for this MP to build/function as expected? Please list.
* No
Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
* Yes
Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
* Yes
Did you successfully run all tests found in your component's Test Plan (https:/ /wiki.ubuntu. com/Process/ Merges/ TestPlan/ ubuntu- keyboard) on device or emulator?
* Yes
If you changed the UI, was the change specified/approved by design?
* No change
If you changed UI labels, did you update the pot file?
* No change
If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?
* No change