Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ebb382f1b361077ceb31f3ea9057faae37789942
https://github.com/WebKit/WebKit/commit/ebb382f1b361077ceb31f3ea9057faae37789942
Author: Richard Robinson <[email protected]>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
R Source/WebKit/UIProcess/API/Swift/DownloadCoordinator.swift
R Source/WebKit/UIProcess/API/Swift/WebPage+Download.swift
M Source/WebKit/UIProcess/API/Swift/WebPage.swift
R Source/WebKit/UIProcess/Cocoa/WKDownloadDelegateAdapter.swift
M Source/WebKit/UIProcess/Cocoa/WKNavigationDelegateAdapter.swift
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
M Tools/SwiftBrowser/Source/SwiftBrowser.swift
M Tools/SwiftBrowser/Source/ViewModel/BrowserViewModel.swift
R Tools/SwiftBrowser/Source/ViewModel/DownloadCoordinator.swift
R Tools/SwiftBrowser/Source/ViewModel/Downloadable.swift
M Tools/SwiftBrowser/Source/Views/ContentView.swift
R Tools/SwiftBrowser/Source/Views/DownloadsView.swift
M Tools/SwiftBrowser/SwiftBrowser.xcodeproj/project.pbxproj
Log Message:
-----------
[SwiftUI] Remove unused initial download support implementation
https://bugs.webkit.org/show_bug.cgi?id=290819
rdar://148290059
Reviewed by Tim Horton.
A version of this implementation may be used in the future, but for now this is
unused code and
also unnecessary SPI.
* Source/WebKit/UIProcess/API/Swift/DownloadCoordinator.swift: Removed.
* Source/WebKit/UIProcess/API/Swift/WebPage+Download.swift: Removed.
* Source/WebKit/UIProcess/API/Swift/WebPage.swift:
(startDownload(using:)): Deleted.
(resumeDownload(fromResumeData:)): Deleted.
* Source/WebKit/UIProcess/Cocoa/WKDownloadDelegateAdapter.swift: Removed.
* Source/WebKit/UIProcess/Cocoa/WKNavigationDelegateAdapter.swift:
(WKNavigationDelegateAdapter.yieldDownloadProgress(_:download:)): Deleted.
(WKNavigationDelegateAdapter.webView(_:navigationAction:didBecome:)): Deleted.
(WKNavigationDelegateAdapter.webView(_:navigationResponse:didBecome:)): Deleted.
(WKNavigationDelegateAdapter._webView(_:contextMenuDidCreateDownload:)):
Deleted.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Tools/SwiftBrowser/Source/SwiftBrowser.swift:
(SwiftBrowserApp.body):
* Tools/SwiftBrowser/Source/ViewModel/BrowserViewModel.swift:
* Tools/SwiftBrowser/Source/ViewModel/DownloadCoordinator.swift: Removed.
* Tools/SwiftBrowser/Source/ViewModel/Downloadable.swift: Removed.
* Tools/SwiftBrowser/Source/Views/ContentView.swift:
(ContentView.body):
* Tools/SwiftBrowser/Source/Views/DownloadsView.swift: Removed.
* Tools/SwiftBrowser/SwiftBrowser.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/292981@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes