Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClose #84 #3934
Close #84 #3934
Conversation
Actually <img> elements in <noscript> are not prefetched anymore. Probably because html5ever already parses the <noscript> content as raw text data if `scripting_enabled` is activated. See https://github.com/servo/html5ever/blob/servo/src/tree_builder/rules.rs# L126 Also, added a test to the images cache.
hoppipolla-critic-bot
commented
Nov 7, 2014
|
Critic review: https://critic.hoppipolla.co.uk/r/3113 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Works for me. Thanks! |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging guillaumebort/servo/fix/84 = 8e2abb6 into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = b94f20c |
Actually `<img>` elements in `<noscript>` are not prefetched anymore. Probably because html5ever already parses the `<noscript>` content as raw text data if `scripting_enabled` is activated. See https://github.com/servo/html5ever/blob/servo/src/tree_builder/rules.rs#L126 Also, added a test to the images cache.
8e2abb6
into
servo:master
guillaumebort commentedNov 7, 2014
Actually
<img>elements in<noscript>are not prefetched anymore.Probably because html5ever already parses the
<noscript>content as rawtext data if
scripting_enabledis activated.See https://github.com/servo/html5ever/blob/servo/src/tree_builder/rules.rs#L126
Also, added a test to the images cache.