1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-28 23:28:16 +02:00

Add SpecialPowers extension to allow the browser to quit from content, and a bunch of other exciting things.

This commit is contained in:
Rob Sayre 2011-06-23 13:12:22 -07:00
parent f777fcf792
commit 49d17bdc46
8 changed files with 417 additions and 3 deletions

View file

@ -30,4 +30,5 @@ user_pref("media.cache_size", 100);
user_pref("security.warn_viewing_mixed", false);
user_pref("app.update.enabled", false);
user_pref("browser.panorama.experienced_first_run", true); // Assume experienced
user_pref("dom.w3c_touch_events.enabled", true);
user_pref("dom.w3c_touch_events.enabled", true);
user_pref("extensions.checkCompatibility", false);