Skip to content

Drop the remaining geometry updates blockers in Window

While these geometry updates blockers are used in functions that can call moveResize() several times in a row, it's not critical.

On the other hand, by removing these blockers, no other core code is going to rely on GeometryUpdatesBlocker, which opens us the future opportunitinies to drop it and make geometry manipulation code simpler.

Merge request reports