Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cb138473ae6a19d20367d13b40228c30320461f5
https://github.com/WebKit/WebKit/commit/cb138473ae6a19d20367d13b40228c30320461f5
Author: Youenn Fablet <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/Modules/fetch/FetchBodyOwner.cpp
M Source/WebCore/Modules/fetch/FetchBodySource.cpp
M Source/WebCore/Modules/fetch/FetchBodySource.h
Log Message:
-----------
Remove ReadableByteStreamFetchSourceEnabled flag
rdar://185689807
https://bugs.webkit.org/show_bug.cgi?id=322401
Reviewed by Chris Dumez.
ReadableByteStreamFetchSourceEnabled is on by default.
We remove this flag and the related code.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/Modules/fetch/FetchBodyOwner.cpp:
(WebCore::FetchBodyOwner::createReadableStream):
* Source/WebCore/Modules/fetch/FetchBodySource.cpp:
(WebCore::FetchBodySource::create):
(WebCore::FetchBodySource::FetchBodySource):
(WebCore::FetchBodySource::setByteController):
(WebCore::FetchBodySource::enqueue):
(WebCore::FetchBodySource::close):
(WebCore::FetchBodySource::error):
(WebCore::FetchBodySource::isPulling const):
(WebCore::FetchBodySource::resolvePullPromise):
(WebCore::FetchBodySource::detach):
(WebCore::FetchBodySource::createNonByteSource): Deleted.
(WebCore::FetchBodySource::createByteSource): Deleted.
(WebCore::FetchBodySource::isCancelling const): Deleted.
(WebCore::FetchBodySource::NonByteSource::NonByteSource): Deleted.
(WebCore::FetchBodySource::NonByteSource::setActive): Deleted.
(WebCore::FetchBodySource::NonByteSource::setInactive): Deleted.
(WebCore::FetchBodySource::NonByteSource::doStart): Deleted.
(WebCore::FetchBodySource::NonByteSource::doPull): Deleted.
(WebCore::FetchBodySource::NonByteSource::doCancel): Deleted.
(WebCore::FetchBodySource::NonByteSource::close): Deleted.
(WebCore::FetchBodySource::NonByteSource::error): Deleted.
* Source/WebCore/Modules/fetch/FetchBodySource.h:
Canonical link: https://commits.webkit.org/319790@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications