mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Ladybird+headless-browser: Make RequestServer single instance on Lagom
Co-Authored-By: Timothy Flynn <trflynn89@pm.me>
This commit is contained in:
parent
336b661835
commit
c87e32154a
Notes:
sideshowbarker
2024-07-17 03:30:41 +09:00
Author: https://github.com/ADKaster
Commit: c87e32154a
Pull-request: https://github.com/SerenityOS/serenity/pull/23945
Reviewed-by: https://github.com/trflynn89 ✅
20 changed files with 308 additions and 75 deletions
|
|
@ -28,8 +28,8 @@ bool Application::event(QEvent* event)
|
|||
|
||||
if (auto file_url = WebView::sanitize_url(file); file_url.has_value())
|
||||
on_open_file(file_url.release_value());
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue