From: apavlov@chromium.org Date: Tue, 10 Apr 2012 17:18:27 +0000 (+0000) Subject: Web Inspector: Add Galaxy Nexus to the list of emulated user agents X-Git-Tag: 070512121124~7416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e33cc8b1ec5d35263dc52413b5538e81b12185c;p=profile%2Fivi%2Fwebkit-efl.git Web Inspector: Add Galaxy Nexus to the list of emulated user agents https://bugs.webkit.org/show_bug.cgi?id=83589 The new record contains the device display metrics and the User Agent string. Reviewed by Pavel Feldman. * inspector/front-end/SettingsScreen.js: (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113731 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 9cc9d65..9862fb9 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,15 @@ +2012-04-10 Alexander Pavlov + + Web Inspector: Add Galaxy Nexus to the list of emulated user agents + https://bugs.webkit.org/show_bug.cgi?id=83589 + + The new record contains the device display metrics and the User Agent string. + + Reviewed by Pavel Feldman. + + * inspector/front-end/SettingsScreen.js: + (WebInspector.SettingsScreen.prototype._createUserAgentSelectRowElement.get const): + 2012-04-10 Emil A Eklund Add missing methods and operators to FractionalLayoutUnit diff --git a/Source/WebCore/inspector/front-end/SettingsScreen.js b/Source/WebCore/inspector/front-end/SettingsScreen.js index 3841c39..1fd872b 100644 --- a/Source/WebCore/inspector/front-end/SettingsScreen.js +++ b/Source/WebCore/inspector/front-end/SettingsScreen.js @@ -325,6 +325,7 @@ 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", "1024x768x1"], ["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"],