Issue #2546 - Part 6: Remove canvas.imagebitmap_extensions.enabled preference.

This commit is contained in:
Moonchild 2024-07-09 12:16:18 +02:00 committed by roytam1
commit 7cc4dcb680
4 changed files with 0 additions and 19 deletions

View file

@ -852,9 +852,6 @@ pref("canvas.filters.enabled", true);
pref("canvas.path.enabled", true);
pref("canvas.capturestream.enabled", true);
// Disable the ImageBitmap-extensions for now.
pref("canvas.imagebitmap_extensions.enabled", false);
// We want the ability to forcibly disable platform a11y, because
// some non-a11y-related components attempt to bring it up. See bug
// 538530 for details about Windows; we have a pref here that allows it