[TSF] Hits MOZ_ASSERT if TSFTextStore cannot initialize selection while enabling a TSFTextStore instance
Categories
(Core :: Widget: Win32, defect)
Tracking
()
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: assertion, crash, inputmethod)
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-release+
RyanVM
:
approval-mozilla-esr60+
|
Details | Review |
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Comment 5•7 years ago
|
||
| bugherder | ||
Comment 6•7 years ago
|
||
This is hitting on mozilla-release and ESR60 since the Win10 workers were updated from 1703 to 1803.
https://treeherder.mozilla.org/logviewer.html#?job_id=227619187&repo=mozilla-release
https://treeherder.mozilla.org/logviewer.html#?job_id=227619156&repo=mozilla-release
etc...
Comment 7•7 years ago
|
||
| bugherder uplift | ||
Because it's after midnight in Japan and this blocks gtb for today's dot releases, I've pushed this to m-r. I checked with smaug and we felt that this was likely safe enough to take, but will also follow-up to ensure that's the case.
https://hg.mozilla.org/releases/mozilla-release/rev/55b9be64fd88
Comment 8•7 years ago
|
||
| uplift | ||
| Assignee | ||
Comment 9•7 years ago
|
||
Comment on attachment 9030415 [details]
Bug 1513145 - Make some callers of TSFTextStore::Selection::GetWritingMode() check whether the selection has already been initialized
Beta/Release Uplift Approval Request
Feature/Bug causing the regression
None
User impact if declined
Cannot run debug builds on Windows 10 build 1803. I.e., blocking to upgrade the workers.
Is this code covered by automated tests?
No
Has the fix been verified in Nightly?
Yes
Needs manual test from QE?
No
If yes, steps to reproduce
List of other uplifts needed
None
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
This makes IME handler (TSFTextStore) check whether widget in chrome process receives layout information as expected when OS requests to retrieve it. In unusual cases like fuzzing tests, this could occur. In other words, the new patch won't be used in usual cases so that this change shouldn't affect to actual users.
String changes made/needed
None.
ESR Uplift Approval Request
If this is not a sec:{high,crit} bug, please state case for ESR consideration
Cannot run debug builds on Windows 10 build 1803. I.e., blocking to upgrade the workers.
User impact if declined
Fix Landed on Version
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
This makes IME handler (TSFTextStore) check whether widget in chrome process receives layout information as expected when OS requests to retrieve it. In unusual cases like fuzzing tests, this could occur. In other words, the new patch won't be used in usual cases so that this change shouldn't affect to actual users.
String or UUID changes made by this patch
None.
Comment 10•7 years ago
|
||
Comment on attachment 9030415 [details]
Bug 1513145 - Make some callers of TSFTextStore::Selection::GetWritingMode() check whether the selection has already been initialized
[Triage Comment]
Approving this retroactively. Thanks for the risk analysis.
Description
•