Skip to content
  • commit-queue@webkit.org's avatar
    2011-05-13 Tao Bai <michaelbai@chromium.org> · 946fd683
    commit-queue@webkit.org authored
            Reviewed by Darin Fisher.
    
            Handle the touch icon.
            https://bugs.webkit.org/show_bug.cgi?id=60247
    
            Added WebIconURL for the corresponding IconURL.
            Added method iconURLs() to specify the type of icon need to return.
            The favIconURL() is deprecated and will be removed later.
    
            * WebKit.gyp:
            * features.gypi:
            * public/WebFrame.h:
            * public/WebFrameClient.h:
            (WebKit::WebFrameClient::didChangeIcons):
            * public/WebIconURL.h: Added.
            (WebKit::WebIconURL::WebIconURL):
            (WebKit::WebIconURL::iconType):
            (WebKit::WebIconURL::iconURL):
            * src/AssertMatchingEnums.cpp:
            * src/FrameLoaderClientImpl.cpp:
            (WebKit::FrameLoaderClientImpl::dispatchDidChangeIcons):
            * src/WebFrameImpl.cpp:
            (WebKit::WebFrameImpl::favIconURL):
            * src/WebFrameImpl.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@86452 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    946fd683