Title: [100595] trunk/Source/WebCore
Revision
100595
Author
pfeld...@chromium.org
Date
2011-11-17 03:27:39 -0800 (Thu, 17 Nov 2011)

Log Message

Not reviewed: fix IE user agents strings in the inspector.

* inspector/front-end/SettingsScreen.js:
(WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (100594 => 100595)


--- trunk/Source/WebCore/ChangeLog	2011-11-17 11:26:29 UTC (rev 100594)
+++ trunk/Source/WebCore/ChangeLog	2011-11-17 11:27:39 UTC (rev 100595)
@@ -1,3 +1,10 @@
+2011-11-17  Pavel Feldman  <pfeld...@google.com>
+
+        Not reviewed: fix IE user agents strings in the inspector.
+
+        * inspector/front-end/SettingsScreen.js:
+        (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):
+
 2011-11-16  Kenneth Rohde Christiansen  <kenn...@webkit.org>
 
         Make use-fixed-layout work reliable

Modified: trunk/Source/WebCore/inspector/front-end/SettingsScreen.js (100594 => 100595)


--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2011-11-17 11:26:29 UTC (rev 100594)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2011-11-17 11:27:39 UTC (rev 100595)
@@ -237,9 +237,9 @@
     {
         var userAgent = WebInspector.settings.userAgent.get();
         const userAgents = [
-            ["Internet Explorer 9", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0"],
-            ["Internet Explorer 8", "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0"],
-            ["Internet Explorer 7", "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0"],
+            ["Internet Explorer 9", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"],
+            ["Internet Explorer 8", "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0)"],
+            ["Internet Explorer 7", "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"],
 
             ["Firefox 7 \u2014 Windows", "Mozilla/5.0 (Windows NT 6.1; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1"],
             ["Firefox 7 \u2014 Mac", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to