From d3d562c672e4be818aeffb88db7def288835cd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 4 Jun 2021 10:26:56 +0200 Subject: [PATCH 1/2] Add the Browser Testing API Workstream and Standard Closes #140. --- db.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/db.json b/db.json index c391cc9..dd65b58 100644 --- a/db.json +++ b/db.json @@ -1,5 +1,35 @@ { "workstreams": [ + { + "id": "browser-testing-api", + "name": "Browser Testing API", + "scope": "Internal APIs for automating testing of web platform features implemented in web browsers, e.g., to trigger JavaScript garbage collection.", + "editors": [ + { + "name": "James Graham", + "email": "james@hoppipolla.co.uk" + } + ], + "standards": [ + { + "name": "Browser Testing API", + "href": "https://browser-testing-api.spec.whatwg.org/", + "description": "The Browser Testing API Standard defines internal APIs for automating testing of web platform features implemented in web browsers.", + "authors": [ + { + "name": "James Graham", + "email": "james@hoppipolla.co.uk" + } + ], + "reference": "BROWSER-TESTING-API", + "review_draft_schedule": [ + 3, + 9 + ], + "twitter": "browser-testing-api" + } + ] + }, { "id": "compat", "name": "Compatibility", From 68bdf16e6ff11011945e523d08a477e21ae7554d Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 19 Jul 2021 17:47:48 +0200 Subject: [PATCH 2/2] rename --- db.json | 60 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/db.json b/db.json index dd65b58..7c0c73e 100644 --- a/db.json +++ b/db.json @@ -1,35 +1,5 @@ { "workstreams": [ - { - "id": "browser-testing-api", - "name": "Browser Testing API", - "scope": "Internal APIs for automating testing of web platform features implemented in web browsers, e.g., to trigger JavaScript garbage collection.", - "editors": [ - { - "name": "James Graham", - "email": "james@hoppipolla.co.uk" - } - ], - "standards": [ - { - "name": "Browser Testing API", - "href": "https://browser-testing-api.spec.whatwg.org/", - "description": "The Browser Testing API Standard defines internal APIs for automating testing of web platform features implemented in web browsers.", - "authors": [ - { - "name": "James Graham", - "email": "james@hoppipolla.co.uk" - } - ], - "reference": "BROWSER-TESTING-API", - "review_draft_schedule": [ - 3, - 9 - ], - "twitter": "browser-testing-api" - } - ] - }, { "id": "compat", "name": "Compatibility", @@ -464,6 +434,36 @@ } ] }, + { + "id": "testutils", + "name": "Test Utils", + "scope": "Internal APIs for automating testing of web platform features implemented in web browsers, e.g., to trigger JavaScript garbage collection.", + "editors": [ + { + "name": "James Graham", + "email": "james@hoppipolla.co.uk" + } + ], + "standards": [ + { + "name": "Test Utils", + "href": "https://testutils.spec.whatwg.org/", + "description": "The Test Utils Standard defines internal APIs for automating testing of web platform features implemented in web browsers.", + "authors": [ + { + "name": "James Graham", + "email": "james@hoppipolla.co.uk" + } + ], + "reference": "TESTUTILS", + "review_draft_schedule": [ + 3, + 9 + ], + "twitter": "testutils" + } + ] + }, { "id": "url", "name": "URL",