[webkit-changes] [WebKit/WebKit] b15743: Add runtime flag for enabling Modern DownloadProgress
Per Arne Vollan
noreply at github.com
Wed Aug 14 09:54:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b15743dca320d15bb4916f24d6b230149e6950d7
https://github.com/WebKit/WebKit/commit/b15743dca320d15bb4916f24d6b230149e6950d7
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths:
M Source/WebKit/NetworkProcess/Downloads/Download.h
M Source/WebKit/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm
M Source/WebKit/NetworkProcess/Downloads/cocoa/WKDownloadProgress.h
M Source/WebKit/NetworkProcess/Downloads/cocoa/WKDownloadProgress.mm
Log Message:
-----------
Add runtime flag for enabling Modern DownloadProgress
https://bugs.webkit.org/show_bug.cgi?id=277923
rdar://133618421
Reviewed by Chris Dumez.
Add runtime flag for enabling Modern DownloadProgress. This feature can be enabled with
`defaults write -globalDomain EnableModernDownloadProgress'.
`
* Source/WebKit/NetworkProcess/Downloads/Download.h:
* Source/WebKit/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm:
(WebKit::Download::platformDestroyDownload):
(WebKit::Download::publishProgress):
* Source/WebKit/NetworkProcess/Downloads/cocoa/WKDownloadProgress.h:
* Source/WebKit/NetworkProcess/Downloads/cocoa/WKDownloadProgress.mm:
(-[WKDownloadProgress publish]):
(-[WKDownloadProgress unpublish]):
Canonical link: https://commits.webkit.org/282237@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