From 6da9eb387834054eb70754483209ea35b75865b2 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Fri, 24 May 2024 19:18:36 +0200 Subject: [PATCH 1/4] Add Compression Standard to db.json --- db.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/db.json b/db.json index 857dbc7..77523c0 100644 --- a/db.json +++ b/db.json @@ -469,6 +469,27 @@ 8 ], "twitter": "streamsstandard" + }, + { + "name": "Compression", + "href": "https://compression.spec.whatwg.org/", + "description": "The Compression Standard provides APIs for compressing and decompressing bytes using a set of the most common compression algorithms.", + "authors": [ + { + "name": "Canon Mukai", + "email": "canonmukai@google.com" + }, + { + "name": "Adam Rice", + "email": "ricea@chromium.org" + } + ], + "reference": "COMPRESSION", + "review_draft_schedule": [ + 2, + 8 + ], + "twitter": "compressionstandard" } ] }, From 600785e363515c7afde8fba6c5c677d831f872cd Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Fri, 24 May 2024 19:22:53 +0200 Subject: [PATCH 2/4] validator wants to put compression before streams --- db.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/db.json b/db.json index 77523c0..c7f5618 100644 --- a/db.json +++ b/db.json @@ -441,6 +441,27 @@ } ], "standards": [ + { + "name": "Compression", + "href": "https://compression.spec.whatwg.org/", + "description": "The Compression Standard provides APIs for compressing and decompressing bytes using a set of the most common compression algorithms.", + "authors": [ + { + "name": "Adam Rice", + "email": "ricea@chromium.org" + }, + { + "name": "Canon Mukai", + "email": "canonmukai@google.com" + } + ], + "reference": "COMPRESSION", + "review_draft_schedule": [ + 2, + 8 + ], + "twitter": "compressionstandard" + }, { "name": "Streams", "href": "https://streams.spec.whatwg.org/", @@ -469,27 +490,6 @@ 8 ], "twitter": "streamsstandard" - }, - { - "name": "Compression", - "href": "https://compression.spec.whatwg.org/", - "description": "The Compression Standard provides APIs for compressing and decompressing bytes using a set of the most common compression algorithms.", - "authors": [ - { - "name": "Canon Mukai", - "email": "canonmukai@google.com" - }, - { - "name": "Adam Rice", - "email": "ricea@chromium.org" - } - ], - "reference": "COMPRESSION", - "review_draft_schedule": [ - 2, - 8 - ], - "twitter": "compressionstandard" } ] }, From 6141d3387c91072289df5da6f71b114cf6039531 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 27 May 2024 16:09:58 +0200 Subject: [PATCH 3/4] Update review_draft_schedule as requested Co-authored-by: Anne van Kesteren --- db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.json b/db.json index c7f5618..85a18e3 100644 --- a/db.json +++ b/db.json @@ -457,8 +457,8 @@ ], "reference": "COMPRESSION", "review_draft_schedule": [ - 2, - 8 + 4, + 10 ], "twitter": "compressionstandard" }, From 978630ad4e20903cf95f2257cddafd268dd4b40e Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 29 May 2024 09:06:50 +0200 Subject: [PATCH 4/4] Update db.json --- db.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/db.json b/db.json index 85a18e3..773076f 100644 --- a/db.json +++ b/db.json @@ -449,10 +449,6 @@ { "name": "Adam Rice", "email": "ricea@chromium.org" - }, - { - "name": "Canon Mukai", - "email": "canonmukai@google.com" } ], "reference": "COMPRESSION",