summaryrefslogtreecommitdiffstats
path: root/dom/base/DOMIntersectionObserver.cpp
Commit message (Expand)AuthorAgeLines
* Fix singed/unsigned type confusion for intersection threshold.wolfbeast2018-12-22-3/+3
* Use content area as the intersection rectangle ...wolfbeast2018-12-22-7/+11
* Map intersectionRect to the coordinate space of the target document.wolfbeast2018-12-22-7/+8
* Use targetFrame->GetRectRelativeToSelf() as the initial intersection rect.wolfbeast2018-12-22-1/+1
* Intersection ratio should be 1.0 for zero-area intersections.wolfbeast2018-12-22-1/+7
* Revise lifetime management of IntersectionObservers.wolfbeast2018-12-22-9/+9
* Stabilize and align Intersection Observerswolfbeast2018-06-27-7/+30
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+471