[webkit-changes] [WebKit/WebKit] 676cef: Expose toggles for various WebCore technologies
Gavin
noreply at github.com
Fri Sep 23 12:56:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 676cef498e74fc6da682f34a2e1b398a9198efc4
https://github.com/WebKit/WebKit/commit/676cef498e74fc6da682f34a2e1b398a9198efc4
Author: Gavin Phillips <gavin.p at apple.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M Source/WTF/Scripts/Preferences/WebPreferences.yaml
M Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml
M Source/WebCore/Modules/fetch/FetchBody.idl
M Source/WebCore/Modules/fetch/FetchRequest.idl
M Source/WebCore/Modules/fetch/FetchResponse.idl
M Source/WebCore/Modules/fetch/WindowOrWorkerGlobalScope+Fetch.idl
M Source/WebCore/Modules/speech/SpeechSynthesis.idl
M Source/WebCore/Modules/speech/SpeechSynthesisErrorCode.idl
M Source/WebCore/Modules/speech/SpeechSynthesisErrorEvent.idl
M Source/WebCore/Modules/speech/SpeechSynthesisErrorEventInit.idl
M Source/WebCore/Modules/speech/SpeechSynthesisEvent.idl
M Source/WebCore/Modules/speech/SpeechSynthesisEventInit.idl
M Source/WebCore/Modules/speech/SpeechSynthesisUtterance.idl
M Source/WebCore/Modules/speech/SpeechSynthesisVoice.idl
M Source/WebCore/bindings/js/WebCoreBuiltinNames.h
M Source/WebCore/fileapi/FileReader.idl
M Source/WebCore/fileapi/FileReaderSync.idl
Log Message:
-----------
Expose toggles for various WebCore technologies
https://bugs.webkit.org/show_bug.cgi?id=245569
<rdar://100318108>
Reviewed by Geoffrey Garen.
Expose toggles for various WebCore technologies including:
* FileReader,
* SpeechSynthesis &
* Fetch.
* Source/WTF/Scripts/Preferences/WebPreferences.yaml:
* Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml:
* Source/WebCore/Modules/fetch/FetchBody.idl:
* Source/WebCore/Modules/fetch/FetchRequest.idl:
* Source/WebCore/Modules/fetch/FetchResponse.idl:
* Source/WebCore/Modules/fetch/WindowOrWorkerGlobalScope+Fetch.idl:
* Source/WebCore/Modules/speech/SpeechSynthesis.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisErrorCode.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisErrorEvent.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisErrorEventInit.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisEvent.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisEventInit.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisUtterance.idl:
* Source/WebCore/Modules/speech/SpeechSynthesisVoice.idl:
* Source/WebCore/bindings/js/WebCoreBuiltinNames.h:
* Source/WebCore/fileapi/FileReader.idl:
* Source/WebCore/fileapi/FileReaderSync.idl:
Canonical link: https://commits.webkit.org/254804@main
More information about the webkit-changes
mailing list