Title: [106338] trunk/Source/WebCore
Revision
106338
Author
[email protected]
Date
2012-01-30 23:45:32 -0800 (Mon, 30 Jan 2012)

Log Message

Web Inspector: [BlackBerry] Add BlackBerry UA Strings to the Inspector's UA switcher
https://bugs.webkit.org/show_bug.cgi?id=77343

Patch by Konrad Piascik <[email protected]> on 2012-01-30
Reviewed by Yury Semikhatsky.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106337 => 106338)


--- trunk/Source/WebCore/ChangeLog	2012-01-31 07:37:28 UTC (rev 106337)
+++ trunk/Source/WebCore/ChangeLog	2012-01-31 07:45:32 UTC (rev 106338)
@@ -1,3 +1,13 @@
+2012-01-30  Konrad Piascik  <[email protected]>
+
+        Web Inspector: [BlackBerry] Add BlackBerry UA Strings to the Inspector's UA switcher
+        https://bugs.webkit.org/show_bug.cgi?id=77343
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/SettingsScreen.js:
+        (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const):
+
 2012-01-30  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: should be possible to step through all event listeners when event listener breakpoint is hit

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


--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-01-31 07:37:28 UTC (rev 106337)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-01-31 07:45:32 UTC (rev 106338)
@@ -304,6 +304,11 @@
             ["iPad \u2014 iOS 4", "Mozilla/5.0 (iPad; CPU OS 4_3_2 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5"],
 
             ["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"],
+
+            ["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+"],
+            ["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+"],
+
             [WebInspector.UIString("Other..."), "Other"]
         ];
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to