Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bdd255338ebf9826e1f91b0522f0e4c3a109a4da
https://github.com/WebKit/WebKit/commit/bdd255338ebf9826e1f91b0522f0e4c3a109a4da
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M Source/WebCore/Modules/mediarecorder/MediaRecorderErrorEvent.cpp
M Source/WebCore/Modules/notifications/NotificationEvent.cpp
M Source/WebCore/Modules/notifications/NotificationEvent.h
M Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp
M Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.cpp
M Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.h
M Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h
M Source/WebCore/Modules/webxr/WebXRInputSource.cpp
M Source/WebCore/Modules/webxr/XRInputSourceEvent.cpp
M Source/WebCore/Modules/webxr/XRInputSourceEvent.h
M Source/WebCore/Modules/webxr/XRLayerEvent.cpp
M Source/WebCore/Modules/webxr/XRLayerEvent.h
M Source/WebCore/Modules/webxr/XRReferenceSpaceEvent.cpp
M Source/WebCore/Modules/webxr/XRReferenceSpaceEvent.h
M Source/WebCore/Modules/webxr/XRSessionEvent.cpp
M Source/WebCore/Modules/webxr/XRSessionEvent.h
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/bindings/js/JSNavigateEventCustom.cpp
M Source/WebCore/dom/InputEvent.h
M Source/WebCore/dom/PromiseRejectionEvent.cpp
M Source/WebCore/dom/PromiseRejectionEvent.h
M Source/WebCore/dom/RejectedPromiseTracker.cpp
M Source/WebCore/page/NavigateEvent.cpp
M Source/WebCore/page/NavigateEvent.h
M Source/WebCore/page/Navigation.cpp
M Source/WebCore/page/NavigationCurrentEntryChangeEvent.cpp
M Source/WebCore/page/NavigationCurrentEntryChangeEvent.h
M Source/WebCore/page/UndoItem.h
M Source/WebCore/workers/service/background-fetch/BackgroundFetchEvent.cpp
M Source/WebCore/workers/service/background-fetch/BackgroundFetchEvent.h
M
Source/WebCore/workers/service/background-fetch/BackgroundFetchUpdateUIEvent.cpp
M
Source/WebCore/workers/service/background-fetch/BackgroundFetchUpdateUIEvent.h
M Source/WebCore/workers/service/context/ServiceWorkerThread.cpp
Log Message:
-----------
Handle IDL required dictionary members more consistently on the C++ side
https://bugs.webkit.org/show_bug.cgi?id=305292
Reviewed by Chris Dumez.
In quite a few places we already used releaseNonNull(), Init&&,
const Ref, and a reference getter, but evidently not consistently.
Canonical link: https://commits.webkit.org/305448@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications