Title: [106917] trunk/Source/WebCore
Revision
106917
Author
kenn...@webkit.org
Date
2012-02-07 03:10:53 -0800 (Tue, 07 Feb 2012)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106916 => 106917)


--- trunk/Source/WebCore/ChangeLog	2012-02-07 10:29:57 UTC (rev 106916)
+++ trunk/Source/WebCore/ChangeLog	2012-02-07 11:10:53 UTC (rev 106917)
@@ -1,3 +1,13 @@
+2012-02-07  Kenneth Rohde Christiansen  <kenn...@webkit.org>
+
+        [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):
+
 2012-02-07  Alexander Pavlov  <apav...@chromium.org>
 
         [CRASH] bool EventHandler::dispatchSyntheticTouchEventIfEnabled(const PlatformMouseEvent& event) references a NULL pointer

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


--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-02-07 10:29:57 UTC (rev 106916)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-02-07 11:10:53 UTC (rev 106917)
@@ -312,6 +312,8 @@
             ["BlackBerry \u2014 PlayBook 2.0", "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.0.0; en-US) AppleWebKit/535.8+ (KHTML, like Gecko) Version/7.2.0.0 Safari/535.8+"],
             ["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+"],
 
+            ["MeeGo \u2014 Nokia N9", "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13"],
+
             [WebInspector.UIString("Other..."), "Other"]
         ];
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to