This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
pdf.js
Watch
1
Star
0
Fork
You've already forked pdf.js
0
mirror of
https://github.com/mozilla/pdf.js.git
synced
2025-04-28 23:28:16 +02:00
Code
Activity
df7756d2a4
pdf.js
/
test
/
resources
/
firefox
/
user.js
3 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Bots: disable the default browser test and enable E10s The test runner is automated, so if the default browser test is performed, the browser hangs waiting for user input it never gets. Disable the test to fix that. Moreover, enable E10s now that it is mature. This may help with the performance of the test runner as well.
2017-04-27 20:39:57 +02:00
// Disable the default browser test.
user
_pref
(
'browser.shell.checkDefaultBrowser'
,
false
)
;
Copy permalink