mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Make reload button clear the network cache.
This commit is contained in:
parent
fe24fc3068
commit
f030162ec3
10 changed files with 50 additions and 1 deletions
|
@ -1529,6 +1529,10 @@ where
|
|||
},
|
||||
};
|
||||
},
|
||||
FromCompositorMsg::ClearCache => {
|
||||
self.public_resource_threads.clear_cache();
|
||||
self.private_resource_threads.clear_cache();
|
||||
},
|
||||
// Load a new page from a typed url
|
||||
// If there is already a pending page (self.pending_changes), it will not be overridden;
|
||||
// However, if the id is not encompassed by another change, it will be.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue