Closed
Bug 1551716
Opened 6 years ago
Closed 5 years ago
Cleanup a bit IntersectionObserver.
Categories
(Core :: Layout, task, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(4 files)
This would've made my life so much easier in bug 1505471.
Assignee | ||
Comment 1•6 years ago
|
||
Should've no behavior change given the spec issue, but it should read nicer.
Assignee | ||
Comment 2•6 years ago
|
||
There's nothing here that should be mutating us (and if there was we'd be hosed
already given the amount of weak pointers we keep around), so this is nicer.
Depends on D31148
Assignee | ||
Comment 3•6 years ago
|
||
Just trying to make it slightly nicer. Probably should get a function to get the
root target document frame.
Will file a bug for fission since I suspect fission is going to do something
about IntersectionObserver.
Depends on D31149
Assignee | ||
Comment 4•6 years ago
|
||
This would've made my life a lot easier. There's a couple things that don't
match the spec that I've left as comments.
Depends on D31150
Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
Assignee | ||
Updated•6 years ago
|
Type: defect → task
Priority: -- → P3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99f6369994c5
Simplify the cross-origin check in IntersectionObserver. r=mstange
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/24b0ba66a251
Use ranged-for loop in DOMIntersectionObserver. r=mstange
https://hg.mozilla.org/integration/autoland/rev/953bbdd4483a
Deindent some IntersectionObserver code. r=mstange
Comment 7•6 years ago
|
||
bugherder |
Updated•5 years ago
|
Attachment #9064906 -
Attachment description: Bug 1551716 - Factor out some intersection observer code, and add spec quotes. r=mstange → Bug 1551716 - Factor out some intersection observer code, and add spec quotes.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6ce9dcc31c42
Factor out some intersection observer code, and add spec quotes. r=mstange
Comment 10•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Keywords: leave-open
Updated•2 years ago
|
Flags: needinfo?(mstange.moz)
You need to log in
before you can comment on or make changes to this bug.
Description
•