mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Check in for task 1,4 and 5
Adding pipelineID to httpresponse message, clearner code for task1 Commit for Refactored task Unit tests Removing extra whitespaces. Removing extra whitespaces. Removing tabs whitespaces Making Code tidier. Style issues Fix Test-tidy Fixes
This commit is contained in:
parent
0d15101323
commit
b7de946205
13 changed files with 96 additions and 34 deletions
|
@ -461,7 +461,7 @@ pub fn new_image_cache_task(resource_task: ResourceTask) -> ImageCacheTask {
|
|||
placeholder_url.push("rippy.jpg");
|
||||
let placeholder_image = match Url::from_file_path(&*placeholder_url) {
|
||||
Ok(url) => {
|
||||
match load_whole_resource(&resource_task, url) {
|
||||
match load_whole_resource(&resource_task, url, None) {
|
||||
Err(..) => {
|
||||
debug!("image_cache_task: failed loading the placeholder.");
|
||||
None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue