Skip to content

Commit 7d6a9bd

Browse files
authored
Merge branch 'main' into more-xhr
2 parents 8bf1ad8 + b16b388 commit 7d6a9bd

13 files changed

+23
-60
lines changed

features/compute-pressure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: CPU compute pressure
22
description: The `PressureObserver` API monitors CPU load, allowing you to adjust workloads in response to available computing resources. Also known as the Compute Pressure API.
33
spec: https://w3c.github.io/compute-pressure/
4+
group: compute-pressure

features/draft/spec/compute-pressure.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

features/draft/spec/tc39-intl-locale-info.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

features/draft/spec/tc39-intl-locale-info.yml.dist

Lines changed: 0 additions & 10 deletions
This file was deleted.

features/intl-locale-info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ compat_features:
1111
- javascript.builtins.Intl.Locale.getNumberingSystems
1212
- javascript.builtins.Intl.Locale.getTextInfo
1313
- javascript.builtins.Intl.Locale.getTimeZones
14+
- javascript.builtins.Intl.Locale.getWeekInfo

features/intl-locale-info.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ compat_features:
1313
- javascript.builtins.Intl.Locale.getNumberingSystems
1414
- javascript.builtins.Intl.Locale.getTextInfo
1515
- javascript.builtins.Intl.Locale.getTimeZones
16+
- javascript.builtins.Intl.Locale.getWeekInfo
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Virtual pressure sources
2+
description: The `CreateVirtualPressureSource` WebDriver command creates artificial sources of compute pressure for testing without the need real device sources of compute pressure.
3+
spec: https://w3c.github.io/compute-pressure/
4+
group:
5+
- compute-pressure
6+
- webdriver
7+
compat_features:
8+
- webdriver.commands.CreateVirtualPressureSource
9+
- webdriver.commands.DeleteVirtualPressureSource
10+
- webdriver.commands.UpdateVirtualPressureSource

features/draft/spec/compute-pressure.yml.dist renamed to features/virtual-pressure-sources.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from: compute-pressure.yml
1+
# Generated from: virtual-pressure-sources.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:

features/draft/webdriver-sensors.yml renamed to features/virtual-sensors.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
draft_date: 2024-08-27
2-
name: WebDriver Sensors
3-
description: WebDriver Sensors are WebDriver extension commands for creating, deleting, getting, and setting readings for virtual sensors (sensors that do not depend on underlying hardware or operating system support).
1+
name: Virtual sensors
2+
description: The `CreateVirtualSensor` WebDriver command creates a virtual sensor for testing applications that use sensor APIs, without the need for real device sensors.
43
spec: https://w3c.github.io/sensors/#automation
54
group:
65
- sensors

features/draft/webdriver-sensors.yml.dist renamed to features/virtual-sensors.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from: webdriver-sensors.yml
1+
# Generated from: virtual-sensors.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:

0 commit comments

Comments
 (0)