Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7646e55e60a6bf66d692be7c1b42bf7294dd8799
https://github.com/WebKit/WebKit/commit/7646e55e60a6bf66d692be7c1b42bf7294dd8799
Author: Gavin Phillips <[email protected]>
Date: 2026-01-23 (Fri, 23 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/ShareableBitmap.h
M Tools/TestWebKitAPI/Tests/WebCore/ShareableBitmap.cpp
Log Message:
-----------
Temporarily disable CopyOnWrite by default for ShareableBitmap
https://bugs.webkit.org/show_bug.cgi?id=305954
rdar://168603373
Reviewed by Kimmo Kinnunen and Anne van Kesteren.
Temporarily disable CopyOnWrite by default for ShareableBitmap.
This will be re-enabled once the memory is being correctly attributed.
* Source/WebCore/platform/graphics/ShareableBitmap.h:
* Tools/TestWebKitAPI/Tests/WebCore/ShareableBitmap.cpp:
(TestWebKitAPI::TEST(ShareableBitmap, DISABLED_ensureCOWBothMapsRWSenderWrite)):
(TestWebKitAPI::TEST(ShareableBitmap,
DISABLED_ensureCOWBothMapsRWSenderWriteReceiverWrite)):
(TestWebKitAPI::TEST(ShareableBitmap, DISABLED_ensureCOWBothMapsROSenderWrite)):
(TestWebKitAPI::TEST(ShareableBitmap, ensureCOWBothMapsRWSenderWrite)): Deleted.
(TestWebKitAPI::TEST(ShareableBitmap,
ensureCOWBothMapsRWSenderWriteReceiverWrite)): Deleted.
(TestWebKitAPI::TEST(ShareableBitmap, ensureCOWBothMapsROSenderWrite)): Deleted.
Canonical link: https://commits.webkit.org/306089@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications