[webkit-changes] [WebKit/WebKit] 7ac298: Add partitionKey attribute on Cookie class

Commit Queue noreply at github.com
Tue Dec 3 07:31:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ac2980ca7a683335b371c9650404a668b6a85f2
      https://github.com/WebKit/WebKit/commit/7ac2980ca7a683335b371c9650404a668b6a85f2
  Author: Matthew Finkel <m_finkel at apple.com>
  Date:   2024-12-03 (Tue, 03 Dec 2024)

  Changed paths:
    M Source/WebCore/platform/Cookie.h
    M Source/WebCore/platform/network/cocoa/CookieCocoa.mm
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Add partitionKey attribute on Cookie class
https://bugs.webkit.org/show_bug.cgi?id=283542
rdar://140388054

Reviewed by Charlie Wolfe and Sihui Liu.

This is work toward supporting opt-in partitioned cookies.

No new tests, no change in behavior.

* Source/WebCore/platform/Cookie.h:
(WebCore::Cookie::isNull const):
(WebCore::Cookie::Cookie):
(WebCore::Cookie::isolatedCopy const):
(WebCore::Cookie::isolatedCopy):
* Source/WebCore/platform/network/cocoa/CookieCocoa.mm:
(WebCore::Cookie::operator NSHTTPCookie * _Nullable  const):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/287278@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list