<rdar://problem/13411454>
Created attachment 197142 [details] Proposed patch
Comment on attachment 197142 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=197142&action=review r=me > Source/WebCore/page/FrameView.cpp:2774 > +void FrameView::willEndLiveResize() Should we do this for all scrollable areas? What's unique about frame resizing?
(In reply to comment #2) > (From update of attachment 197142 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=197142&action=review > > r=me > > > Source/WebCore/page/FrameView.cpp:2774 > > +void FrameView::willEndLiveResize() > > Should we do this for all scrollable areas? What's unique about frame resizing? Resize events are only sent from FrameView::performPostLayoutTasks() AFAIK.
Committed r148031: <http://trac.webkit.org/changeset/148031>
Created attachment 199224 [details] Revert "Throttle resize events during live window resize."
Reopening to revert.
Comment on attachment 199224 [details] Revert "Throttle resize events during live window resize." r=me
Comment on attachment 199224 [details] Revert "Throttle resize events during live window resize." Clearing flags on attachment: 199224 Committed r149002: <http://trac.webkit.org/changeset/149002>
All reviewed patches have been landed. Closing bug.