From 365c525d3f7c6a90066472e6cbc0dc1e7f719a32 Mon Sep 17 00:00:00 2001 From: Edward Lee Date: Fri, 20 Apr 2012 15:56:11 -0700 Subject: [PATCH] Bug 747451 - Desktop web runtime user agent breaks apps expecting "Firefox" in the UA [f=myk, r=felipe, a=desktop-only] Use the compatibility mode to include Firefox/ with WebappRuntime/. --HG-- extra : rebase_source : 3e8a5bbeb50ef3cca68c2a8bc618ded968449039 --- webapprt/prefs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapprt/prefs.js b/webapprt/prefs.js index 00ea70414a0..94c36429749 100644 --- a/webapprt/prefs.js +++ b/webapprt/prefs.js @@ -3,3 +3,4 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ pref("browser.chromeURL", "chrome://webapprt/content/webapp.xul"); +pref("general.useragent.compatMode.firefox", true);