+48
−64
+10
−6
Loading
Bug 1745595 - record window size changes from app-initiated resizes asynchronously after the first size-allocate. r=stransky, a=RyanVM This provides a consistent order of bounds changes corresponding to resize event notifications. Previously the size reported in bounds could bounce as requested sizes were saved, then overwritten in OnSizeAllocate() with previously queued sizes, and then usually eventually rewritten with the final size in OnSizeAllocate() again. Differential Revision: https://phabricator.services.mozilla.com/D147728