Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4e9806c2e7f7c29e4a6d87ebeca603c4cc8f080c
https://github.com/WebKit/WebKit/commit/4e9806c2e7f7c29e4a6d87ebeca603c4cc8f080c
Author: Chris Dumez <[email protected]>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M Source/WebCore/html/CanvasBase.cpp
M Source/WebCore/html/CanvasBase.h
M Source/WebCore/html/DOMTokenList.cpp
M Source/WebCore/html/FormController.cpp
M Source/WebCore/html/FormController.h
M Source/WebCore/html/HTMLCollection.h
M Source/WebCore/html/HTMLElement.h
M Source/WebCore/html/HTMLFormControlsCollection.cpp
M Source/WebCore/html/HTMLFormElement.h
M Source/WebCore/html/HTMLSlotElement.cpp
M Source/WebCore/html/canvas/CanvasRenderingContext.cpp
M Source/WebCore/html/canvas/CanvasRenderingContext.h
M Source/WebCore/html/canvas/WebGLFramebuffer.h
M Source/WebCore/html/canvas/WebGLProgram.cpp
M Source/WebCore/html/canvas/WebGLProgram.h
M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
M Source/WebCore/html/canvas/WebGLRenderingContextBase.h
M Source/WebCore/inspector/InspectorCanvas.cpp
M Source/WebCore/inspector/InspectorCanvas.h
Log Message:
-----------
Stop using UncheckedKey containers in WebCore/html
https://bugs.webkit.org/show_bug.cgi?id=295136
Reviewed by Darin Adler.
Stop using UncheckedKey containers in WebCore/html, for safety.
This tested as performance neutral on Speedometer.
* Source/WebCore/html/CanvasBase.cpp:
(WebCore:: const):
* Source/WebCore/html/CanvasBase.h:
* Source/WebCore/html/DOMTokenList.cpp:
(WebCore::DOMTokenList::updateTokensFromAttributeValue):
* Source/WebCore/html/FormController.cpp:
(WebCore::FormController::formElementsState const):
* Source/WebCore/html/FormController.h:
* Source/WebCore/html/HTMLCollection.h:
* Source/WebCore/html/HTMLElement.h:
* Source/WebCore/html/HTMLFormControlsCollection.cpp:
(WebCore::HTMLFormControlsCollection::updateNamedElementCache const):
* Source/WebCore/html/HTMLFormElement.h:
* Source/WebCore/html/HTMLSlotElement.cpp:
(WebCore::HTMLSlotElement::assign):
* Source/WebCore/html/canvas/CanvasRenderingContext.cpp:
* Source/WebCore/html/canvas/CanvasRenderingContext.h:
* Source/WebCore/html/canvas/WebGLFramebuffer.h:
* Source/WebCore/html/canvas/WebGLProgram.cpp:
* Source/WebCore/html/canvas/WebGLProgram.h:
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::bindTexture):
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:
* Source/WebCore/inspector/InspectorCanvas.cpp:
(WebCore:: const):
* Source/WebCore/inspector/InspectorCanvas.h:
Canonical link: https://commits.webkit.org/296768@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