[webkit-changes] [WebKit/WebKit] d25618: Drop IsDeprecatedWeakRefSmartPointerException for ...

Sihui noreply at github.com
Sat Dec 7 12:31:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d25618cacfa9bef8321a4fa0180a410c88195ef2
      https://github.com/WebKit/WebKit/commit/d25618cacfa9bef8321a4fa0180a410c88195ef2
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2024-12-07 (Sat, 07 Dec 2024)

  Changed paths:
    M Source/WebCore/platform/network/NetworkStorageSession.cpp
    M Source/WebCore/platform/network/NetworkStorageSession.h
    M Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm

  Log Message:
  -----------
  Drop IsDeprecatedWeakRefSmartPointerException for NetworkStorageSession
https://bugs.webkit.org/show_bug.cgi?id=284220
rdar://141085741

Reviewed by Geoffrey Garen.

Also, drop some unnecessary WebCore:: in the class and rename a function to facilitate search (as there is a function
has the same name and similar arguments).

* Source/WebCore/platform/network/NetworkStorageSession.cpp:
(WebCore::NetworkStorageSession::loginDomainMatchesRequestingDomain):
* Source/WebCore/platform/network/NetworkStorageSession.h:
* Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm:
(WebCore::cookiesForURLFromStorage):
(WebCore::NetworkStorageSession::httpCookiesForURL const):
(WebCore::cookiesForURL): Deleted.

Canonical link: https://commits.webkit.org/287505@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