Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1643 - Follow-up: Ensure we properly clear our pointers when the | Moonchild | 2020-10-24 | -9/+13 |
| | | | | Presentation of a document is destroyed. | |||
* | Issue #1643 - Follow-up: Make sure things aren't changed while iterating. | Moonchild | 2020-09-30 | -2/+10 |
| | | | | This fixes some crashing scenarios. | |||
* | Issue #1643 - Follow up: Add a null check for mOwner in ↵ | Matt A. Tobin | 2020-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 ResizeObserverController | Moonchild | 2020-09-21 | -0/+234 |