[webkit-changes] [WebKit/WebKit] b9354c: Further reduce use of memcpy in WebCore/
Chris Dumez
noreply at github.com
Thu Dec 26 15:17:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b9354c0e931733e938062f896ba604c1b2cefa19
https://github.com/WebKit/WebKit/commit/b9354c0e931733e938062f896ba604c1b2cefa19
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-12-26 (Thu, 26 Dec 2024)
Changed paths:
M Source/WebCore/PAL/pal/spi/mac/HIServicesSPI.h
M Source/WebCore/accessibility/cocoa/AXTextMarkerCocoa.mm
M Source/WebCore/accessibility/mac/AXObjectCacheMac.mm
M Source/WebCore/contentextensions/DFABytecodeCompiler.cpp
M Source/WebCore/platform/audio/PushPullFIFO.cpp
Log Message:
-----------
Further reduce use of memcpy in WebCore/
https://bugs.webkit.org/show_bug.cgi?id=285163
Reviewed by Geoffrey Garen.
* Source/WebCore/accessibility/cocoa/AXTextMarkerCocoa.mm:
(WebCore::AXTextMarker::AXTextMarker):
* Source/WebCore/accessibility/mac/AXObjectCacheMac.mm:
(WebCore::getBytesFromAXTextMarker):
* Source/WebCore/contentextensions/DFABytecodeCompiler.cpp:
(WebCore::ContentExtensions::append):
* Source/WebCore/platform/audio/PushPullFIFO.cpp:
(WebCore::PushPullFIFO::push):
Canonical link: https://commits.webkit.org/288301@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