mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Remove now-unused Resource and ResourceClient
And deal with the fallout of transitive includes.
This commit is contained in:
parent
6057719f63
commit
ac246caa0c
Notes:
github-actions[bot]
2025-11-05 17:28:39 +00:00
Author: https://github.com/trflynn89
Commit: ac246caa0c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6708
11 changed files with 12 additions and 372 deletions
|
|
@ -386,7 +386,7 @@ void ConnectionFromClient::debug_request(u64 page_id, ByteString request, ByteSt
|
|||
}
|
||||
|
||||
if (request == "clear-cache") {
|
||||
Web::ResourceLoader::the().clear_cache();
|
||||
// FIXME: Clear the Fetch cache.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue