mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-08 12:12:53 +00:00
LibWebView: Move OutOfProcessWebView to a new LibWebView library
Also moves WebContentClient and the references to the generated IPC descriptions, since they are all components of OutOfProcessWebView. This patch has no functional changes.
This commit is contained in:
parent
31c0022429
commit
dcbbbf5b4a
Notes:
sideshowbarker
2024-07-17 10:54:09 +09:00
Author: https://github.com/Dexesttp
Commit: dcbbbf5b4a
Pull-request: https://github.com/SerenityOS/serenity/pull/14018
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/MacDue
41 changed files with 97 additions and 73 deletions
|
@ -90,7 +90,7 @@ MainWidget::MainWidget()
|
|||
m_manual_model->update_section_node_on_toggle(index, open);
|
||||
};
|
||||
|
||||
m_web_view = find_descendant_of_type_named<Web::OutOfProcessWebView>("web_view");
|
||||
m_web_view = find_descendant_of_type_named<WebView::OutOfProcessWebView>("web_view");
|
||||
m_web_view->on_link_click = [this](auto& url, auto&, unsigned) {
|
||||
if (url.protocol() == "file") {
|
||||
auto path = url.path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue