aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Split the bluetooth code out from the net crates.Ms2ger2016-11-031-3/+0
| |
* | Auto merge of #14042 - servo:fetch-unit-data, r=noxbors-servo2016-11-031-1/+1
|\ \ | |/ |/| | | | | | | | | | | Rewrite the data_loader test with fetch. <!-- 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/14042) <!-- Reviewable:end -->
| * Make the data_loader module private.Ms2ger2016-11-031-1/+1
| |
* | Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0
| |
* | Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
| |
* | Remove use of serde custom derive plugin in netAnthony Ramine2016-11-031-0/+3
|/
* Fix tidy issuesRohit Burra2016-11-011-1/+1
|
* Moved pub_domains to net_traits and did a spring clean.Alan Jeffrey2016-09-291-1/+0
|
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-0/+1
|
* Support tinyfiledialogs on WindowsUK9922016-07-251-1/+1
|
* Auto merge of #11640 - servo:rustup, r=Ms2gerbors-servo2016-06-081-1/+0
|\ | | | | | | | | | | | | | | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11640) <!-- Reviewable:end -->
| * Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-1/+0
| |
* | Add blob loaderZhen Zhang2016-06-061-0/+1
|/
* Auto merge of #11523 - szeged:random_id, r=jdmbors-servo2016-06-021-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add random Device ID generation <!-- Please describe your changes on the following line: --> The [spec](https://webbluetoothcg.github.io/web-bluetooth/#add-an-allowed-bluetooth-device) (2. step) defines that the device id can't be the public address, therefore we generate a random id. --- <!-- 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: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because there are no webbluetooth test api implementation yet. <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11523) <!-- Reviewable:end -->
| * Add random Device ID generationfokinv2016-06-021-0/+1
| |
* | Read the content blocking rules and make them available to the HTTP loader.Josh Matthews2016-05-301-0/+3
|/
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-1/+2
| | | | | | | | | | Changes include: - Introduce an IpcSend trait to abstract over a collection of IpcSenders - Implement ResourceThreads collection to abstract the resource-related sub threads across the component - Rename original ResourceThread and ControlMsg into an unifed CoreResource__ to accommodate above changes and avoid confusions
* Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.Josh Matthews2016-05-181-0/+1
|
* Auto merge of #11029 - izgzhen:filemanager_thread, r=Manishearthbors-servo2016-05-111-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add FileManagerThread This is intended to support the File API implementation. Basically an event loop with three kinds of messages: + Select a file + Read a file with ID + Delete the ID from manager-owned map The design decision in this PR is not the final (or best I think) version, welcome reviews :) TODOs: - [x] Add multiple file selection <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11029) <!-- Reviewable:end -->
| * add filemanager_threadZhen Zhang2016-05-111-0/+2
| |
* | Use openssl-verify to check certificate + hostnameMatt Brubeck2016-05-101-0/+1
| | | | | | | | Fixes #4954.
* | Move http_loader::Connector to a separate moduleMatt Brubeck2016-05-101-0/+1
|/
* BluetoothThread refactorAttila Dusnoki2016-05-031-0/+2
|
* Add Bluetooth IPC supportfokinv2016-05-031-0/+2
|
* Fix some warningsSimon Sapin2016-04-291-1/+1
|
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-2/+2
|
* Make new test use local resources only.Josh Matthews2016-04-201-0/+1
|
* Disable tinyfiledialogs on non-OS X and Linux platforms.Josh Matthews2016-04-161-0/+1
|
* 401 authorization UI then restart request/save successful auth credsDaniel2016-04-141-0/+1
|
* Auto merge of #10189 - KiChjang:cors-preflight-fetch, r=jdmbors-servo2016-04-131-1/+2
|\ | | | | | | | | | | | | | | | | | | | | Implement CORS preflight fetch Fixes #10145. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10189) <!-- Reviewable:end -->
| * Implement CORS preflight fetchKeith Yeung2016-04-131-1/+2
| |
* | Use mime! macro in fetch methodsKeith Yeung2016-04-081-0/+2
|/
* Use external 'threadpool' crate, remove in-tree utility.Corey Farwell2016-03-181-0/+1
|
* Disallow unsafe code in net and net_traits.Ms2ger2016-03-181-0/+2
|
* Fix warnings in the fetch code.Ms2ger2016-03-091-1/+0
|
* Make Response::new() an inherent method.Ms2ger2016-03-081-1/+0
| | | | There is no real reason to put this in an extension trait.
* Add WebRender integration to Servo.Glenn Watson2016-02-181-0/+1
| | | | | | | | WebRender is an experimental GPU accelerated rendering backend for Servo. The WebRender backend can be specified by running Servo with the -w option (otherwise the default rendering backend will be used). WebRender has many bugs, and missing features - but it is usable to browse most websites - please report any WebRender specific rendering bugs you encounter!
* adding image metadata notification capabilities to image cachejmr02016-01-291-0/+1
|
* Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to ↵Keith Yeung2016-01-181-1/+1
| | | | net_traits
* Remove some unused extern crates.Ms2ger2016-01-131-1/+0
|
* task -> threadrohan.prinja2016-01-101-3/+3
|
* Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-1/+0
|
* move websocket creation to resource taskNova Fallen2015-12-081-0/+2
|
* Auto merge of #8713 - GuillaumeGomez:features, r=Manishearthbors-servo2015-11-281-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | Remove stabilized features Fixes #8706. cc @KiChjang <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8713) <!-- Reviewable:end -->
| * Remove stabilized featuresGuillaume Gomez2015-11-281-1/+0
| |
* | Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-3/+3
|/
* Add content_type to metadata in file_loaderKeith Yeung2015-11-241-0/+1
|
* Check in for task 1,4 and 5Abhishek Kumar2015-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | Adding pipelineID to httpresponse message, clearner code for task1 Commit for Refactored task Unit tests Removing extra whitespaces. Removing extra whitespaces. Removing tabs whitespaces Making Code tidier. Style issues Fix Test-tidy Fixes
* Accept Brotli-compressed HTTP responses #8156nxnfufunezn2015-11-011-0/+1
|
* Replace libpng with image everywhere.Matt Brubeck2015-10-101-1/+0
|