Closed
Bug 1648161
Opened 4 years ago
Closed 4 years ago
Remove xul-accessible highlighter and only use accessible one.
Categories
(DevTools :: Accessibility Tools, enhancement)
DevTools
Accessibility Tools
Tracking
(firefox80 wontfix, firefox81 fixed)
RESOLVED
FIXED
Firefox 80
People
(Reporter: yzen, Assigned: yzen)
References
Details
Attachments
(2 files, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1648161 - update code paths where canvas helper was expected to insert synchronously. r=ochameau
47 bytes,
text/x-phabricator-request
|
Details | Review |
We can work around anonymous content in XUL windows by, instead, injecting an IFRAME into the chrome document.
Original work can be found in https://phabricator.services.mozilla.com/D80005
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
Comment on attachment 9159962 [details]
Bug 1648161 - working box model highlighter in the browser toolbox.
Revision D81476 was moved to bug 1650094. Setting attachment 9159962 [details] to obsolete.
Attachment #9159962 -
Attachment is obsolete: true
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D80005
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7cd63199f143
use accessible highlighter instead of xul-accessible highlighter in browser toolbox. Remove xul-accessible highlighter altogether. r=ochameau,jdescottes
https://hg.mozilla.org/integration/autoland/rev/b1c3cfa3b77b
update code paths where canvas helper was expected to insert synchronously. r=ochameau
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7cd63199f143
https://hg.mozilla.org/mozilla-central/rev/b1c3cfa3b77b
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
Backout by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/221cfd9f6b06
Backed out 3 changesets (bug 1648161, bug 1650094) as requeste by yzen
Assignee | ||
Updated•4 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/221cfd9f6b06
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1636b40d3943
use accessible highlighter instead of xul-accessible highlighter in browser toolbox. Remove xul-accessible highlighter altogether. r=ochameau
https://hg.mozilla.org/integration/autoland/rev/4e847f68a7da
update code paths where canvas helper was expected to insert synchronously. r=ochameau
Comment 10•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1636b40d3943
https://hg.mozilla.org/mozilla-central/rev/4e847f68a7da
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•