Skip to content

Commit 4eea9ad

Browse files
tunethewebddbeck
andauthored
Chrome 146 changes reported Device Memory values (#28900)
* Update device memory limits * Ordering * Fix versions * Remove nodejs * Review feedback * Remove exra values * 1 will now be supported on Android * Update api/WorkerNavigator.json Co-authored-by: Daniel D. Beck <daniel@ddbeck.com> * Review feedback * Change to 147 --------- Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 7e4c62c commit 4eea9ad

4 files changed

Lines changed: 63 additions & 9 deletions

File tree

api/Navigator.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,9 +1128,19 @@
11281128
],
11291129
"support": {
11301130
"chrome": {
1131-
"version_added": "63"
1131+
"version_added": "63",
1132+
"notes": [
1133+
"From Chrome 147, reported values are 2, 4, 8, 16, and 32.",
1134+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
1135+
]
1136+
},
1137+
"chrome_android": {
1138+
"version_added": "63",
1139+
"notes": [
1140+
"From Chrome 147, reported values are 1, 2, 4, and 8.",
1141+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
1142+
]
11321143
},
1133-
"chrome_android": "mirror",
11341144
"edge": "mirror",
11351145
"firefox": {
11361146
"version_added": false

api/WorkerNavigator.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,19 @@
228228
],
229229
"support": {
230230
"chrome": {
231-
"version_added": "65"
231+
"version_added": "65",
232+
"notes": [
233+
"From Chrome 147, reported values are 2, 4, 8, 16, and 32.",
234+
"Before Chrome 147, reported values are 0.25, 0.5, 1, 2, 4, and 8."
235+
]
236+
},
237+
"chrome_android": {
238+
"version_added": "65",
239+
"notes": [
240+
"From Chrome 147, reported values are 1, 2, 4, and 8.",
241+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
242+
]
232243
},
233-
"chrome_android": "mirror",
234244
"deno": {
235245
"version_added": false
236246
},

http/headers/Device-Memory.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@
1010
],
1111
"support": {
1212
"chrome": {
13-
"version_added": "61"
13+
"version_added": "61",
14+
"notes": [
15+
"From Chrome 147, reported values are 2, 4, 8, 16, and 32.",
16+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
17+
]
18+
},
19+
"chrome_android": {
20+
"version_added": "61",
21+
"notes": [
22+
"From Chrome 147, reported values are 1, 2, 4, and 8.",
23+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
24+
]
1425
},
15-
"chrome_android": "mirror",
1626
"edge": "mirror",
1727
"firefox": {
1828
"version_added": false

http/headers/Sec-CH-Device-Memory.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,38 @@
1212
"support": {
1313
"chrome": [
1414
{
15-
"version_added": "97"
15+
"version_added": "97",
16+
"notes": [
17+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.",
18+
"From Chrome 147, reported values are 2, 4, 8, 16, and 32."
19+
]
1620
},
1721
{
1822
"alternative_name": "Device-Memory",
19-
"version_added": "61"
23+
"version_added": "61",
24+
"notes": [
25+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.",
26+
"From Chrome 147, reported values are 2, 4, 8, 16, and 32."
27+
]
28+
}
29+
],
30+
"chrome_android": [
31+
{
32+
"version_added": "97",
33+
"notes": [
34+
"From Chrome 147, reported values are 1, 2, 4, and 8.",
35+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
36+
]
37+
},
38+
{
39+
"alternative_name": "Device-Memory",
40+
"version_added": "61",
41+
"notes": [
42+
"From Chrome 147, reported values are 1, 2, 4, and 8.",
43+
"Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8."
44+
]
2045
}
2146
],
22-
"chrome_android": "mirror",
2347
"edge": "mirror",
2448
"firefox": {
2549
"version_added": false

0 commit comments

Comments
 (0)