This website requires JavaScript.
Explore
Help
Sign In
Sakurai
/
pdf.js
Watch
1
Star
0
Fork
0
You've already forked pdf.js
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
15425d5b9b
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-28 03:39:57 +09:00
// Disable the default browser test.
user
_pref
(
'browser.shell.checkDefaultBrowser'
,
false
)
;
Reference in New Issue
Copy Permalink