mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Start tracking elapsed time when a resource is loaded
This commit is contained in:
parent
1d4be9ca33
commit
bca8707e15
Notes:
sideshowbarker
2024-07-18 04:08:03 +09:00
Author: https://github.com/bgianfo
Commit: bca8707e15
Pull-request: https://github.com/SerenityOS/serenity/pull/9991
Reviewed-by: https://github.com/awesomekling
7 changed files with 17 additions and 9 deletions
|
@ -137,7 +137,7 @@ bool FrameLoader::parse_document(DOM::Document& document, const ByteBuffer& data
|
|||
return false;
|
||||
}
|
||||
|
||||
bool FrameLoader::load(const LoadRequest& request, Type type)
|
||||
bool FrameLoader::load(LoadRequest& request, Type type)
|
||||
{
|
||||
if (!request.is_valid()) {
|
||||
load_error_page(request.url(), "Invalid request");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue