[28310] in Source-Commits

home help back first fref pref prev next nref lref last post

firefox-extension commit: Release 10.2.2, which un-disables PDF.js

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sun Jul 6 13:21:41 2014

Date: Sun, 6 Jul 2014 13:21:34 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201407061721.s66HLYa1023862@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/firefox-extension/commit/a705862b3067091fce38407ce01011802a86c319
commit a705862b3067091fce38407ce01011802a86c319
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Fri Jun 20 10:46:20 2014 -0400

    Release 10.2.2, which un-disables PDF.js
    
    With the advent of Firefox 30, pdf.js printing works again, so
    we stop disabling it (Trac: #1483)

 VERSION                        |    2 +-
 defaults/preferences/athena.js |    7 -------
 install.rdf                    |    2 +-
 3 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/VERSION b/VERSION
index 26ee5b0..68e8fce 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-10.2.1
+10.2.2
diff --git a/defaults/preferences/athena.js b/defaults/preferences/athena.js
index 7d9722a..0ac41bf 100644
--- a/defaults/preferences/athena.js
+++ b/defaults/preferences/athena.js
@@ -20,10 +20,3 @@ pref("network.negotiate-auth.trusted-uris", "https://idp.mit.edu");
 // Do not delete files downloaded for helper applications upon exit,
 // to give users a chance to retrieve them if desired.
 pref("browser.helperApps.deleteTempFileOnExit", false);
-
-// Disable pdf.js, since it is incapable of generating PostScript
-pref("pdfjs.disabled", true);
-// Force Firefox to ask the user what to do with a PDF
-// (without this setting, and with pdfjs disabled as above, the PDF
-// will be automatically added to the "Downloads" window/popup
-pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
diff --git a/install.rdf b/install.rdf
index 23c5548..c6e0a85 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,7 +5,7 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>athena@mit.edu</em:id>
-    <em:version>10.2.1</em:version>
+    <em:version>10.2.2</em:version>
     <em:type>2</em:type>
    
     <!-- Target Application this extension can install into, 

home help back first fref pref prev next nref lref last post