[webkit-changes] [WebKit/WebKit] 4325dc: v2 skip markers for JavaScriptCore and WebCore fil...
geoffreygaren
noreply at github.com
Thu Oct 31 10:02:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4325dcb2ad6bc01dff33efa9c56cdc383bfcee33
https://github.com/WebKit/WebKit/commit/4325dcb2ad6bc01dff33efa9c56cdc383bfcee33
Author: Geoffrey Garen <ggaren at apple.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp
M Source/JavaScriptCore/API/tests/JSNode.c
M Source/JavaScriptCore/API/tests/minidom.c
M Source/JavaScriptCore/runtime/DataView.h
M Source/JavaScriptCore/testmem/testmem.mm
M Source/WTF/wtf/FlipBytes.h
M Source/WTF/wtf/ParallelJobs.h
M Source/WTF/wtf/SegmentedVector.h
M Source/WTF/wtf/SequenceLocked.h
M Source/WTF/wtf/TinyLRUCache.h
M Source/WTF/wtf/text/FastCharacterComparison.h
M Source/WTF/wtf/text/StringParsingBuffer.h
M Source/WebCore/Modules/WebGPU/Implementation/WebGPUBufferImpl.cpp
M Source/WebCore/Modules/WebGPU/Implementation/WebGPUDeviceImpl.cpp
M Source/WebCore/Modules/WebGPU/Implementation/WebGPUShaderModuleImpl.cpp
M Source/WebCore/contentextensions/ContentExtensionActions.cpp
M Source/WebCore/contentextensions/ContentExtensionsBackend.cpp
M Source/WebCore/css/process-css-properties.py
M Source/WebCore/platform/PlatformMediaError.cpp
M Source/WebCore/platform/audio/AudioBus.cpp
M Source/WebCore/platform/audio/AudioChannel.cpp
M Source/WebCore/platform/audio/AudioResamplerKernel.cpp
M Source/WebCore/platform/audio/AudioUtilities.cpp
M Source/WebCore/platform/audio/Biquad.cpp
M Source/WebCore/platform/audio/DirectConvolver.cpp
M Source/WebCore/platform/audio/DownSampler.cpp
M Source/WebCore/platform/audio/DynamicsCompressor.cpp
M Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp
M Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp
M Source/WebCore/platform/audio/ReverbConvolverStage.cpp
M Source/WebCore/platform/audio/ReverbInputBuffer.cpp
M Source/WebCore/platform/audio/StereoPanner.cpp
M Source/WebCore/platform/audio/UpSampler.cpp
M Source/WebCore/platform/cf/KeyedDecoderCF.cpp
M Source/WebCore/platform/cocoa/SharedVideoFrameInfo.mm
M Source/WebCore/platform/graphics/FontSelectionAlgorithm.cpp
M Source/WebCore/platform/graphics/cocoa/WebMAudioUtilitiesCocoa.mm
M Source/WebCore/platform/graphics/transforms/TransformOperation.cpp
M Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
M Source/WebCore/platform/ios/WebAVPlayerController.mm
M Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoDecoder.cpp
M Source/WebCore/platform/mac/KeyEventMac.mm
M Source/WebCore/platform/mac/PasteboardMac.mm
M Source/WebCore/platform/mac/ThemeMac.mm
M Source/WebCore/platform/mac/ThreadCheck.mm
M Source/WebCore/platform/mediastream/RealtimeIncomingAudioSource.h
M Source/WebCore/platform/mediastream/RealtimeIncomingVideoSource.h
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCAudioModule.h
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDTMFSenderBackend.h
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDav1dDecoder.cpp
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDav1dDecoder.h
M Source/WebCore/platform/network/HTTPHeaderMap.cpp
M Source/WebCore/platform/network/HTTPParsers.cpp
M Source/WebCore/platform/network/RFC8941.cpp
M Source/WebCore/platform/network/create-http-header-name-table
M Source/WebCore/platform/sql/SQLiteFileSystem.cpp
M Source/WebCore/platform/sql/SQLiteStatement.cpp
M Source/WebCore/platform/text/DateTimeFormat.cpp
M Source/WebCore/platform/text/PlatformLocale.cpp
M Source/WebCore/platform/text/SegmentedString.cpp
M Source/WebCore/platform/text/mac/CoreTextChineseCompositionEngine.cpp
M Source/WebCore/platform/video-codecs/cocoa/RTCVideoDecoderVTBAV1.mm
M Source/WebCore/platform/video-codecs/cocoa/WebRTCVideoDecoder.mm
M Source/WebCore/xml/XPathGrammar.cpp
M Source/WebCore/xml/XPathGrammar.h
M Source/WebCore/xml/XPathGrammar.y
Log Message:
-----------
v2 skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
https://bugs.webkit.org/show_bug.cgi?id=282368
rdar://138964110
Reviewed by David Kilzer.
Found some more.
* Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp:
* Source/JavaScriptCore/API/tests/JSNode.c:
* Source/JavaScriptCore/API/tests/minidom.c:
* Source/JavaScriptCore/runtime/DataView.h:
* Source/JavaScriptCore/testmem/testmem.mm:
* Source/WTF/wtf/FlipBytes.h:
* Source/WTF/wtf/ParallelJobs.h:
* Source/WTF/wtf/SegmentedVector.h:
* Source/WTF/wtf/SequenceLocked.h:
* Source/WTF/wtf/TinyLRUCache.h:
* Source/WTF/wtf/text/FastCharacterComparison.h:
* Source/WTF/wtf/text/StringParsingBuffer.h:
* Source/WebCore/Modules/WebGPU/Implementation/WebGPUBufferImpl.cpp:
* Source/WebCore/Modules/WebGPU/Implementation/WebGPUDeviceImpl.cpp:
* Source/WebCore/Modules/WebGPU/Implementation/WebGPUShaderModuleImpl.cpp:
* Source/WebCore/contentextensions/ContentExtensionActions.cpp:
* Source/WebCore/contentextensions/ContentExtensionsBackend.cpp:
* Source/WebCore/css/process-css-properties.py:
(GenerateCSSPropertyNames._generate_css_property_names_gperf_prelude):
(GenerateCSSPropertyNames):
* Source/WebCore/platform/PlatformMediaError.cpp:
* Source/WebCore/platform/audio/AudioBus.cpp:
* Source/WebCore/platform/audio/AudioChannel.cpp:
* Source/WebCore/platform/audio/AudioResamplerKernel.cpp:
* Source/WebCore/platform/audio/AudioUtilities.cpp:
* Source/WebCore/platform/audio/Biquad.cpp:
* Source/WebCore/platform/audio/DirectConvolver.cpp:
* Source/WebCore/platform/audio/DownSampler.cpp:
* Source/WebCore/platform/audio/DynamicsCompressor.cpp:
* Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:
* Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:
* Source/WebCore/platform/audio/ReverbConvolverStage.cpp:
* Source/WebCore/platform/audio/ReverbInputBuffer.cpp:
* Source/WebCore/platform/audio/StereoPanner.cpp:
* Source/WebCore/platform/audio/UpSampler.cpp:
* Source/WebCore/platform/cf/KeyedDecoderCF.cpp:
* Source/WebCore/platform/cocoa/SharedVideoFrameInfo.mm:
* Source/WebCore/platform/graphics/FontSelectionAlgorithm.cpp:
* Source/WebCore/platform/graphics/cocoa/WebMAudioUtilitiesCocoa.mm:
* Source/WebCore/platform/graphics/transforms/TransformOperation.cpp:
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:
* Source/WebCore/platform/ios/WebAVPlayerController.mm:
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoDecoder.cpp:
* Source/WebCore/platform/mac/KeyEventMac.mm:
* Source/WebCore/platform/mac/PasteboardMac.mm:
* Source/WebCore/platform/mac/ThemeMac.mm:
* Source/WebCore/platform/mac/ThreadCheck.mm:
* Source/WebCore/platform/mediastream/RealtimeIncomingAudioSource.h:
* Source/WebCore/platform/mediastream/RealtimeIncomingVideoSource.h:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCAudioModule.h:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDTMFSenderBackend.h:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDav1dDecoder.cpp:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDav1dDecoder.h:
* Source/WebCore/platform/network/HTTPHeaderMap.cpp:
* Source/WebCore/platform/network/HTTPParsers.cpp:
* Source/WebCore/platform/network/RFC8941.cpp:
* Source/WebCore/platform/network/create-http-header-name-table:
* Source/WebCore/platform/sql/SQLiteFileSystem.cpp:
* Source/WebCore/platform/sql/SQLiteStatement.cpp:
* Source/WebCore/platform/text/DateTimeFormat.cpp:
* Source/WebCore/platform/text/PlatformLocale.cpp:
* Source/WebCore/platform/text/SegmentedString.cpp:
* Source/WebCore/platform/text/mac/CoreTextChineseCompositionEngine.cpp:
* Source/WebCore/platform/video-codecs/cocoa/RTCVideoDecoderVTBAV1.mm:
* Source/WebCore/platform/video-codecs/cocoa/WebRTCVideoDecoder.mm:
* Source/WebCore/xml/XPathGrammar.cpp:
* Source/WebCore/xml/XPathGrammar.h:
* Source/WebCore/xml/XPathGrammar.y:
Canonical link: https://commits.webkit.org/285964@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list