-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort browsers for http/* #2899
Sort browsers for http/* #2899
Conversation
@Elchi3 This should be |
http/data-url.json
Outdated
"version_added": "12", | ||
"notes": "The maximum size supported is 4GB" | ||
"notes": "The maximum size supported is 4GB", | ||
"version_added": "12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer keeping version_added
and version_removed
at the top.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think my editor might have assumed I wanted to sort the grandchildren as well (which is not accurate). Whoops!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still more issues.
You should start over by doing git checkout -B sort-http master
and then running sort-browsers.js
in node.
Afterwards, you’ll have to do a git push -f
.
http/headers/cache-control.json
Outdated
"version_added": false, | ||
"notes": "See Chromium <a href='https://code.google.com/p/chromium/issues/detail?id=348877'>bug 348877</a>." | ||
"notes": "See Chromium <a href='https://code.google.com/p/chromium/issues/detail?id=348877'>bug 348877</a>.", | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
http/headers/cache-control.json
Outdated
"version_added": false, | ||
"notes": "See Bugzilla <a href='https://bugzil.la/995651'>bug 995651</a>." | ||
"notes": "See Bugzilla <a href='https://bugzil.la/995651'>bug 995651</a>.", | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
http/headers/cache-control.json
Outdated
"version_added": false, | ||
"notes": "See Chromium <a href='https://code.google.com/p/chromium/issues/detail?id=348877'>bug 348877</a>." | ||
"notes": "See Chromium <a href='https://code.google.com/p/chromium/issues/detail?id=348877'>bug 348877</a>.", | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
http/headers/cache-control.json
Outdated
"version_added": false, | ||
"notes": "See Bugzilla <a href='https://bugzil.la/995651'>bug 995651</a>." | ||
"notes": "See Bugzilla <a href='https://bugzil.la/995651'>bug 995651</a>.", | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
"version_added": "25", | ||
"notes": "Implemented as X-Webkit-CSP header in Chrome 14." | ||
"notes": "Implemented as X-Webkit-CSP header in Chrome 14.", | ||
"version_added": "25" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
"version_added": "33", | ||
"notes": "Before Firefox 58, <code>frame-ancestors</code> is ignored in <code>Content-Security-Policy-Report-Only</code>." | ||
"notes": "Before Firefox 58, <code>frame-ancestors</code> is ignored in <code>Content-Security-Policy-Report-Only</code>.", | ||
"version_added": "33" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
"version_added": "33", | ||
"notes": "Before Firefox for Android 58, <code>frame-ancestors</code> is ignored in <code>Content-Security-Policy-Report-Only</code>." | ||
"notes": "Before Firefox for Android 58, <code>frame-ancestors</code> is ignored in <code>Content-Security-Policy-Report-Only</code>.", | ||
"version_added": "33" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
"version_added": false, | ||
"notes": "See <a href='https://bugzil.la/1045899'>bug 1045899</a>." | ||
"notes": "See <a href='https://bugzil.la/1045899'>bug 1045899</a>.", | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
"version_added": false, | ||
"notes": "<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/status/cspupgradeinsecurerequestsdirective'>Under consideration</a> for future release." | ||
"notes": "<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/status/cspupgradeinsecurerequestsdirective'>Under consideration</a> for future release.", | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
"version_added": "59", | ||
"notes": "Chrome 59 and higher skips the deprecated <code>child-src</code> directive." | ||
"notes": "Chrome 59 and higher skips the deprecated <code>child-src</code> directive.", | ||
"version_added": "59" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
1256a67
to
aa5183f
Compare
aa5183f
to
c1d1f05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! 👍
No description provided.