servo/components/script
bors-servo 0008c07dc3 Auto merge of #10014 - saurvs:pr1, r=KiChjang
Update WebSocket blocked ports to match the Fetch spec

Adresses #9949.

This adds a function that tests whether a request should be blocked or not based on it's url's scheme and port. It also adds testing for port restriction to the `main_fetch` method. More info in eb07418c83.

@Ms2ger In https://github.com/whatwg/html/issues/841, @annevk proposes to remove port restrictions from websockets. Should we go ahead do that, given that the spec hasn't been changed yet?

<!-- 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/10014)
<!-- Reviewable:end -->
2016-03-18 00:31:24 +05:30
..
docs
dom Auto merge of #10014 - saurvs:pr1, r=KiChjang 2016-03-18 00:31:24 +05:30
parse Store a pointer to the browsing context in the Document. 2016-02-11 13:08:11 +01:00
task_source Add task_source directory 2016-03-10 01:05:53 -05:00
build.rs
Cargo.toml Bump serde to 0.7 2016-03-17 13:52:39 +01:00
clipboard_provider.rs Remove unused imports in script 2016-01-17 12:41:28 +05:30
cors.rs Update to Rust 2016-03-05 2016-03-06 10:36:49 +01:00
devtools.rs Completed implementation of devtools' getLayout. 2016-02-24 13:51:47 -05:00
document_loader.rs Improve documentation for new methods. 2016-02-10 09:20:06 -05:00
layout_interface.rs Add scrollWidth/Height to element interface 2016-03-11 18:22:16 +00:00
lib.rs Auto merge of #9838 - szeged:webbluetooth, r=jdm 2016-03-16 21:01:18 +05:30
makefile.cargo
mem.rs Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
network_listener.rs task -> thread 2016-01-10 17:58:13 +09:00
page.rs Auto merge of #8481 - frewsxcv:iterablepage-iter, r=Ms2ger 2015-11-12 18:29:12 +05:30
reporter.rs Report CSS errors to script task for further processing. 2016-02-11 14:48:47 -05:00
script_thread.rs Add task_source directory 2016-03-10 01:05:53 -05:00
textinput.rs Resets selection in textinput when its content is changed. 2016-03-16 22:20:22 +05:30
timers.rs Clean up of script timer code. 2016-02-20 22:43:16 +01:00
unpremultiplytable.rs
webdriver_handlers.rs find_node_by_unique_id should use find 2016-02-24 11:41:51 -05:00