summaryrefslogtreecommitdiffstats
path: root/dom/base/ResizeObserverController.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1643 - Follow-up: Ensure we properly clear our pointers when theMoonchild2020-10-24-9/+13
| | | | Presentation of a document is destroyed.
* Issue #1643 - Follow-up: Make sure things aren't changed while iterating.Moonchild2020-09-30-2/+10
| | | | This fixes some crashing scenarios.
* Issue #1643 - Follow up: Add a null check for mOwner in ↵Matt A. Tobin2020-09-29-0/+6
| | | | | | | ResizeObserverNotificationHelper::Unregister A race condition seemed to exist between tab destruction and un-registering a ResizeObserver resulting in a null deref crash. The original reporter in Forum Topic 25311 experienced this on msn.com so that was the functional test reference.
* Issue #1643 - Part 3: Implement ResizeObserverControllerMoonchild2020-09-21-0/+234