Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5af7b362c337772f8fd5d92ea4ef5e2dfc6c3dff
https://github.com/WebKit/WebKit/commit/5af7b362c337772f8fd5d92ea4ef5e2dfc6c3dff
Author: Chris Dumez <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M Source/WebCore/html/BaseButtonInputType.cpp
M Source/WebCore/html/FileInputType.cpp
M Source/WebCore/html/HTMLFrameElement.cpp
M Source/WebCore/html/ImageInputType.cpp
M Source/WebCore/html/InputType.cpp
M Source/WebCore/html/RangeInputType.cpp
M Source/WebCore/html/SearchInputType.cpp
M Source/WebCore/html/TextFieldInputType.cpp
Log Message:
-----------
[Safer CPP] Drop some suppression macros now that
https://github.com/llvm/llvm-project/pull/142471 is fixed
https://bugs.webkit.org/show_bug.cgi?id=323088
Reviewed by Ryosuke Niwa.
* Source/WebCore/html/BaseButtonInputType.cpp:
(WebCore::BaseButtonInputType::createInputRenderer):
* Source/WebCore/html/FileInputType.cpp:
(WebCore::FileInputType::createInputRenderer):
* Source/WebCore/html/HTMLFrameElement.cpp:
(WebCore::HTMLFrameElement::createElementRenderer):
* Source/WebCore/html/ImageInputType.cpp:
(WebCore::ImageInputType::createInputRenderer):
* Source/WebCore/html/InputType.cpp:
(WebCore::InputType::createInputRenderer):
* Source/WebCore/html/RangeInputType.cpp:
(WebCore::RangeInputType::createInputRenderer):
* Source/WebCore/html/SearchInputType.cpp:
(WebCore::SearchInputType::createInputRenderer):
* Source/WebCore/html/TextFieldInputType.cpp:
(WebCore::TextFieldInputType::createInputRenderer):
Canonical link: https://commits.webkit.org/320298@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications