This website works better with JavaScript.
Explore
Help
Sign In
akira
/
pdfjs-dist
Watch
1
Star
0
Fork
You've already forked pdfjs-dist
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Generic build of PDF.js library.
9867
Commits
1
Branch
1804
Tags
126 MiB
Tree:
8e9b4b5ff2
pdfjs-dist
/
test
/
resources
/
firefox
/
user.js
3 lines
92 B
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.
8 years ago
// Disable the default browser test.
user
_pref
(
'browser.shell.checkDefaultBrowser'
,
false
)
;