mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #1360 - Part 2: Update tests for changed preferences.
This commit is contained in:
parent
a085fa5430
commit
71fdf2f56b
11 changed files with 12 additions and 25 deletions
|
|
@ -142,11 +142,6 @@ class FirefoxBrowser(Browser):
|
|||
if self.e10s:
|
||||
self.profile.set_preferences({"browser.tabs.remote.autostart": True})
|
||||
|
||||
# Bug 1262954: winxp + e10s, disable hwaccel
|
||||
if (self.e10s and platform.system() in ("Windows", "Microsoft") and
|
||||
'5.1' in platform.version()):
|
||||
self.profile.set_preferences({"layers.acceleration.disabled": True})
|
||||
|
||||
if self.ca_certificate_path is not None:
|
||||
self.setup_ssl()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue