servo/components/net
Jan Zerebecki 95a7482d26 Remove same-origin-data-url flag from fetch implementation
The spec removed it. Check the scheme instead, data is always same origin now,
except for workers.
This also updates the comments to make step numbers match the spec.
Closes #13362
2016-10-01 00:27:03 -07:00
..
fetch Remove same-origin-data-url flag from fetch implementation 2016-10-01 00:27:03 -07:00
about_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00
blob_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00
bluetooth_thread.rs Annotations for requestDevice, request_bluetooth_devices and matches_filter functions 2016-09-14 08:41:03 +02:00
Cargo.toml Burn SelectedFileId in fire 2016-08-22 10:05:01 +02:00
chrome_loader.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
connector.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
content_blocker.rs Read the content blocking rules and make them available to the HTTP loader. 2016-05-30 10:54:52 +02:00
cookie.rs Moved pub_domains to net_traits and did a spring clean. 2016-09-29 17:28:47 -05:00
cookie_storage.rs Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
data_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00
file_loader.rs Don't require PathBuf ownership if we don't need it. 2016-09-16 23:11:04 -04:00
filemanager_thread.rs Reorder use statements 2016-09-09 04:55:19 +02:00
hsts.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
http_loader.rs Auto merge of #13294 - 6112:referrer-typo-fix, r=jdm 2016-09-16 15:43:54 -05:00
image_cache_thread.rs Reorder use statements 2016-09-09 04:55:19 +02:00
lib.rs Moved pub_domains to net_traits and did a spring clean. 2016-09-29 17:28:47 -05:00
mime_classifier.rs Rename MIMEClassifier to match Rust acronym naming conventions. 2016-07-02 17:12:46 -04:00
resource_thread.rs updated basic auth cache to key off of url origin 2016-09-15 22:08:52 -04:00
storage_thread.rs Remove use of util::opts from storage_thread 2016-07-27 10:25:48 +02:00
websocket_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00