mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1246952. Cleanup references to vsync prefs. r=kats
This commit is contained in:
parent
ae63e5800e
commit
601ddfa976
@ -30,9 +30,6 @@ pref("network.predictor.enabled", true);
|
||||
// No AccessibleCaret
|
||||
pref("layout.accessiblecaret.enabled", false);
|
||||
|
||||
pref("gfx.vsync.hw-vsync.enabled", true);
|
||||
pref("gfx.vsync.compositor", true);
|
||||
|
||||
// To be removed once bug 942756 is fixed.
|
||||
pref("devtools.debugger.unix-domain-socket", "6000");
|
||||
|
||||
|
@ -61,12 +61,6 @@
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
var hwVsyncEnabled = SpecialPowers.getBoolPref("gfx.vsync.hw-vsync.enabled");
|
||||
if (!hwVsyncEnabled) {
|
||||
SimpleTest.ok(true, "Hardware vsync not enabled, skipping test");
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
SpecialPowers.pushPrefEnv({
|
||||
"set" : [
|
||||
[testPref, true]
|
||||
|
Loading…
Reference in New Issue
Block a user