From: commit-queue@webkit.org Date: Tue, 31 Jan 2012 07:45:32 +0000 (+0000) Subject: Web Inspector: [BlackBerry] Add BlackBerry UA Strings to the Inspector's UA switcher X-Git-Tag: 070512121124~14161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1d33206007ca18f31f1489593db1cb4beef6c0a;p=profile%2Fivi%2Fwebkit-efl.git 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 on 2012-01-30 Reviewed by Yury Semikhatsky. * inspector/front-end/SettingsScreen.js: (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106338 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 21683e9..6e3d99b 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,13 @@ +2012-01-30 Konrad Piascik + + 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 Web Inspector: should be possible to step through all event listeners when event listener breakpoint is hit diff --git a/Source/WebCore/inspector/front-end/SettingsScreen.js b/Source/WebCore/inspector/front-end/SettingsScreen.js index a2e07b4..7b706a0 100644 --- a/Source/WebCore/inspector/front-end/SettingsScreen.js +++ b/Source/WebCore/inspector/front-end/SettingsScreen.js @@ -304,6 +304,11 @@ WebInspector.SettingsScreen.prototype = { ["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"] ];