electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

fix: backport IntersectionObserver fixes #758

Closed miniak closed 5 years ago

miniak commented 5 years ago
Description of Change

Backport https://chromium-review.googlesource.com/c/chromium/src/+/951640/

[IntersectionObserver] Don't snap bounding rects These rects should mirror the behavior of getBoundingClientRect, which doesn't snap.

Backport: https://chromium-review.googlesource.com/c/chromium/src/+/1250121/

[IntersectionObserver] Report coordinates as CSS pixels. Prior to this patch, IntersectionObserverEntry was reporting coordinates in device pixels.

Checklist
miniak commented 5 years ago

@deepak1556, @zcbenz can you please review?