Title: [125779] trunk/Source/WebCore
- Revision
- 125779
- Author
- [email protected]
- Date
- 2012-08-16 07:58:17 -0700 (Thu, 16 Aug 2012)
Log Message
Add BB10 User Agent String to Web Inspector.
https://bugs.webkit.org/show_bug.cgi?id=94217
Reviewed by George Staikos.
Add the new BlackBerry 10 User Agent String and device metrics for
emulation.
* inspector/front-end/SettingsScreen.js:
(WebInspector.UserAgentSettingsTab.prototype._createUserAgentSelectRowElement.get const):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (125778 => 125779)
--- trunk/Source/WebCore/ChangeLog 2012-08-16 14:54:54 UTC (rev 125778)
+++ trunk/Source/WebCore/ChangeLog 2012-08-16 14:58:17 UTC (rev 125779)
@@ -1,3 +1,16 @@
+2012-08-16 Konrad Piascik <[email protected]>
+
+ Add BB10 User Agent String to Web Inspector.
+ https://bugs.webkit.org/show_bug.cgi?id=94217
+
+ Reviewed by George Staikos.
+
+ Add the new BlackBerry 10 User Agent String and device metrics for
+ emulation.
+
+ * inspector/front-end/SettingsScreen.js:
+ (WebInspector.UserAgentSettingsTab.prototype._createUserAgentSelectRowElement.get const):
+
2012-08-16 Marcelo Lira <[email protected]>
[Qt] Input method hints are not being set.
Modified: trunk/Source/WebCore/inspector/front-end/SettingsScreen.js (125778 => 125779)
--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js 2012-08-16 14:54:54 UTC (rev 125778)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js 2012-08-16 14:58:17 UTC (rev 125779)
@@ -399,6 +399,7 @@
["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"],
+ ["BlackBerry \u2014 BB10", "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.1+ (KHTML, like Gecko) Version/10.0.0.1337 Mobile Safari/537.1+", "768x1280x1"],
["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/webkit-changes