[webkit-changes] [WebKit/WebKit] 3cb286: [Cocoa] Remove some dead code after 266523 at main (2...

Brent Fulgham noreply at github.com
Thu Aug 1 16:33:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3cb28627b6969195c36d775b7f666f4569d5a575
      https://github.com/WebKit/WebKit/commit/3cb28627b6969195c36d775b7f666f4569d5a575
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M Source/WebCore/platform/cocoa/ParentalControlsContentFilter.h
    M Source/WebCore/platform/cocoa/ParentalControlsContentFilter.mm

  Log Message:
  -----------
  [Cocoa] Remove some dead code after 266523 at main (277499)
https://bugs.webkit.org/show_bug.cgi?id=277499
<rdar://133005426>

Reviewed by Alex Christensen and Andy Estes.

Network filtering code was simplified in Bug 259737, but left a no-longer needed
sandbox consumption method. We should remove this dead code.

* Source/WebCore/platform/cocoa/ParentalControlsContentFilter.h:
* Source/WebCore/platform/cocoa/ParentalControlsContentFilter.mm:
(WebCore::ParentalControlsContentFilter::enabled): Remove unneeded logic checking for
Sandbox extensions that are never vended or consumed.
(WebCore::ParentalControlsContentFilter::setHasConsumedSandboxExtension): Deleted.

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