[webkit-changes] [WebKit/WebKit] 53e242: Disable Wasm when in Captive Portal Mode.
Commit Queue
noreply at github.com
Sun Aug 11 23:39:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53e2424a7db0c7d6c5a4117f2c4ea0fe91b216ba
https://github.com/WebKit/WebKit/commit/53e2424a7db0c7d6c5a4117f2c4ea0fe91b216ba
Author: Mark Lam <mark.lam at apple.com>
Date: 2024-08-11 (Sun, 11 Aug 2024)
Changed paths:
M Source/JavaScriptCore/runtime/Options.cpp
M Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUServiceEntryPoint.mm
M Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.h
Log Message:
-----------
Disable Wasm when in Captive Portal Mode.
https://bugs.webkit.org/show_bug.cgi?id=277934
rdar://133652303
Reviewed by Yusuke Suzuki.
Captive Portal Mode does not need Wasm. So, let's make sure it is disabled.
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::disableAllWasmOptions):
(JSC::disableAllJITOptions):
(JSC::Options::notifyOptionsChanged):
* Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUServiceEntryPoint.mm:
(GPU_SERVICE_INITIALIZER):
* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.h:
(WebKit::XPCServiceInitializer):
Canonical link: https://commits.webkit.org/282110@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