Skip to content

Commit

Permalink
Merge branch 'main' into api/MediaKeySystemConfiguration/removal
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Dec 15, 2021
2 parents 253f0f5 + b24036c commit a9ea03c
Show file tree
Hide file tree
Showing 795 changed files with 20,048 additions and 14,281 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/add-push-artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Add artifacts on push

on:
push: []

jobs:
test:
name: Enumerate and diff features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # get the full repository checkout, not just the inciting commit
- uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm install
- run: node ./scripts/enumerate-features.js features.json
- run: node ./scripts/diff-features.js --no-github --format=json > features.diff.json
- uses: actions/upload-artifact@v2
with:
name: enumerate-features
path: features.json
- uses: actions/upload-artifact@v2
with:
name: diff-features
path: features.diff.json
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
release:
types: [published]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
name: Publish release
runs-on: ubuntu-latest

steps:
Expand All @@ -20,3 +24,7 @@ jobs:
- run: npm publish build/ --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Add JSON as a release asset
run: gh release upload ${GITHUB_REF#refs/*/} build/data.json
- name: Publish stats for all data (#3555)
run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Any community member or Peer can ask that something be added to the next meeting

The intention of the agenda is not to approve or review all patches. That should happen continuously on GitHub and be handled by the larger group of Peers. The exception to this is when defining how the schema should look (or when proposing an update), or when a PR discussion has stalled due to disagreement or inaction, and progress needs to be unblocked.

Prior to each project meeting, the moderator will share the agenda with the owners. Owners can add any items they like to the agenda at the beginning of each meeting. The moderator and the owners cannot veto or remove items.
Before each project meeting, the moderator will share the agenda with the owners. Owners can add any items they like to the agenda at the beginning of each meeting. The moderator and the owners cannot veto or remove items.

The Owners may invite persons or representatives from certain projects to participate in a non-voting capacity.

Expand Down
367 changes: 367 additions & 0 deletions RELEASE_NOTES.md

Large diffs are not rendered by default.

114 changes: 112 additions & 2 deletions api/AbortSignal.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
"version_added": false
},
"nodejs": {
"version_added": false
"version_added": "15.12.0"
},
"opera": {
"version_added": false
"version_added": "79"
},
"opera_android": {
"version_added": false
Expand All @@ -107,6 +107,61 @@
"standard_track": true,
"deprecated": false
}
},
"reason_parameter": {
"__compat": {
"description": "<code>reason</code> parameter",
"spec_url": "https://dom.spec.whatwg.org/#abortsignal-abort-reason",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"deno": {
"version_added": "1.16"
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"nodejs": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"abort_event": {
Expand Down Expand Up @@ -274,6 +329,61 @@
"deprecated": false
}
}
},
"reason": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AbortSignal/reason",
"spec_url": "https://dom.spec.whatwg.org/#ref-for-dom-abortsignal-reason①",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"deno": {
"version_added": "1.16"
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"nodejs": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions api/AnalyserNode.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -137,7 +137,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -186,7 +186,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -235,7 +235,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -284,7 +284,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -333,7 +333,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -431,7 +431,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -480,7 +480,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down Expand Up @@ -529,7 +529,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "≤37"
"version_added": "4.4"
}
},
"status": {
Expand Down
Loading

0 comments on commit a9ea03c

Please sign in to comment.