mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Allow image prefetching to occur during parsing when no window or document is present. Fixes #939.
This commit is contained in:
parent
34f740396e
commit
21b0fc35b6
4 changed files with 47 additions and 35 deletions
|
@ -649,6 +649,7 @@ impl ScriptTask {
|
|||
let html_parsing_result = hubbub_html_parser::parse_html(cx.ptr,
|
||||
url.clone(),
|
||||
self.resource_task.clone(),
|
||||
self.image_cache_task.clone(),
|
||||
page.next_subpage_id.clone(),
|
||||
self.constellation_chan.clone());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue