mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 988409 - Turn on Path2D by default. r=roc, r=bz
This commit is contained in:
parent
0e1572db57
commit
a03dc8fbb8
@ -735,6 +735,8 @@ var interfaceNamesInGlobalScope =
|
|||||||
"PaintRequestList",
|
"PaintRequestList",
|
||||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||||
"PannerNode",
|
"PannerNode",
|
||||||
|
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||||
|
{ name: "Path2D", pref: "canvas.path.enabled" },
|
||||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||||
"Performance",
|
"Performance",
|
||||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||||
|
@ -468,7 +468,7 @@ pref("canvas.focusring.enabled", false);
|
|||||||
pref("canvas.customfocusring.enabled", false);
|
pref("canvas.customfocusring.enabled", false);
|
||||||
pref("canvas.hitregions.enabled", false);
|
pref("canvas.hitregions.enabled", false);
|
||||||
// Add support for canvas path objects
|
// Add support for canvas path objects
|
||||||
pref("canvas.path.enabled", false);
|
pref("canvas.path.enabled", true);
|
||||||
|
|
||||||
// We want the ability to forcibly disable platform a11y, because
|
// We want the ability to forcibly disable platform a11y, because
|
||||||
// some non-a11y-related components attempt to bring it up. See bug
|
// some non-a11y-related components attempt to bring it up. See bug
|
||||||
|
Loading…
Reference in New Issue
Block a user