[webkit-reviews] review granted: [Bug 135951] REGRESSION (WebKit2 Gestures): White flash when swiping back to cnn.com's homepage from an article : [Attachment 236618] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 15 08:36:02 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 135951: REGRESSION (WebKit2 Gestures): White flash when swiping back to
cnn.com's homepage from an article
https://bugs.webkit.org/show_bug.cgi?id=135951

Attachment 236618: patch
https://bugs.webkit.org/attachment.cgi?id=236618&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=236618&action=review


> Source/WebKit2/UIProcess/API/mac/WKView.mm:3617
> +- (void)_removeNavigationGestureSnapshot
> +{
> +    if (_data->_gestureController)
> +	   _data->_gestureController->removeSwipeSnapshot();
> +}

swipe vs. gesture: can we use the same terminology everywhere?


More information about the webkit-reviews mailing list