Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Don't error on unused imports. | Josh Matthews | 2021-05-27 | 1 | -0/+2 | |
| | | ||||||
* | | Disable more unit tests for windows. | Josh Matthews | 2021-05-27 | 1 | -0/+2 | |
| | | ||||||
* | | Disable all http_loader unit tests on windows. | Josh Matthews | 2021-05-27 | 1 | -0/+2 | |
| | | ||||||
* | | Disable intermittent unit test. | Josh Matthews | 2021-05-26 | 1 | -0/+1 | |
| | | ||||||
* | | Disable another intermittent test on windows. | Josh Matthews | 2021-05-22 | 1 | -0/+1 | |
| | | ||||||
* | | Disable intermittent test on windows. | Josh Matthews | 2021-05-22 | 1 | -0/+1 | |
|/ | ||||||
* | Block port 10080 | Vincent Ricard | 2021-04-16 | 1 | -2/+2 | |
| | | | | See https://github.com/whatwg/fetch/issues/1191 | |||||
* | Compile fix. | Josh Matthews | 2021-04-07 | 1 | -0/+2 | |
| | ||||||
* | Try to work around windows unit test failures. | Josh Matthews | 2021-04-07 | 1 | -5/+2 | |
| | ||||||
* | Disasable net unit test on windows. | Josh Matthews | 2021-04-04 | 1 | -0/+1 | |
| | ||||||
* | Add port blocking for tftp, netbios-ns, snmp, rtsp, h323gatestat, ↵ | Vincent Ricard | 2021-03-29 | 1 | -5/+6 | |
| | | | | | | h323hostcall, pptp, sane-port Spec update: https://github.com/whatwg/fetch/pull/1148 | |||||
* | Fix some 'nosniff' tests | Vincent Ricard | 2021-03-08 | 3 | -12/+182 | |
| | ||||||
* | Fix warnings introduced in newer Rust Nightly | Simon Sapin | 2021-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | This does not (yet) upgrade ./rust-toolchain The warnings: * dead_code "field is never read" * redundant_semicolons "unnecessary trailing semicolon" * non_fmt_panic "panic message is not a string literal, this is no longer accepted in Rust 2021" * unstable_name_collisions "a method with this name may be added to the standard library in the future" * legacy_derive_helpers "derive helper attribute is used before it is introduced" https://github.com/rust-lang/rust/issues/79202 | |||||
* | Auto merge of #27738 - ghostd:update-bad-ports, r=jdm | bors-servo | 2020-11-19 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the "bad ports" list https://github.com/whatwg/fetch/issues/1108 <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [x] 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. --> | |||||
| * | Update the "bad ports" list | Vincent Ricard | 2020-11-04 | 1 | -2/+2 | |
| | | | | | | | | https://github.com/whatwg/fetch/issues/1108 | |||||
* | | Set CORS preflight requests' `mode` to `cors` | Vincent Ricard | 2020-10-30 | 1 | -62/+60 | |
|/ | ||||||
* | Make reload button clear the network cache. | Josh Matthews | 2020-07-27 | 2 | -0/+8 | |
| | ||||||
* | Remove unit test that triggers frequent intermittent failure. | Josh Matthews | 2020-07-27 | 1 | -78/+2 | |
| | ||||||
* | net: Remove explicit Host header from websocket connection. | Josh Matthews | 2020-07-16 | 1 | -26/+1 | |
| | ||||||
* | net: Replace ws-rs with async-tungstenite. | Josh Matthews | 2020-07-08 | 3 | -245/+443 | |
| | ||||||
* | Auto merge of #27198 - jdm:http-origin-test-debug, r=asajeffrey | bors-servo | 2020-07-07 | 1 | -7/+8 | |
|\ | | | | | | | | | | | Add debug output for intermittently failing test. This should help narrow down the cause of #26895. | |||||
| * | Add debug output for intermittently failing test. | Josh Matthews | 2020-07-07 | 1 | -7/+8 | |
| | | ||||||
* | | net: in the absense of a request body, assume streaming it cannot fail | Gregory Terzian | 2020-07-07 | 1 | -1/+11 | |
| | | ||||||
* | | Ignore errors while setting username/password in strip_url_for_use_as_referrer | Utsav Oza | 2020-07-03 | 1 | -2/+2 | |
| | | ||||||
* | | Update referrer computation | Utsav Oza | 2020-07-02 | 3 | -102/+91 | |
|/ | | | | | | | | Update unit tests for determine_requests_referrer Update wpt metadata Add missing spec links | |||||
* | Fix remaining flake8 warnings | Kagami Sascha Rosylight | 2020-06-21 | 1 | -0/+1 | |
| | ||||||
* | Use global.get_referrer() when appropiate | Matthias Deiml | 2020-06-17 | 1 | -2/+2 | |
| | ||||||
* | Make url for "client" referrer mandatory | Matthias Deiml | 2020-06-17 | 6 | -101/+219 | |
| | ||||||
* | fix streaming request bodies, terminate fetch if the body stream errors | Gregory Terzian | 2020-06-16 | 3 | -32/+177 | |
| | ||||||
* | net: fix re-extracting stream upon re-direct | Gregory Terzian | 2020-06-12 | 1 | -2/+2 | |
| | ||||||
* | net: Add unit test for accepting a self-signed cert. | Josh Matthews | 2020-06-09 | 3 | -9/+103 | |
| | ||||||
* | net: Use a POST request for allowing certs temporarily. | Josh Matthews | 2020-06-09 | 2 | -15/+23 | |
| | ||||||
* | net: Add option to temporarily accept certs that failed the handshake. | Josh Matthews | 2020-06-09 | 2 | -12/+40 | |
| | ||||||
* | net: Allow SSL websockets to use dynamic list of certs as well. | Josh Matthews | 2020-06-09 | 3 | -6/+19 | |
| | ||||||
* | net: Pass certs that fail the SSL handshake out of the network layer. | Josh Matthews | 2020-06-09 | 4 | -37/+126 | |
| | ||||||
* | net: Add an SSL verification callback to support checking a dynamic list of ↵ | Josh Matthews | 2020-06-09 | 3 | -11/+60 | |
| | | | | certs. | |||||
* | partially integrate streaming request bodies with http re-direct | Gregory Terzian | 2020-06-04 | 2 | -7/+2 | |
| | ||||||
* | net: use an empty body for the null body case | Gregory Terzian | 2020-06-04 | 1 | -63/+58 | |
| | ||||||
* | net: update list of bad ports | Gregory Terzian | 2020-06-04 | 1 | -4/+4 | |
| | ||||||
* | net: don't set content-length in obtain response | Gregory Terzian | 2020-06-04 | 1 | -14/+1 | |
| | ||||||
* | integrate readablestream with fetch and blob | Gregory Terzian | 2020-06-04 | 2 | -16/+120 | |
| | ||||||
* | Auto merge of #26678 - gterzian:shutdown_net_runtime, r=Manishearth | bors-servo | 2020-05-30 | 2 | -5/+11 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Net: shutdown async runtime on exit <!-- Please describe your changes on the following line: --> Shutting down the async runtime as part of exiting the core resource thread. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- 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. --> | |||||
| * | net: shutdown async runtime on exit | Gregory Terzian | 2020-05-30 | 2 | -5/+11 | |
| | | ||||||
* | | Remove some unused dependency declarations | Simon Sapin | 2020-05-29 | 1 | -0/+3 | |
|/ | | | | | | This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC https://github.com/rust-lang/rust/pull/72342) in a recent Nightly (more so than used in the tree as of this writing, CC https://github.com/servo/servo/issues/26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places. | |||||
* | Remove duplicate Host header from initial websocket request. | Josh Matthews | 2020-05-22 | 1 | -22/+0 | |
| | ||||||
* | make is_origin_trustworthy a method of ServoUrl + fix localhost handling | Alexandrov Sergey | 2020-05-19 | 1 | -25/+3 | |
| | ||||||
* | check http_state in determine_request_referrer | Alexandrov Sergey | 2020-05-19 | 6 | -44/+94 | |
| | ||||||
* | Auto merge of #26430 - Eijebong:referrer-policy, r=jdm | bors-servo | 2020-05-12 | 1 | -1/+7 | |
|\ | | | | | | | | | | | Implement referrer policy Fixes #26270 | |||||
| * | Implement referrer policy | Bastien Orivel | 2020-05-05 | 1 | -1/+7 | |
| | | | | | | | | Fixes #26270 | |||||
* | | Convert all uses of UpdateResources api to use webrender transactions. | Josh Matthews | 2020-05-11 | 1 | -3/+1 | |
| | |