Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json

Issue 1959783002: DevTools: Introduce device dependent CPU throttling rates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json b/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
index d8b796e56f75a0406d60e2047041336cc3f1d879..fe5ef0e09cd22377ac3728ee91f0d4a0138381d0 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
@@ -86,7 +86,7 @@
"order": 50,
"device": {
"show-by-default": true,
- "title": "iPhone 6",
+ "title": "iPhone 6S",
"screen": {
"horizontal": {
"outline" : {
@@ -111,6 +111,7 @@
"mobile"
],
"user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1",
+ "octane-score": 14500,
"type": "phone",
"modes": [
{
@@ -131,7 +132,7 @@
"order": 60,
"device": {
"show-by-default": true,
- "title": "iPhone 6 Plus",
+ "title": "iPhone 6S Plus",
"screen": {
"horizontal": {
"outline" : {
@@ -312,6 +313,7 @@
"title": "Nexus 5X",
"type": "phone",
"user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.23 Mobile Safari/537.36",
+ "octane-score": 8083,
pfeldman 2016/05/06 23:13:09 I wonder if we can use this: http://www.phonearena
alph 2016/05/07 00:02:27 I'll try to in the upcoming patches.
"capabilities": [
"touch",
"mobile"
@@ -397,6 +399,7 @@
"mobile"
],
"user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.23 Mobile Safari/537.36",
+ "octane-score": 5082,
"type": "phone",
"modes": [
{

Powered by Google App Engine
This is Rietveld 408576698