fune/servo/components/script
Tom Huibregtse 16b43f0876 servo: Merge #13544 - Rename hyper import and update as HttpMethod (from thuibr:hyper); r=KiChjang
The same expanded hyper::method::Method method was used throughout the file, causing unneeded repetition. Import this method as HttpMethod and replace all references in the file.

---
<!-- 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
- [X] These changes fix #13543 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: bdeb76b27b1327d98f533fe7fa25b0aa3cf42c7d
2016-10-01 21:00:08 -05:00
..
docs servo: Merge #5745 - Move the DOM memory management blog post into the tree (from servo:gc); r=Manishearth 2015-10-29 21:29:22 +05:01
dom servo: Merge #13544 - Rename hyper import and update as HttpMethod (from thuibr:hyper); r=KiChjang 2016-10-01 21:00:08 -05:00
parse servo: Merge #13205 - Tidy: Fix ordering use statements with braces (from UK992:tidy-sort); r=Wafflespeanut 2016-09-08 22:19:19 -05:00
task_source servo: Merge #12448 - Implement file reading task source (from jdm:file-reading-task-source-2); r=KiChjang 2016-07-14 10:55:17 -07:00
bluetooth_blacklist.rs servo: Merge #11335 - Add WebBluetooth GATTBlacklist support (from szeged:blacklist); r=jdm 2016-05-31 20:00:23 -05:00
body.rs servo: Merge #13345 - implement Body for dom::Response and dom::Request (from malisas:malisa-bodyAPI); r=jdm 2016-09-29 06:19:59 -05:00
build.rs servo: Merge #11756 - MSVC support for Servo, and CMake builds for native code (from vvuk:servo-msvc); r=larsbergstrom 2016-08-17 13:22:52 -05:00
Cargo.toml servo: Merge #12830 - Implement promise bindings (from jdm:promises); r=Ms2ger 2016-09-22 15:23:23 -05:00
clipboard_provider.rs servo: Merge #11270 - Remove ConstellationChan (from servo:ConstellationChan); r=asajeffrey 2016-05-19 12:38:26 -07:00
CMakeLists.txt servo: Merge #13410 - Fix doc build by resurrecting generation of supported DOM APIs.h (from jdm:doc_fix); r=Ms2ger 2016-09-26 23:33:53 -05:00
devtools.rs servo: Merge #13205 - Tidy: Fix ordering use statements with braces (from UK992:tidy-sort); r=Wafflespeanut 2016-09-08 22:19:19 -05:00
document_loader.rs servo: Merge #12472 - Use fetch infrastructure to load external scripts (from KiChjang:use-fetch-in-script); r=jdm 2016-09-21 18:49:33 -05:00
fetch.rs servo: Merge #13467 - Remove same-origin-data-url flag from fetch implementation (from JanZerebecki:rm-same-origin-data-url); r=KiChjang 2016-10-01 05:19:05 -05:00
layout_wrapper.rs servo: Merge #13172 - stylo: avoid traversing non element/text nodes in style and layout (from bholley:display_enum); r=emilio 2016-09-21 19:59:52 -05:00
lib.rs servo: Merge #13323 - Implement the Fetch method (from jeenalee:fetch); r=jdm 2016-09-29 14:28:54 -05:00
mem.rs servo: Merge #9622 - Bump heapsize to 0.3 (from nox:heapsize); r=ecoal95 2016-02-13 18:21:41 +05:01
network_listener.rs servo: Merge #13205 - Tidy: Fix ordering use statements with braces (from UK992:tidy-sort); r=Wafflespeanut 2016-09-08 22:19:19 -05:00
origin.rs servo: Merge #13205 - Tidy: Fix ordering use statements with braces (from UK992:tidy-sort); r=Wafflespeanut 2016-09-08 22:19:19 -05:00
script_runtime.rs servo: Merge #12830 - Implement promise bindings (from jdm:promises); r=Ms2ger 2016-09-22 15:23:23 -05:00
script_thread.rs servo: Merge #12830 - Implement promise bindings (from jdm:promises); r=Ms2ger 2016-09-22 15:23:23 -05:00
serviceworker_manager.rs servo: Merge #12910 - Implement postMessage for ServiceWorkers (from creativcoder:swsender); r=jdm 2016-09-15 08:34:22 -05:00
textinput.rs servo: Merge #13315 - Implement minlength attribute for text inputs (from Phrohdoh:textinput-minlength-13313); r=ConnorGBrewster 2016-09-21 08:49:14 -05:00
timers.rs servo: Merge #12830 - Implement promise bindings (from jdm:promises); r=Ms2ger 2016-09-22 15:23:23 -05:00
unpremultiplytable.rs servo: Merge #8086 - add (un)premultiply tables for canvas {Get,Put}ImageData operations (from froydnj:premultiply-tables); r=jdm 2015-10-21 17:48:49 -06:00
webdriver_handlers.rs servo: Merge #11698 - Excise SubpageId and use only PipelineIds (from aneeshusa:remove-subpage-id); r=notriddle 2016-09-14 01:45:56 -05:00