Title: [119755] trunk/Source/WebCore
Revision
119755
Author
[email protected]
Date
2012-06-07 14:35:35 -0700 (Thu, 07 Jun 2012)

Log Message

[BlackBerry] Update PlayBook's User Agent String for Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=88543

Patch by Konrad Piascik <[email protected]> on 2012-06-07
Reviewed by Antonio Gomes.

We expect users to upgrade their devices so developers only need the latest UA String.

No tests needed.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (119754 => 119755)


--- trunk/Source/WebCore/ChangeLog	2012-06-07 21:32:33 UTC (rev 119754)
+++ trunk/Source/WebCore/ChangeLog	2012-06-07 21:35:35 UTC (rev 119755)
@@ -1,3 +1,17 @@
+2012-06-07  Konrad Piascik  <[email protected]>
+
+        [BlackBerry] Update PlayBook's User Agent String for Web Inspector
+        https://bugs.webkit.org/show_bug.cgi?id=88543
+
+        Reviewed by Antonio Gomes.
+
+        We expect users to upgrade their devices so developers only need the latest UA String.
+
+        No tests needed.
+
+        * inspector/front-end/SettingsScreen.js:
+        (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):
+
 2012-06-07  Shawn Singh  <[email protected]>
 
         [chromium] Remove obsolete FIXME comment about a layer sorting bug.

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


--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-06-07 21:32:33 UTC (rev 119754)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-06-07 21:35:35 UTC (rev 119755)
@@ -381,8 +381,7 @@
             ["Android 2.3 \u2014 Nexus S", "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Nexus S Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", "480x800x1.1"],
             ["Android 4.0.2 \u2014 Galaxy Nexus", "Mozilla/5.0 (Linux; U; Android 4.0.2; en-us; Galaxy Nexus Build/ICL53F) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30", "720x1280x1.1"],
 
-            ["BlackBerry \u2014 PlayBook 1.0","Mozilla/5.0 (PlayBook; U; RIM Tablet OS 1.0.0; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.7 Safari/534.11+", "1024x600x1"],
-            ["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+", "1024x600x1"],
+            ["BlackBerry \u2014 PlayBook 2.1", "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML, like Gecko) Version/7.2.1.0 Safari/536.2+", "1024x600x1"],
             ["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+", "640x480x1"],
 
             ["MeeGo \u2014 Nokia N9", "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13", "480x854x1"],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to