Skip to content
  • abarth@webkit.org's avatar
    WebCore: · 67646793
    abarth@webkit.org authored
    2009-05-22  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Maciej Stachowiak.
    
            https://bugs.webkit.org/show_bug.cgi?id=25955
    
            Remove the policyBaseURL parameter from setCookie.  This parameter is
            redundant with the document parameter.
    
            * WebCore.base.exp:
            * WebCore.order:
            * dom/Document.cpp:
            (WebCore::Document::setCookie):
            * platform/CookieJar.h:
            * platform/mac/CookieJar.mm:
            (WebCore::setCookies):
            * platform/network/ResourceRequestBase.cpp:
            (WebCore::ResourceRequestBase::firstPartyForCookies):
            (WebCore::ResourceRequestBase::setFirstPartyForCookies):
            * platform/network/chromium/CookieJarChromium.cpp:
            (WebCore::setCookies):
            * platform/network/curl/CookieJarCurl.cpp:
            (WebCore::setCookies):
            * platform/network/soup/CookieJarSoup.cpp:
            (WebCore::setCookies):
            * platform/network/win/CookieJarCFNetWin.cpp:
            (WebCore::setCookies):
            * platform/network/win/CookieJarWin.cpp:
            (WebCore::setCookies):
            * platform/qt/CookieJarQt.cpp:
            (WebCore::setCookies):
    
    WebKit/mac:
    
    2009-05-22  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Maciej Stachowiak.
    
            https://bugs.webkit.org/show_bug.cgi?id=25955
    
            Remove the policyBaseURL parameter from setCookie.  This parameter is
            redudant with the document parameter.
    
            * Plugins/Hosted/NetscapePluginInstanceProxy.mm:
            (WebKit::NetscapePluginInstanceProxy::setCookies):
            * Plugins/WebNetscapePluginView.mm:
            (-[WebNetscapePluginView setVariable:forURL:value:length:]):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@44048 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    67646793