mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
WebRender preference (gfx.webrender.enable, false by default)
This commit is contained in:
parent
312a33d27f
commit
1190eb1c6a
3 changed files with 7 additions and 1 deletions
|
|
@ -727,6 +727,9 @@ pref("layout.scroll.root-frame-containers", false);
|
|||
pref("gfx.layerscope.enabled", false);
|
||||
pref("gfx.layerscope.port", 23456);
|
||||
|
||||
// Enable the incremental C WebRender path for supported compositor primitives.
|
||||
pref("gfx.webrender.enabled", false);
|
||||
|
||||
// Log severe performance warnings to the error console and profiles.
|
||||
// This should be use to quickly find which slow paths are used by test cases.
|
||||
pref("gfx.perf-warnings.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue