Author: bargull
Date: 2009-05-22 11:44:06 -0700 (Fri, 22 May 2009)
New Revision: 13986
Modified:
openlaszlo/trunk/lps/includes/source/embednew.js
Log:
Change 20090522-bargull-t5A by bargull at dell--p4--2-53 on 2009-05-22 20:38:42
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Safari uses debug-simple LFC
New Features:
Bugs Fixed: LPP-7966 (New version for browser detection script)
Technical Reviewer: henry
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Update for r13971 (LPP-7966).
We want the WebKit version number, not the Safari version number.
Tests:
Modified: openlaszlo/trunk/lps/includes/source/embednew.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/embednew.js 2009-05-22 18:35:42 UTC (rev 13985)
+++ openlaszlo/trunk/lps/includes/source/embednew.js 2009-05-22 18:44:06 UTC (rev 13986)
@@ -545,7 +545,10 @@
string: navigator.vendor,
subString: "Apple",
identity: "Safari",
- versionSearch: "Version"
+ // NOTE: [20090522 anba] quirksmode uses here "Version" to get
+ // the Safari version number, but we want to have the WebKit
+ // version number
+ versionSearch: "WebKit"
},
{
prop: window.opera,