[webkit-changes] [WebKit/WebKit] b95877: WebKit no longer needs to take unbounded network a...

Chris Dumez noreply at github.com
Mon Oct 7 09:50:45 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b95877fdcedb339c3460243d143bd20dc0118e59
      https://github.com/WebKit/WebKit/commit/b95877fdcedb339c3460243d143bd20dc0118e59
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformEnableCocoa.h
    R Source/WebKit/NetworkProcess/Downloads/DownloadMap.cpp
    M Source/WebKit/NetworkProcess/Downloads/DownloadMap.h
    M Source/WebKit/NetworkProcess/NetworkResourceLoadMap.h
    M Source/WebKit/Sources.txt
    M Source/WebKit/UIProcess/Downloads/DownloadProxyMap.cpp
    M Source/WebKit/UIProcess/Downloads/DownloadProxyMap.h
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  WebKit no longer needs to take unbounded network assertions on the network process for downloads
https://bugs.webkit.org/show_bug.cgi?id=280828
rdar://133715239

Reviewed by Per Arne Vollan.

WebKit no longer needs to take unbounded network assertions on the network process for downloads
now that dasd is taking this assertion for us.

* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WebKit/NetworkProcess/Downloads/DownloadMap.cpp: Removed.
* Source/WebKit/NetworkProcess/Downloads/DownloadMap.h:
* Source/WebKit/NetworkProcess/NetworkResourceLoadMap.h:
* Source/WebKit/Sources.txt:
* Source/WebKit/UIProcess/Downloads/DownloadProxyMap.cpp:
(WebKit::DownloadProxyMap::createDownloadProxy):
(WebKit::DownloadProxyMap::downloadFinished):
(WebKit::DownloadProxyMap::invalidate):
* Source/WebKit/UIProcess/Downloads/DownloadProxyMap.h:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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