[Webkit-unassigned] [Bug 168230] [GTK] Update cookie manager API to properly work with ephemeral sessions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 08:46:08 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168230

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #301483|review?                     |review+
              Flags|                            |

--- Comment #7 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 301483
  --> https://bugs.webkit.org/attachment.cgi?id=301483
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=301483&action=review

> Source/WebKit2/ChangeLog:8
> +        WebKitCookieManager is associated to a particular WebKitWebContexst and uses the default session ID

WebKitWebContext

> Source/WebKit2/UIProcess/WebsiteData/WebsiteDataRecord.cpp:52
>  #if PLATFORM(COCOA)
>      if (hostName == String(kCFHTTPCookieLocalFileDomain))
>          return displayNameForLocalFiles();
> +#elif PLATFORM(GTK)
> +    if (hostName == "localhost")
> +        return hostName;
>  #endif

Why not use #else? All non-cocoa ports must want this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170214/1fa816e8/attachment-0001.html>


More information about the webkit-unassigned mailing list