Skip to content
  • japhet@chromium.org's avatar
    2011-01-27 Nate Chapin <japhet@chromium.org> · 5a152748
    japhet@chromium.org authored
            Reviewed by Adam Barth.
    
            Remove FrameLoader::url() and update callers to use
            Document::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            Refactor, no new tests.
    
            * WebCore.exp.in:
            * dom/Document.cpp:
            (WebCore::Document::processHttpEquiv):
            (WebCore::Document::removePendingSheet):
            * history/CachedFrame.cpp:
            (WebCore::CachedFrameBase::CachedFrameBase):
            * history/PageCache.cpp:
            (WebCore::logCanCacheFrameDecision):
            (WebCore::PageCache::canCachePageContainingThisFrame):
            * html/HTMLFrameElementBase.cpp:
            (WebCore::HTMLFrameElementBase::isURLAllowed):
            * html/HTMLPlugInImageElement.cpp:
            (WebCore::HTMLPlugInImageElement::allowedToLoadFrameURL):
            * inspector/InspectorAgent.cpp:
            (WebCore::InspectorAgent::inspectedURL):
            * inspector/InspectorResourceAgent.cpp:
            (WebCore::buildObjectForFrame):
            * loader/DocumentWriter.cpp:
            (WebCore::DocumentWriter::replaceDocument):
            (WebCore::DocumentWriter::deprecatedFrameEncoding):
            * loader/FrameLoader.cpp:
            * loader/FrameLoader.h:
            * loader/HistoryController.cpp:
            (WebCore::HistoryController::updateForStandardLoad):
            (WebCore::HistoryController::updateForRedirectWithLockedBackForwardList):
            (WebCore::HistoryController::updateForSameDocumentNavigation):
            * loader/NavigationScheduler.cpp:
            (WebCore::ScheduledHistoryNavigation::fire):
            (WebCore::NavigationScheduler::scheduleLocationChange):
            (WebCore::NavigationScheduler::scheduleRefresh):
            * page/FrameView.cpp:
            (WebCore::FrameView::updateControlTints):
            * page/Location.cpp:
            (WebCore::Location::url):
            (WebCore::Location::setProtocol):
            (WebCore::Location::setHost):
            (WebCore::Location::setHostname):
            (WebCore::Location::setPort):
            (WebCore::Location::setPathname):
            (WebCore::Location::setSearch):
            (WebCore::Location::setHash):
            (WebCore::Location::reload):
            * page/Page.cpp:
            (WebCore::Page::goToItem):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * ewk/ewk_frame.cpp:
            (ewk_frame_uri_changed):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * webkit/webkitwebview.cpp:
            (webkit_web_view_get_icon_uri):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * WebCoreSupport/FrameLoaderClientHaiku.cpp:
            (WebCore::FrameLoaderClientHaiku::dispatchDidFinishDocumentLoad):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * WebView/WebView.mm:
            (-[WebView _dispatchDidReceiveIconFromWebFrame:]):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * Api/qwebframe.cpp:
            (QWebFrame::url):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * WebFrame.cpp:
            (WebFrame::url):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * WebKitSupport/FrameLoaderClientWx.cpp:
            (WebCore::FrameLoaderClientWx::dispatchDidFinishDocumentLoad):
    2011-01-27  Nate Chapin  <japhet@chromium.org>
    
            Reviewed by Adam Barth.
    
            Use Document::url() instead of FrameLoader::url().
            https://bugs.webkit.org/show_bug.cgi?id=41165
    
            * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
            (WebKit::WebFrameLoaderClient::dispatchDidChangeLocationWithinPage):
            (WebKit::WebFrameLoaderClient::dispatchDidPushStateWithinPage):
            (WebKit::WebFrameLoaderClient::dispatchDidReplaceStateWithinPage):
            (WebKit::WebFrameLoaderClient::dispatchDidPopStateWithinPage):
            * WebProcess/WebPage/WebFrame.cpp:
            (WebKit::WebFrame::url):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76872 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5a152748