Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fetch all page loading related URLs from the page load state
https://bugs.webkit.org/show_bug.cgi?id=124732 Reviewed by Dan Bernstein. * UIProcess/API/C/WKPage.cpp: (WKPageCopyActiveURL): (WKPageCopyProvisionalURL): (WKPageCopyCommittedURL): * UIProcess/API/mac/WKBrowsingContextController.mm: (-[WKBrowsingContextController unreachableURL]): * UIProcess/PageLoadState.h: (WebKit::PageLoadState::provisionalURL): (WebKit::PageLoadState::url): (WebKit::PageLoadState::unreachableURL): * UIProcess/WebPageProxy.cpp: * UIProcess/WebPageProxy.h: Canonical link: https://commits.webkit.org/142895@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159641 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Anders Carlsson
committed
Nov 21, 2013
1 parent
84f7841
commit 592765e5ed92a3a65ecbb00a0877310561fcd4e3
Showing
6 changed files
with
28 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters