Skip to content

Commit

Permalink
Merge branch 'master' into api/chrome-null
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed May 2, 2019
2 parents 82ac12e + 0adf158 commit 58a6702
Show file tree
Hide file tree
Showing 517 changed files with 8,395 additions and 4,431 deletions.
12 changes: 10 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# See governance.md for more about this repository's owners and this project's
# governance.

webextensions/ @irenesmith
!*.json @Elchi3
/webextensions/ @irenesmith

# Schema, linter and infrastructure changes must be reviewed by an owner:
# ======================================================================
/test/ @Elchi3
/schemas/ @Elchi3
/.github/ @Elchi3

## This pattern will only match files in the root directory:
/* @Elchi3
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The JSON files should be formatted according to the [.editorconfig](https://gith

## Publishing a new package version

Regularly, a new release of [mdn-browser-compat-data](https://www.npmjs.com/package/mdn-browser-compat-data) is created by MDN staff and will then be [deployed to the MDN site](https://github.com/mdn/browser-compat-data#browser-compatibility-tables-on-mdn). Usually this is done every Thursday (MDN never deploys to production on Fridays). Releases should be coordinated with the project owner [Florian Scholz](https://github.com/Elchi3), but anyone with merge permissions on the mdn/browser-compat-data repository has the ability to run the following steps which will create a new package version:
Regularly, a new release of [mdn-browser-compat-data](https://www.npmjs.com/package/mdn-browser-compat-data) is created by MDN staff and will then be [deployed to the MDN site](https://github.com/mdn/browser-compat-data#browser-compatibility-tables-on-mdn). Usually this is done every Thursday (MDN never deploys to production on Fridays). Releases should be coordinated with the project owner [Florian Scholz](https://github.com/Elchi3), but anyone with owner permissions on the mdn/browser-compat-data repository has the ability to run the following steps which will create a new package version:

1. Figure out the new version number by looking at [past releases](https://github.com/mdn/browser-compat-data/releases). The project is in alpha, so we're using only patch versions. Lets assume the next version should be `0.0.43`.
2. On your updated and clean master branch, run `npm version patch -m "43rd alpha version"`. Locally, this updates `package.json`, creates a new commit, and creates a new release tag (see also the docs for [npm version](https://docs.npmjs.com/cli/version)).
Expand Down
266 changes: 63 additions & 203 deletions api/AudioScheduledSourceNode.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"version_added": "14",
"version_removed": "57",
"version_removed": "58",
"alternative_name": "AudioSourceNode"
}
],
Expand All @@ -20,7 +20,7 @@
},
{
"version_added": "18",
"version_removed": "57",
"version_removed": "58",
"alternative_name": "AudioSourceNode"
}
],
Expand Down Expand Up @@ -88,7 +88,7 @@
},
{
"version_added": true,
"version_removed": "57",
"version_removed": "58",
"alternative_name": "AudioSourceNode"
}
]
Expand All @@ -104,26 +104,12 @@
"description": "<code>ended</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioScheduledSourceNode/ended_event",
"support": {
"chrome": [
{
"version_added": "57"
},
{
"version_added": "14",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome_android": [
{
"version_added": "57"
},
{
"version_added": "18",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome": {
"version_added": "14"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": null
},
Expand All @@ -139,26 +125,12 @@
"ie": {
"version_added": false
},
"opera": [
{
"version_added": "44"
},
{
"version_added": "15",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera_android": [
{
"version_added": "44"
},
{
"version_added": "14",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera": {
"version_added": "15"
},
"opera_android": {
"version_added": "14"
},
"safari": {
"version_added": null
},
Expand All @@ -168,16 +140,9 @@
"samsunginternet_android": {
"version_added": true
},
"webview_android": [
{
"version_added": "57"
},
{
"version_added": true,
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
]
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
Expand All @@ -190,26 +155,12 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioScheduledSourceNode/onended",
"support": {
"chrome": [
{
"version_added": "57"
},
{
"version_added": "14",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome_android": [
{
"version_added": "57"
},
{
"version_added": "18",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome": {
"version_added": "14"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": null
},
Expand All @@ -225,26 +176,12 @@
"ie": {
"version_added": false
},
"opera": [
{
"version_added": "44"
},
{
"version_added": "15",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera_android": [
{
"version_added": "44"
},
{
"version_added": "14",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera": {
"version_added": "15"
},
"opera_android": {
"version_added": "14"
},
"safari": {
"version_added": null
},
Expand All @@ -254,16 +191,9 @@
"samsunginternet_android": {
"version_added": true
},
"webview_android": [
{
"version_added": "57"
},
{
"version_added": true,
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
]
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
Expand All @@ -276,26 +206,12 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioScheduledSourceNode/start",
"support": {
"chrome": [
{
"version_added": "57"
},
{
"version_added": "14",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome_android": [
{
"version_added": "57"
},
{
"version_added": "18",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome": {
"version_added": "14"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": null
},
Expand All @@ -311,26 +227,12 @@
"ie": {
"version_added": false
},
"opera": [
{
"version_added": "44"
},
{
"version_added": "15",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera_android": [
{
"version_added": "44"
},
{
"version_added": "14",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera": {
"version_added": "15"
},
"opera_android": {
"version_added": "14"
},
"safari": {
"version_added": null
},
Expand All @@ -340,16 +242,9 @@
"samsunginternet_android": {
"version_added": true
},
"webview_android": [
{
"version_added": "57"
},
{
"version_added": true,
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
]
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
Expand All @@ -362,26 +257,12 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioScheduledSourceNode/stop",
"support": {
"chrome": [
{
"version_added": "57"
},
{
"version_added": "14",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome_android": [
{
"version_added": "57"
},
{
"version_added": "18",
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"chrome": {
"version_added": "14"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": null
},
Expand All @@ -397,26 +278,12 @@
"ie": {
"version_added": false
},
"opera": [
{
"version_added": "44"
},
{
"version_added": "15",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera_android": [
{
"version_added": "44"
},
{
"version_added": "14",
"version_removed": "44",
"notes": "Before version 44, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
],
"opera": {
"version_added": "15"
},
"opera_android": {
"version_added": "14"
},
"safari": {
"version_added": null
},
Expand All @@ -426,16 +293,9 @@
"samsunginternet_android": {
"version_added": true
},
"webview_android": [
{
"version_added": "57"
},
{
"version_added": true,
"version_removed": "57",
"notes": "Before version 57, this event was implemented on AudioBufferSourceNode, OscillatorNode, and ConstantSourceNode, which are now children of this class."
}
]
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
Expand Down
Loading

0 comments on commit 58a6702

Please sign in to comment.