Summary: | [iOS] Issue load sooner on swipe back/forward navigation | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||||
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, ggaren, simon.fraser, thorton, tsavell, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | 205087, 205173 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Chris Dumez
2019-12-11 10:51:33 PST
Created attachment 385409 [details]
WIP Patch
Created attachment 385421 [details]
Patch
Comment on attachment 385421 [details] Patch Clearing flags on attachment: 385421 Committed r253394: <https://trac.webkit.org/changeset/253394> All reviewed patches have been landed. Closing bug. It looks like the changes in https://trac.webkit.org/changeset/253394/webkit has caused swipe/basic-cached-back-swipe.html to timeout on iOS History: https://results.webkit.org/?suite=layout-tests&test=swipe%2Fbasic-cached-back-swipe.html (In reply to Truitt Savell from comment #6) > It looks like the changes in https://trac.webkit.org/changeset/253394/webkit > > has caused swipe/basic-cached-back-swipe.html to timeout on iOS > > History: > https://results.webkit.org/?suite=layout-tests&test=swipe%2Fbasic-cached- > back-swipe.html Looking now. (In reply to Chris Dumez from comment #7) > (In reply to Truitt Savell from comment #6) > > It looks like the changes in https://trac.webkit.org/changeset/253394/webkit > > > > has caused swipe/basic-cached-back-swipe.html to timeout on iOS > > > > History: > > https://results.webkit.org/?suite=layout-tests&test=swipe%2Fbasic-cached- > > back-swipe.html > > Looking now. ViewGestureController::willEndSwipeGesture() does not get called in the context on the test. We see beginSwipeGesture and then endSwipeGesture though. As a result, we do not schedule the navigation. |