servo/components
bors-servo 32c97b6c8d Auto merge of #9631 - jongiddy:remove-extra-mask-byte, r=jdm
Validate MIME pattern checking

The MIME detector for a HTML file contains an additional byte in the mask.  While it doesn't hurt, it is not used in the byte matching code (since it is zipped with the `pattern` iterator).

I'm not clear how to test this within the `servo` code. The fix doesn't change any externally visible behavior. A test to validate the `ByteMatcher` structures would require the private ByteMatcher structures to be visible to the test. I could use a sub-module, as described at https://doc.rust-lang.org/book/testing.html#the-tests-module but this pattern doesn't appear anywhere else in the `servo` code.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9631)
<!-- Reviewable:end -->
2016-02-26 02:57:44 +05:30
..
canvas Update webrender crate refs to reflect ownership change. 2016-02-23 19:49:50 -05:00
canvas_traits Update webrender crate refs to reflect ownership change. 2016-02-23 19:49:50 -05:00
compositing compositing: Stop compositing unnecessarily after each animation frame. 2016-02-24 14:06:46 -08:00
devtools Completed implementation of devtools' getLayout. 2016-02-24 13:51:47 -05:00
devtools_traits Completed implementation of devtools' getLayout. 2016-02-24 13:51:47 -05:00
gfx Make use of From<String> for Atom 2016-02-24 17:52:13 +01:00
gfx_traits Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
layout Use presentation hints correctly for the dimensions of <img>. 2016-02-25 14:04:06 -05:00
layout_traits Update webrender crate refs to reflect ownership change. 2016-02-23 19:49:50 -05:00
msg Auto merge of #9708 - danlrobertson:i8623, r=KiChjang 2016-02-25 05:49:03 +05:30
net Auto merge of #9631 - jongiddy:remove-extra-mask-byte, r=jdm 2016-02-26 02:57:44 +05:30
net_traits Update websocket 2016-02-19 15:34:41 +01:00
plugins Bump to Rust 2016-02-22 2016-02-23 02:43:57 +01:00
profile Bump to Rust 2016-02-22 2016-02-23 02:43:57 +01:00
profile_traits Implement planned navigation 2016-02-18 06:37:32 -05:00
script Use presentation hints correctly for the dimensions of <img>. 2016-02-25 14:04:06 -05:00
script_traits Support Browser API event mozbrowserconnected 2016-02-24 18:45:07 +01:00
servo Lazily define interface objects on globals (fixes #6419) 2016-02-25 15:56:47 +01:00
style Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00
style_traits Move util::cursor to style_traits 2016-02-16 00:50:01 +01:00
util Auto merge of #9742 - nox:atom-from-string, r=ecoal95 2016-02-25 08:39:44 +05:30
webdriver_server Implement GetElementRect webdriver command 2016-02-24 11:41:42 -05:00