Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2edd75b26b458ef22b7a18f36d48ad3c7fe13328
https://github.com/WebKit/WebKit/commit/2edd75b26b458ef22b7a18f36d48ad3c7fe13328
Author: Chris Dumez <[email protected]>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
M Source/JavaScriptCore/runtime/TypedArrayController.h
M Source/WebCore/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations
M Source/WebCore/bindings/js/JSDOMGlobalObject.cpp
M Source/WebCore/bindings/js/JSDOMWindowBase.cpp
M Source/WebCore/bindings/js/JSDOMWindowCustom.h
M Source/WebCore/bindings/js/JSDOMWrapperCache.h
M Source/WebCore/bindings/js/JSWindowProxy.h
M Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.cpp
M Source/WebCore/bindings/js/WebCoreTypedArrayController.h
Log Message:
-----------
Address unsafe cast warnings under Source/WebCore/bindings
https://bugs.webkit.org/show_bug.cgi?id=306078
Reviewed by Anne van Kesteren.
* Source/JavaScriptCore/runtime/TypedArrayController.h:
(JSC::TypedArrayController::isWebCoreTypedArrayController const):
* Source/WebCore/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations:
* Source/WebCore/bindings/js/JSDOMGlobalObject.cpp:
(WebCore::JSDOMGlobalObject::canCompileStrings):
(WebCore::JSDOMGlobalObject::trustedScriptStructure):
* Source/WebCore/bindings/js/JSDOMWindowBase.cpp:
(WebCore::JSDOMWindowBase::supportsRichSourceInfo):
(WebCore::JSDOMWindowBase::shouldInterruptScript):
(WebCore::JSDOMWindowBase::shouldInterruptScriptBeforeTimeout):
(WebCore::JSDOMWindowBase::javaScriptRuntimeFlags):
(WebCore::JSDOMWindowBase::queueMicrotaskToEventLoop):
(WebCore::JSDOMWindowBase::currentScriptExecutionOwner):
(WebCore::JSDOMWindowBase::reportViolationForUnsafeEval):
* Source/WebCore/bindings/js/JSDOMWindowCustom.h:
(WebCore::asJSDOMWindow):
* Source/WebCore/bindings/js/JSDOMWrapperCache.h:
(WebCore::wrapperOwner):
* Source/WebCore/bindings/js/JSWindowProxy.h:
* Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.cpp:
(WebCore::JSWorkerGlobalScopeBase::queueMicrotaskToEventLoop):
* Source/WebCore/bindings/js/WebCoreTypedArrayController.h:
(isType):
Canonical link: https://commits.webkit.org/306070@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications