mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Auto merge of #21933 - notriddle:navigation-redirect-status-code, r=nox
Thread the status through navigation redirects This is necessary because status codes affect whether the redirect is done with the same HTTP method or a different one. This is part of #21886, but there's also a flaw in how iframes are handled that is causing the redirect to take over the entire window, so this commit doesn't entirely fix slither.io. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes are part of #21886, but more changes are needed to actually fix it <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21933) <!-- Reviewable:end -->
This commit is contained in:
commit
aa9591137a
5 changed files with 57 additions and 0 deletions
|
@ -283001,6 +283001,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"fetch/redirect-navigate/302-found-post-handler.py": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"fetch/sec-metadata/README.md": [
|
||||
[
|
||||
{}
|
||||
|
@ -359258,6 +359263,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"fetch/redirect-navigate/302-found-post.html": [
|
||||
[
|
||||
"/fetch/redirect-navigate/302-found-post.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"fetch/sec-metadata/embed.tentative.https.sub.html": [
|
||||
[
|
||||
"/fetch/sec-metadata/embed.tentative.https.sub.html",
|
||||
|
@ -601413,6 +601424,14 @@
|
|||
"faaee86734e93bb514095e34671a57e00bcbcd98",
|
||||
"testharness"
|
||||
],
|
||||
"fetch/redirect-navigate/302-found-post-handler.py": [
|
||||
"23bf4b2c522b7c00ab6bd0fc3eb99f0737d512ec",
|
||||
"support"
|
||||
],
|
||||
"fetch/redirect-navigate/302-found-post.html": [
|
||||
"854cd329a8f12052bb79f35dd80268f246a52afd",
|
||||
"testharness"
|
||||
],
|
||||
"fetch/sec-metadata/README.md": [
|
||||
"c460aa1ecb941118b6999209ba4601eb145a61b9",
|
||||
"support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue