Closed
Bug 1696940
Opened 4 years ago
Closed 4 years ago
Uniscribe ScriptBreak crashes with win32k lockdown enabled.
Categories
(Core :: Layout: Text and Fonts, enhancement, P1)
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
ScriptBreak is used in nsUniscribeBreaker.cpp and crashes when win32k lockdown is enabled. This problem should go away with the changes in bug 1684927.
In the meantime, I intend to land a patch here that uses the code from nsRuleBreaker.cpp when win32k lockdown is enabled. This will allow testing using the pref without causing this crash, although it will cause some line breaking regressions.
Assignee | ||
Updated•4 years ago
|
Component: Graphics → Layout: Text and Fonts
Assignee | ||
Comment 1•4 years ago
|
||
This is only intended for testing, because win32k lockdown is disabled by
default for content.
Assignee | ||
Updated•4 years ago
|
No longer blocks: win32k-lockdown
Assignee | ||
Updated•4 years ago
|
Blocks: win32k-lockdown
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d5a14597ca06
Use nsRuleBreaker code in nsUniscribeBreaker when win32k lockdown is enabled. r=jfkthame
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•