Skip to content

Commit

Permalink
Enforce shorter URLs for Webkit bugs (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored and Elchi3 committed Feb 4, 2019
1 parent b84afa7 commit 98e3c95
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 50 deletions.
4 changes: 2 additions & 2 deletions api/AbortController.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"safari": {
"version_added": "11.1",
"partial_implementation": true,
"notes": "Even though <code>window.AbortController</code> is defined, it doesn't really abort <code>fetch</code> requests. See <a href='https://bugs.webkit.org/show_bug.cgi?id=174980'>bug 174980</a>."
"notes": "Even though <code>window.AbortController</code> is defined, it doesn't really abort <code>fetch</code> requests. See <a href='https://webkit.org/b/174980'>bug 174980</a>."
},
"safari_ios": {
"version_added": "11.1",
"partial_implementation": true,
"notes": "Even though <code>window.AbortController</code> is defined, it doesn't really abort <code>fetch</code> requests. See <a href='https://bugs.webkit.org/show_bug.cgi?id=174980'>bug 174980</a>."
"notes": "Even though <code>window.AbortController</code> is defined, it doesn't really abort <code>fetch</code> requests. See <a href='https://webkit.org/b/174980'>bug 174980</a>."
},
"samsunginternet_android": {
"version_added": false
Expand Down
10 changes: 5 additions & 5 deletions api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},
"safari": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=174278'>webkitbug(174278)</a>."
"notes": "See <a href='https://webkit.org/b/174278'>webkitbug(174278)</a>."
},
"safari_ios": {
"version_added": false
Expand All @@ -165,11 +165,11 @@
"support": {
"chrome": {
"version_added": false,
"notes": "See <a href='https://crbug.com/637940'>https://crbug.com/637940</a>."
"notes": "See <a href='https://crbug.com/637940'>bug 637940</a>."
},
"chrome_android": {
"version_added": false,
"notes": "See <a href='https://crbug.com/637940'>https://crbug.com/637940</a>."
"notes": "See <a href='https://crbug.com/637940'>bug 637940</a>."
},
"edge": {
"version_added": null
Expand All @@ -194,7 +194,7 @@
},
"safari": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=174278'>webkitbug(174278)</a>."
"notes": "See <a href='https://webkit.org/b/174278'>bug 174278</a>."
},
"safari_ios": {
"version_added": null
Expand All @@ -204,7 +204,7 @@
},
"webview_android": {
"version_added": false,
"notes": "See <a href='https://crbug.com/637940'>https://crbug.com/637940</a>."
"notes": "See <a href='https://crbug.com/637940'>bug 637940</a>."
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion api/Console.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@
},
"safari": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=186833'>bug 186833</a>."
"notes": "See <a href='https://webkit.org/b/186833'>bug 186833</a>."
},
"safari_ios": {
"version_added": false
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLCanvasElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
},
"safari": {
"version_added": true,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=71270'>WebKit bug 71270</a>."
"notes": "See <a href='https://webkit.org/b/71270'>WebKit bug 71270</a>."
},
"safari_ios": {
"version_added": false
Expand Down
4 changes: 2 additions & 2 deletions api/Range.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,11 @@
},
"safari": {
"version_added": true,
"notes": "Since August 2015 this method is a no-op in <a href='https://bugs.webkit.org/show_bug.cgi?id=148454'>WebKit-based browsers</a>."
"notes": "Since August 2015 this method is a no-op in <a href='https://webkit.org/b/148454'>WebKit-based browsers</a>."
},
"safari_ios": {
"version_added": true,
"notes": "Since August 2015 this method is a no-op in <a href='https://bugs.webkit.org/show_bug.cgi?id=148454'>WebKit-based browsers</a>."
"notes": "Since August 2015 this method is a no-op in <a href='https://webkit.org/b/148454'>WebKit-based browsers</a>."
},
"webview_android": {
"version_added": true
Expand Down
4 changes: 2 additions & 2 deletions api/URL.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@
},
"safari": {
"version_added": null,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=167518'>here</a> for progress on deprecation."
"notes": "See <a href='https://webkit.org/b/167518'>here</a> for progress on deprecation."
},
"safari_ios": {
"version_added": null,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=167518'>here</a> for progress on deprecation."
"notes": "See <a href='https://webkit.org/b/167518'>here</a> for progress on deprecation."
},
"samsunginternet_android": {
"version_added": null
Expand Down
4 changes: 2 additions & 2 deletions api/URLSearchParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@
"safari": {
"version_added": true,
"partial_implementation": true,
"notes": "Removing a non-existent query parameter doesn't remove <code>?</code> from the URL. See <a href='https://bugs.webkit.org/show_bug.cgi?id=193022'>bug 193022</a>."
"notes": "Removing a non-existent query parameter doesn't remove <code>?</code> from the URL. See <a href='https://webkit.org/b/193022'>bug 193022</a>."
},
"safari_ios": {
"version_added": true,
"partial_implementation": true,
"notes": "Removing a non-existent query parameter doesn't remove <code>?</code> from the URL. See <a href='https://bugs.webkit.org/show_bug.cgi?id=193022'>bug 193022</a>."
"notes": "Removing a non-existent query parameter doesn't remove <code>?</code> from the URL. See <a href='https://webkit.org/b/193022'>bug 193022</a>."
},
"samsunginternet_android": {
"version_added": true
Expand Down
2 changes: 1 addition & 1 deletion api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -6895,7 +6895,7 @@
},
"safari": {
"version_added": "5.1",
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=151885'>WebKit bug 151885</a> for possible future removal from Safari."
"notes": "See <a href='https://webkit.org/b/151885'>WebKit bug 151885</a> for possible future removal from Safari."
},
"safari_ios": {
"version_added": false
Expand Down
2 changes: 1 addition & 1 deletion api/WindowEventHandlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},
"safari_ios": {
"version_added": false,
"notes": "Implementation seems <a href='https://bugs.webkit.org/show_bug.cgi?id=19324'>defect</a>."
"notes": "Implementation seems <a href='https://webkit.org/b/19324'>defect</a>."
},
"webview_android": {
"version_added": true
Expand Down
4 changes: 2 additions & 2 deletions css/at-rules/viewport.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
},
"safari": {
"version_added": false,
"notes": "See WebKit <a href='https://bugs.webkit.org/show_bug.cgi?id=95959'>bug 95959</a>."
"notes": "See WebKit <a href='https://webkit.org/b/95959'>bug 95959</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See WebKit <a href='https://bugs.webkit.org/show_bug.cgi?id=95959'>bug 95959</a>."
"notes": "See WebKit <a href='https://webkit.org/b/95959'>bug 95959</a>."
},
"samsunginternet_android": {
"version_added": true
Expand Down
4 changes: 2 additions & 2 deletions css/properties/background-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,13 @@
"prefix": "-webkit-",
"version_added": "6",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://bugs.webkit.org/show_bug.cgi?id=160934'>bug 160934</a>."
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://webkit.org/b/160934'>bug 160934</a>."
},
"safari_ios": {
"prefix": "-webkit-",
"version_added": "6",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://bugs.webkit.org/show_bug.cgi?id=160934'>bug 160934</a>."
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://webkit.org/b/160934'>bug 160934</a>."
},
"samsunginternet_android": {
"prefix": "-webkit-",
Expand Down
4 changes: 2 additions & 2 deletions css/properties/text-align-last.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
},
"safari": {
"version_added": false,
"notes": "See WebKit <a href='https://bugs.webkit.org/show_bug.cgi?id=76173'>bug 76173</a>."
"notes": "See WebKit <a href='https://webkit.org/b/76173'>bug 76173</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See WebKit <a href='https://bugs.webkit.org/show_bug.cgi?id=76173'>bug 76173</a>."
"notes": "See WebKit <a href='https://webkit.org/b/76173'>bug 76173</a>."
},
"samsunginternet_android": {
"version_added": "5.0"
Expand Down
2 changes: 1 addition & 1 deletion css/properties/text-rendering.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"safari": {
"version_added": true,
"notes": "Safari treats <code>auto</code> as <code>optimizeSpeed</code>. See <a href='https://bugs.webkit.org/show_bug.cgi?id=41363'>WebKit bug 41363</a>."
"notes": "Safari treats <code>auto</code> as <code>optimizeSpeed</code>. See <a href='https://webkit.org/b/41363'>WebKit bug 41363</a>."
},
"safari_ios": {
"version_added": null
Expand Down
4 changes: 2 additions & 2 deletions css/properties/text-transform.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"safari": {
"version_added": "1",
"notes": "The <code>text-transform</code> property does not work for <code>::first-line</code> pseudo-elements (also not for the old one-colon syntax). See <a href='https://bugs.webkit.org/show_bug.cgi?id=3409'>WebKit bug 3409</a>."
"notes": "The <code>text-transform</code> property does not work for <code>::first-line</code> pseudo-elements (also not for the old one-colon syntax). See <a href='https://webkit.org/b/3409'>WebKit bug 3409</a>."
},
"safari_ios": {
"version_added": "1",
"notes": "The <code>text-transform</code> property does not work for <code>::first-line</code> pseudo-elements (also not for the old one-colon syntax). See <a href='https://bugs.webkit.org/show_bug.cgi?id=3409'>WebKit bug 3409</a>."
"notes": "The <code>text-transform</code> property does not work for <code>::first-line</code> pseudo-elements (also not for the old one-colon syntax). See <a href='https://webkit.org/b/3409'>WebKit bug 3409</a>."
},
"samsunginternet_android": {
"version_added": null
Expand Down
4 changes: 2 additions & 2 deletions css/properties/touch-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
},
"safari": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=133112'>WebKit bug 133112</a>."
"notes": "See <a href='https://webkit.org/b/133112'>WebKit bug 133112</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=133112'>WebKit bug 133112</a>."
"notes": "See <a href='https://webkit.org/b/133112'>WebKit bug 133112</a>."
},
"samsunginternet_android": {
"version_added": true
Expand Down
4 changes: 2 additions & 2 deletions css/selectors/first-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"safari": [
{
"version_added": "1",
"notes": "The <a href='https://developer.mozilla.org/docs/Web/CSS/text-transform'><code>text-transform</code></a> property does not work for <code>::first-line</code> or <code>:first-line</code> pseudo-elements. See <a href='https://bugs.webkit.org/show_bug.cgi?id=3409'>WebKit bug 3409</a>."
"notes": "The <a href='https://developer.mozilla.org/docs/Web/CSS/text-transform'><code>text-transform</code></a> property does not work for <code>::first-line</code> or <code>:first-line</code> pseudo-elements. See <a href='https://webkit.org/b/3409'>WebKit bug 3409</a>."
},
{
"alternative_name": ":first-line",
"version_added": "1",
"notes": "The <a href='https://developer.mozilla.org/docs/Web/CSS/text-transform'><code>text-transform</code></a> property does not work for <code>::first-line</code> or <code>:first-line</code> pseudo-elements. See <a href='https://bugs.webkit.org/show_bug.cgi?id=3409'>WebKit bug 3409</a>."
"notes": "The <a href='https://developer.mozilla.org/docs/Web/CSS/text-transform'><code>text-transform</code></a> property does not work for <code>::first-line</code> or <code>:first-line</code> pseudo-elements. See <a href='https://webkit.org/b/3409'>WebKit bug 3409</a>."
}
],
"safari_ios": {
Expand Down
4 changes: 2 additions & 2 deletions css/selectors/in-range.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"safari": {
"version_added": true,
"notes": "In Safari, <code>:in-range</code> matched disabled and read-only inputs (see <a href='https://bugs.webkit.org/show_bug.cgi?id=156530'>bug 156530</a>). It was later changed to only match enabled read-write inputs."
"notes": "In Safari, <code>:in-range</code> matched disabled and read-only inputs (see <a href='https://webkit.org/b/156530'>bug 156530</a>). It was later changed to only match enabled read-write inputs."
},
"safari_ios": {
"version_added": true,
"notes": "In Safari, <code>:in-range</code> matched disabled and read-only inputs (see <a href='https://bugs.webkit.org/show_bug.cgi?id=156530'>bug 156530</a>). It was later changed to only match enabled read-write inputs."
"notes": "In Safari, <code>:in-range</code> matched disabled and read-only inputs (see <a href='https://webkit.org/b/156530'>bug 156530</a>). It was later changed to only match enabled read-write inputs."
},
"samsunginternet_android": {
"version_added": null
Expand Down
4 changes: 2 additions & 2 deletions css/selectors/indeterminate.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@
},
"safari": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=156270'>WebKit bug 156270</a>."
"notes": "See <a href='https://webkit.org/b/156270'>WebKit bug 156270</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=156270'>WebKit bug 156270</a>."
"notes": "See <a href='https://webkit.org/b/156270'>WebKit bug 156270</a>."
},
"samsunginternet_android": {
"version_added": null
Expand Down
4 changes: 2 additions & 2 deletions css/types/-moz-image-rect.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"safari": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=32177'>WebKit bug 32177</a>"
"notes": "See <a href='https://webkit.org/b/32177'>WebKit bug 32177</a>"
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=32177'>WebKit bug 32177</a>"
"notes": "See <a href='https://webkit.org/b/32177'>WebKit bug 32177</a>"
},
"samsunginternet_android": {
"version_added": false
Expand Down
4 changes: 2 additions & 2 deletions css/types/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -1782,13 +1782,13 @@
"prefix": "-webkit-",
"version_added": "6",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://bugs.webkit.org/show_bug.cgi?id=160934'>bug 160934</a>."
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://webkit.org/b/160934'>bug 160934</a>."
},
"safari_ios": {
"prefix": "-webkit-",
"version_added": "6",
"partial_implementation": true,
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://bugs.webkit.org/show_bug.cgi?id=160934'>bug 160934</a>."
"notes": "Support for <code>url</code> images only and <code>x</code> is the only supported resolution unit. See <a href='https://webkit.org/b/160934'>bug 160934</a>."
},
"samsunginternet_android": {
"prefix": "-webkit-",
Expand Down
4 changes: 2 additions & 2 deletions css/types/resolution.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
{
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=16832'>bug 16832</a>."
"notes": "See <a href='https://webkit.org/b/16832'>bug 16832</a>."
}
],
"safari_ios": [
Expand All @@ -100,7 +100,7 @@
},
{
"version_added": false,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=16832'>bug 16832</a>."
"notes": "See <a href='https://webkit.org/b/16832'>bug 16832</a>."
}
],
"samsunginternet_android": {
Expand Down
2 changes: 1 addition & 1 deletion html/elements/applet.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"safari": {
"version_added": true,
"notes": "Removal in Safari is <a href='https://bugs.webkit.org/show_bug.cgi?id=157926'>under consideration</a>."
"notes": "Removal in Safari is <a href='https://webkit.org/b/157926'>under consideration</a>."
},
"safari_ios": {
"version_added": false
Expand Down
2 changes: 1 addition & 1 deletion html/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
"safari": {
"version_added": true,
"notes": "The <code>crossorigin</code> attribute was implemented in WebKit in WebKit <a href='https://bugs.webkit.org/show_bug.cgi?id=81438'>bug 81438</a>."
"notes": "The <code>crossorigin</code> attribute was implemented in WebKit in WebKit <a href='https://webkit.org/b/81438'>bug 81438</a>."
},
"safari_ios": {
"version_added": null
Expand Down
2 changes: 1 addition & 1 deletion html/elements/textarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"safari": {
"version_added": true,
"notes": "See <a href='https://bugs.webkit.org/show_bug.cgi?id=150731'>bug 150731</a>."
"notes": "See <a href='https://webkit.org/b/150731'>bug 150731</a>."
},
"safari_ios": {
"version_added": false
Expand Down
Loading

0 comments on commit 98e3c95

Please sign in to comment.