Closed
Bug 1612243
Opened 5 years ago
Closed 5 years ago
Make lazy-load images work in fission world
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
Fission Milestone | M6 |
People
(Reporter: hiro, Unassigned)
References
(Blocks 1 open bug)
Details
We are going to use DOMIntersectionObserver to detect images get visible for lazy-loading. But DOMIntersectionObserver doesn't work across cross origin documents so we need to either extend the DOMIntersectionObserver work across such documents or use a different machinery. Either way, we will probably use mRemoteDocumentRect in BrowserChild::RecvChildToParentMatrix. (but I am not 100%)
Comment 1•5 years ago
|
||
I think this is bug 1599795.
Reporter | ||
Comment 2•5 years ago
•
|
||
Emilio is right. At least for test cases I am going to add in bug 1542784 work with a patch for bug 1599795.
Depends on: 1599795
Reporter | ||
Comment 3•5 years ago
|
||
It's working now.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•