Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add start_time to resource timing. | Tommy Lincoln | 2019-10-20 | 1 | -2/+9 | |
| | | ||||||
* | | Add simple implementation of content-security-policy on scripts / styles | Michael Howell | 2019-10-16 | 1 | -1/+36 | |
|/ | | | | | | | | This needs a lot more hooks before it'll actually be a good implementation, but for a start it can help get some feedback on if this is the right way to go about it. Part of servo/servo#4577 | |||||
* | http-cache: wait on pending stores | Gregory Terzian | 2019-10-08 | 1 | -2/+3 | |
| | | | | and various small improvements | |||||
* | Move ResourceFetchTiming into Arc | Javed Nissar | 2019-09-18 | 1 | -1/+2 | |
| | | | | | | | | | | | The purpose of this commit is to ensure that the Response object has access to Timing updates as previously the Response object simply stored a ResourceFetchTiming struct so updates on ResourceFetchTiming that were not explicitly done on the Response would not be passed down. The references to ServoArc are added because Response uses servo_arc::Arc rather than std::sync::Arc as is used elsewhere. So, we've switched those other places to servo_arc::Arc instead of switching Response to std::sync::Arc. | |||||
* | Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, ws | Simon Sapin | 2019-08-19 | 1 | -2/+1 | |
| | ||||||
* | Auto merge of #23593 - georgeroman:fix_panic_on_opening_directory, r=Manishearth | bors-servo | 2019-06-22 | 1 | -0/+8 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix panic on opening a directory <!-- 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 Continued from https://github.com/servo/servo/pull/23548 <!-- 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/23593) <!-- Reviewable:end --> | |||||
| * | Fix panic on opening a directory | George Roman | 2019-06-18 | 1 | -0/+8 | |
| | | ||||||
* | | Auto merge of #23494 - gterzian:improve_http_cache, r=jdm | bors-servo | 2019-06-22 | 1 | -4/+2 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various improvements and update to the http cache <!-- 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: --> - [ ] `./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. --> <!-- 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/23494) <!-- Reviewable:end --> | |||||
| * | http-cache: improve handling of network errors and partial content | Gregory Terzian | 2019-06-17 | 1 | -4/+2 | |
| | | ||||||
* | | Upgrade headers, headers-core, and hyper_serde. | Josh Matthews | 2019-06-13 | 1 | -2/+1 | |
| | | ||||||
* | | Remove unused code from net and net_traits crates | est31 | 2019-06-02 | 1 | -10/+0 | |
|/ | ||||||
* | Added fetch_start functionality in http_fetch | Adit Jain | 2019-01-24 | 1 | -0/+7 | |
| | | | | | | Added spec link for webidl. Added fetch_start functionality to PRT . Changed the fetch_start location | |||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -15/+19 | |
| | ||||||
* | Remove redundant `.clone()`s | Shotaro Yamada | 2018-12-11 | 1 | -1/+1 | |
| | ||||||
* | net: Wait for underlying response body of filtered responses. | Josh Matthews | 2018-11-30 | 1 | -1/+1 | |
| | ||||||
* | Change Response's statusText default value from 'Ok' to an empty string | George Roman | 2018-11-27 | 1 | -0/+7 | |
| | ||||||
* | Add comment about incorrect tests for file url range requests. Fmt and ↵ | Fernando Jiménez Moreno | 2018-11-26 | 1 | -1/+2 | |
| | | | | manifest update | |||||
* | Use crossbeam channel instead of servo channel. Fix rebase issues and add ↵ | Fernando Jiménez Moreno | 2018-11-26 | 1 | -3/+3 | |
| | | | | comment | |||||
* | Set response status for range requests to file and blob urls | Fernando Jiménez Moreno | 2018-11-26 | 1 | -11/+59 | |
| | ||||||
* | Do not set Receiving body to Done when it's not needed | Fernando Jiménez Moreno | 2018-11-26 | 1 | -1/+0 | |
| | ||||||
* | Allow range requests to blob URLs with negative offsets | Fernando Jiménez Moreno | 2018-11-26 | 1 | -30/+59 | |
| | ||||||
* | Add support fo byte range requests for blob URLs | Fernando Jiménez Moreno | 2018-11-26 | 1 | -101/+84 | |
| | ||||||
* | Finish asynchronous blob url fetching | Fernando Jiménez Moreno | 2018-11-26 | 1 | -1/+1 | |
| | ||||||
* | Blob url's changes now build and test | ms2300 | 2018-11-26 | 1 | -5/+1 | |
| | ||||||
* | Initial implementation of asynchronous blob url fetching | ms2300 | 2018-11-26 | 1 | -14/+6 | |
| | ||||||
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -5/+9 | |
| | | | | | | | | | | | | refactoring with ResourceFetchMetadata implemented deprecated window.timing functionality created ResourceTimingListener trait fixed w3c links in navigation timing updated include.ini to run resource timing tests on ci | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 2 | -2/+2 | |
| | ||||||
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -2/+2 | |
| | ||||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -1/+1 | |
| | ||||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -6/+6 | |
| | ||||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -16/+15 | |
| | ||||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -2/+2 | |
| | ||||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -2/+2 | |
| | ||||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -7/+7 | |
| | ||||||
* | Reduce right drift in scheme_fetch | Pyfisch | 2018-11-03 | 1 | -124/+108 | |
| | ||||||
* | Rustfmt net crate | Pyfisch | 2018-11-03 | 2 | -211/+334 | |
| | ||||||
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 2 | -120/+97 | |
| | ||||||
* | Support for byte range requests on file urls | Fernando Jiménez Moreno | 2018-10-31 | 1 | -3/+45 | |
| | ||||||
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 | |
| | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | |||||
* | Tidy things up | Jackson Lewis | 2018-09-06 | 1 | -3/+2 | |
| | ||||||
* | Make file fetch asynchronous | Jackson Lewis | 2018-09-04 | 1 | -15/+43 | |
| | ||||||
* | Read file in chunks and send chunks to FetchTaskTarget instead of ↵ | Jackson Lewis | 2018-08-28 | 1 | -3/+17 | |
| | | | | read_to_end call | |||||
* | Use specific assertion for net fetch methods | CYBAI | 2018-01-26 | 1 | -1/+1 | |
| | ||||||
* | handle caching of response with a body of ResponseBody::Receiving | Gregory Terzian | 2018-01-13 | 1 | -0/+6 | |
| | ||||||
* | ignore aborted response in http caching | Gregory Terzian | 2018-01-13 | 1 | -1/+2 | |
| | ||||||
* | Add aborted flag to response, set when fetch is aborted | Manish Goregaokar | 2017-11-20 | 1 | -7/+12 | |
| | ||||||
* | Fetch cancellation: Add CancellationListener | Manish Goregaokar | 2017-11-20 | 1 | -2/+30 | |
| | ||||||
* | Fetch cancellation: Add cancel_chan to FetchContext | Manish Goregaokar | 2017-11-17 | 1 | -0/+2 | |
| | ||||||
* | Auto merge of #18882 - KiChjang:fix-origin, r=jdm | bors-servo | 2017-11-15 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | Use the correct origin in fetch Fixes #18147. <!-- 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/18882) <!-- Reviewable:end --> | |||||
| * | Use the correct URL when checking for bad port | Keith Yeung | 2017-11-15 | 1 | -1/+1 | |
| | |