Implementation for highlightsFromPoint API
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: stephanie.zhang, Assigned: jjaschke)
References
()
Details
Attachments
(5 files, 1 obsolete file)
Steps to reproduce:
Filing this bug to track the implementation of the "highlightsFromPoint" API.
Mozilla Standards Position: https://github.com/mozilla/standards-positions/issues/1068
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
This patch does not change any logic, it just
moves code, so that it can be used AbstractRange
as well as from nsRange.
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jjaschke, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Updated•1 year ago
|
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Comment 7•2 months ago
|
||
Test collapsed ranges, invalid StaticRanges, and overlapping ranges within the same highlight.
Updated•2 months ago
|
Comment 10•2 months ago
|
||
Comment 11•2 months ago
|
||
Backed out for causing bustages at Highlight.cpp.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/8666bbfb98e085e8611430b553b796bdc8c120cd
| Assignee | ||
Updated•2 months ago
|
Comment 12•2 months ago
|
||
Comment 13•2 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fcfe17b7e0e7
https://hg.mozilla.org/mozilla-central/rev/bdaf498163df
https://hg.mozilla.org/mozilla-central/rev/609d1534fc42
https://hg.mozilla.org/mozilla-central/rev/0555bd0d1f1d
https://hg.mozilla.org/mozilla-central/rev/8222648764f1
Comment 14•2 months ago
|
||
:jjaschke is this something you want to mention in the Fx150 release notes? Feel free to nominate if so.
| Assignee | ||
Comment 15•2 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: highlightsFromPoint() allows web pages to interact with CSS Highlights by returning all Highlights at a given point.
[Affects Firefox for Android]: Yes
[Suggested wording]:
[Links (documentation, blog post, etc)]: MDN
Comment 16•2 months ago
|
||
Added to the Fx150 release notes https://www.firefox.com/en-US/firefox/150.0a1/releasenotes/
Updated•1 month ago
|
Description
•