Closed
Bug 1600362
Opened 3 years ago
Closed 3 years ago
Cleanup a bit more IntersectionObserver.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Initially this was going to be a simple cleanup: Remove some useless namespaces
here and there and so on, remove using
statements from the header and so on.
But unfortunately, DOMIntersectionObserver.h (which is included in Element.h,
unnecessarily) ended up exposing Element
unnamespaced to a lot of code, so I
had to fix that.
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/533f7fabb17b Cleanup IntersectionObserver. r=smaug
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•