servo/components/script
Jeena Lee 94ea24e47b Allow Request's Headers to be created with various objects
While Headers could be constructed correctly with an array or
object (open ended dictionary/MozMap), Request's Headers failed to be
created with non-Headers object (such as array or open ended
dictionary/MozMap).

Before, Request's Headers could be filled with only a Headers object in
Step 28. This has been expanded to accommodate array and open ended
dictionary.

Step 29 empties the Request's Headers list after it had been filled in
Step 28, thus resulting in an empty Headers object when it shouldn't
be. This step has been removed with a comment in this commit.

If a RequestInit Headers is *not* given, but a RequestInfo Headers is
given, RequestInfo Headers should be used to construct Request
Headers. That step has been added after Step 31.

Corresponding wpt result is updated in this commit.
2016-10-17 09:14:30 -07:00
..
docs
dom Allow Request's Headers to be created with various objects 2016-10-17 09:14:30 -07:00
task_source Make TaskSource::queue take a &GlobalScope 2016-10-06 21:35:52 +02:00
bluetooth_blacklist.rs
body.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
build.rs Native MSVC windows build, convert to cmake 2016-08-17 09:50:51 -04:00
Cargo.toml Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
clipboard_provider.rs
CMakeLists.txt Fix doc build by resurrecting generation of supported DOM APIs.h 2016-09-24 15:06:06 -04:00
devtools.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
document_loader.rs Privatize PendingAsyncLoad. 2016-10-04 13:24:03 +02:00
fetch.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
layout_wrapper.rs Auto merge of #13691 - servo:mem-replace, r=emilio 2016-10-12 04:49:22 -05:00
lib.rs Merge script::parse and script::dom::servoparser 2016-10-11 16:42:01 +02:00
mem.rs
network_listener.rs Reorder use statements 2016-09-09 04:55:19 +02:00
origin.rs Reorder use statements 2016-09-09 04:55:19 +02:00
script_runtime.rs Remove GlobalRoot and GlobalRef 2016-10-06 21:36:00 +02:00
script_thread.rs Auto merge of #13056 - KiChjang:transition-event, r=mbrubeck 2016-10-12 02:08:37 -05:00
serviceworker_manager.rs Remove ScopeThings::pipeline_id 2016-10-04 14:05:28 +02:00
textinput.rs Implement minlength for text inputs 2016-09-21 07:54:39 -05:00
timers.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
unpremultiplytable.rs
webdriver_handlers.rs Move JS evaluation functions to GlobalScope 2016-10-06 21:35:50 +02:00