NEW 135109
[Cocoa] Add a way to tell whether navigation between two WKBackForwardListItems is going to be a same-document navigation
https://bugs.webkit.org/show_bug.cgi?id=135109
Summary [Cocoa] Add a way to tell whether navigation between two WKBackForwardListIte...
mitz
Reported 2014-07-20 19:56:52 PDT
Created attachment 235199 [details] Add -[WKBackForwardListItem _isInSameDocumentAsItem:] Attaching a patch that adds this. Not sure yet if this will be needed.
Attachments
Add -[WKBackForwardListItem _isInSameDocumentAsItem:] (11.71 KB, patch)
2014-07-20 19:56 PDT, mitz
no flags
mitz
Comment 1 2014-07-20 20:04:02 PDT
The internal part of this can be useful in improving the behavior of PageLoadState::isLoading() so that it doesn’t change to true when navigating within the same page.
mitz
Comment 2 2014-07-20 20:20:30 PDT
(In reply to comment #1) > The internal part of this can be useful in improving the behavior of PageLoadState::isLoading() so that it doesn’t change to true when navigating within the same page. …or at least to not create and pass a new navigation ID for such navigations.
Note You need to log in before you can comment on or make changes to this bug.