Changeset 106917 in webkit


Ignore:
Timestamp:
Feb 7, 2012 3:10:53 AM (12 years ago)
Author:
kenneth@webkit.org
Message:

[Inspector] Add the Nokia N9 user agent
https://bugs.webkit.org/show_bug.cgi?id=77949

Reviewed by Simon Hausmann.

  • 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

    r106916 r106917  
     12012-02-07  Kenneth Rohde Christiansen  <kenneth@webkit.org>
     2
     3        [Inspector] Add the Nokia N9 user agent
     4        https://bugs.webkit.org/show_bug.cgi?id=77949
     5
     6        Reviewed by Simon Hausmann.
     7
     8        * inspector/front-end/SettingsScreen.js:
     9        (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):
     10
    1112012-02-07  Alexander Pavlov  <apavlov@chromium.org>
    212
  • trunk/Source/WebCore/inspector/front-end/SettingsScreen.js

    r106811 r106917  
    313313            ["BlackBerry \u2014 9900", "Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.187 Mobile Safari/534.11+"],
    314314
     315            ["MeeGo \u2014 Nokia N9", "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13"],
     316
    315317            [WebInspector.UIString("Other..."), "Other"]
    316318        ];
Note: See TracChangeset for help on using the changeset viewer.