Anthony Ramine
Anthony Ramine
[This algorithm](https://fetch.spec.whatwg.org/#concept-header-list-get-decode-split) is required to [extract a MIME type](https://fetch.spec.whatwg.org/#concept-header-extract-mime-type).
At least [this](https://fetch.spec.whatwg.org/#concept-header-extract-mime-type) algorithm require to change the parameters present in a MIME type.
This is an idea I'm thinking about these days, we should be able to not retain things when using [the get rule](https://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-SW1), instead we should be able to rely on...
See https://github.com/servo/core-foundation-rs/pull/347.
This would be useful for Servo.
This would be helpful for Servo.
This is a mandatory part of the spec, and is thus needed to be Web-compatible.
There is no need for transmutes in: ```rust extern "C" fn chained_callback, F: for(outer: &S, f: F) -> T where S: Scope FnOnce(&mut ChainedScope) -> T { ensure_active(outer); let closure:...
It is supposed to be opaque. It should at least be of size 0.