Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f4754f6df482751677bd93ea74573301a84c0a0a
https://github.com/WebKit/WebKit/commit/f4754f6df482751677bd93ea74573301a84c0a0a
Author: Anne van Kesteren <[email protected]>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/crypto/SubtleCrypto.h
M Source/WebCore/dom/BroadcastChannel.cpp
M Source/WebCore/dom/BroadcastChannel.h
M Source/WebCore/dom/ChildListMutationScope.cpp
M Source/WebCore/dom/ChildListMutationScope.h
M Source/WebCore/dom/ChildNodeList.h
M Source/WebCore/dom/ComposedTreeAncestorIterator.h
M Source/WebCore/dom/ComposedTreeIterator.h
M Source/WebCore/dom/EmptyScriptExecutionContext.h
M Source/WebCore/dom/EventPath.cpp
M Source/WebCore/dom/FormDataEvent.h
M Source/WebCore/dom/MutationObserver.cpp
M Source/WebCore/dom/MutationObserver.h
M Source/WebCore/dom/MutationObserverRegistration.cpp
M Source/WebCore/dom/MutationObserverRegistration.h
M Source/WebCore/dom/MutationRecord.cpp
M Source/WebCore/dom/NativeNodeFilter.h
M Source/WebCore/dom/NodeList.h
M Source/WebCore/html/URLSearchParams.h
M Source/WebCore/html/ValidatedFormListedElement.h
M Source/WebCore/inspector/DOMEditor.cpp
M Source/WebCore/loader/FormState.cpp
M Source/WebCore/loader/FormState.h
M Source/WebCore/loader/FrameLoader.cpp
M Source/WebCore/platform/graphics/CachedSubimage.h
Log Message:
-----------
Reduce unsafeness by making more class member variables const
https://bugs.webkit.org/show_bug.cgi?id=293878
rdar://152397608
Reviewed by Chris Dumez.
Apply https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines and
for each m_x we can make const, we remove protectedX() if present as it
no longer serves a purpose.
Canonical link: https://commits.webkit.org/295673@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes