Summary: | [Cocoa] Add a way to tell whether navigation between two WKBackForwardListItems is going to be a same-document navigation | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | mitz | ||||
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | NEW --- | ||||||
Severity: | Normal | CC: | andersca, sam | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
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. (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. |
Created attachment 235199 [details] Add -[WKBackForwardListItem _isInSameDocumentAsItem:] Attaching a patch that adds this. Not sure yet if this will be needed.