Author: max
Date: 2007-08-13 16:29:22 -0700 (Mon, 13 Aug 2007)
New Revision: 6040
Modified:
openlaszlo/branches/wafflecone/lps/includes/source/embednew.js
Log:
Change 20070813-maxcarlson-a by [EMAIL PROTECTED] on 2007-08-13 12:18:32 PDT
in /Users/maxcarlson/openlaszlo/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Add support for Iceweasel
New Features:
Bugs Fixed: LPP-3738 - Remove DHTML startup warning message for IceWeasel
browser
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: Add wupport for Iceweasel per LPP-3738.
Tests: Type about:config in the address bar of FireFox, and set the preference
name "general.useragent.override" to 'Iceweasel/2.0.0.6'. You should no longer
see warnings when loading DHTML apps. Iceweasel is just another name for
Firefox...
Modified: openlaszlo/branches/wafflecone/lps/includes/source/embednew.js
===================================================================
--- openlaszlo/branches/wafflecone/lps/includes/source/embednew.js
2007-08-13 23:26:08 UTC (rev 6039)
+++ openlaszlo/branches/wafflecone/lps/includes/source/embednew.js
2007-08-13 23:29:22 UTC (rev 6040)
@@ -487,6 +487,12 @@
subString: "Firefox",
identity: "Firefox"
},
+ {
+ string: navigator.userAgent,
+ subString: "Iceweasel",
+ versionSearch: "Iceweasel",
+ identity: "Firefox"
+ },
{ // for newer Netscapes (6+)
string: navigator.userAgent,
subString: "Netscape",
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins