diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index 46673e9704..720ecbe6ca 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -1332,10 +1332,6 @@ pref("signon.schemeUpgrades", true); #if defined(NIGHTLY_BUILD) pref("print.use_simplify_page", true); #endif -#else -#if defined(EARLY_BETA_OR_EARLIER) -pref("print.use_simplify_page", true); -#endif #endif // Space separated list of URLS that are allowed to send objects (instead of @@ -1345,11 +1341,7 @@ pref("webchannel.allowObject.urlWhitelist", "https://accounts.firefox.com https: // Whether or not the browser should scan for unsubmitted // crash reports, and then show a notification for submitting // those reports. -#ifdef EARLY_BETA_OR_EARLIER -pref("browser.crashReports.unsubmittedCheck.enabled", true); -#else pref("browser.crashReports.unsubmittedCheck.enabled", false); -#endif // chancesUntilSuppress is how many times we'll show the unsubmitted // crash report notification across different days and shutdown diff --git a/application/basilisk/installer/package-manifest.in b/application/basilisk/installer/package-manifest.in index 9ed72547d7..9b37de4204 100644 --- a/application/basilisk/installer/package-manifest.in +++ b/application/basilisk/installer/package-manifest.in @@ -235,7 +235,7 @@ @RESPATH@/components/jar.xpt @RESPATH@/components/jsdebugger.xpt @RESPATH@/components/jsdownloads.xpt -;@RESPATH@/browser/components/jsinspector.xpt +@RESPATH@/components/jsinspector.xpt @RESPATH@/components/layout_base.xpt #ifdef NS_PRINTING @RESPATH@/components/layout_printing.xpt diff --git a/application/palemoon/base/content/browser-context.inc b/application/palemoon/base/content/browser-context.inc index 38c4725082..33ea7b1351 100644 --- a/application/palemoon/base/content/browser-context.inc +++ b/application/palemoon/base/content/browser-context.inc @@ -85,6 +85,12 @@ name="playbackrate" checked="true" oncommand="gContextMenu.mediaCommand('playbackRate', 1.0);"/> + + +