Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f8cecb9d26e94ed6f13b6b2a4feeb7b0bcc1becd
https://github.com/WebKit/WebKit/commit/f8cecb9d26e94ed6f13b6b2a4feeb7b0bcc1becd
Author: Anne van Kesteren <[email protected]>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M
LayoutTests/inspector/canvas/recording-offscreen-canvas-2d-full-expected.txt
M LayoutTests/inspector/canvas/resources/recording-2d.js
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl
Log Message:
-----------
Disable OffscreenCanvasRenderingContext2D's commit() method by default
https://bugs.webkit.org/show_bug.cgi?id=272591
rdar://126758254
Reviewed by Matt Woodrow.
This puts OffscreenCanvasRenderingContext2D's commit() behind a runtime
setting marked testable (OffscreenCanvasDeprecatedCommitEnabled). This
ensures this method continues to be tested for the time being and can
be re-enabled should there be a need.
The goal is to remove this method and underlying implementation
completely as discussed here:
https://github.com/whatwg/html/pull/9979
* LayoutTests/inspector/canvas/recording-offscreen-canvas-2d-full-expected.txt:
* LayoutTests/inspector/canvas/resources/recording-2d.js:
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.idl:
Canonical link: https://commits.webkit.org/278047@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