Changeset 100595 in webkit


Ignore:
Timestamp:
Nov 17, 2011 3:27:39 AM (12 years ago)
Author:
pfeldman@chromium.org
Message:

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

  • inspector/front-end/SettingsScreen.js:

(WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r100594 r100595  
     12011-11-17  Pavel Feldman  <pfeldman@google.com>
     2
     3        Not reviewed: fix IE user agents strings in the inspector.
     4
     5        * inspector/front-end/SettingsScreen.js:
     6        (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):
     7
    182011-11-16  Kenneth Rohde Christiansen  <kenneth@webkit.org>
    29
  • trunk/Source/WebCore/inspector/front-end/SettingsScreen.js

    r99408 r100595  
    238238        var userAgent = WebInspector.settings.userAgent.get();
    239239        const userAgents = [
    240             ["Internet Explorer 9", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0"],
    241             ["Internet Explorer 8", "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0"],
    242             ["Internet Explorer 7", "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0"],
     240            ["Internet Explorer 9", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"],
     241            ["Internet Explorer 8", "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0)"],
     242            ["Internet Explorer 7", "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"],
    243243
    244244            ["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"],
Note: See TracChangeset for help on using the changeset viewer.