mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 02:08:58 +00:00
LibWebView: Add abstract virtual base for WebView implementations
This patch adds WebView::ViewImplementation with all the `notify_server_did_this_or_that()` functions from OOPWV. This will allow us to share code between different web views, paving the way for a Qt widget in Ladybird that can talk to a WebContent process.
This commit is contained in:
parent
d652794862
commit
ceccc2c163
Notes:
sideshowbarker
2024-07-17 06:20:53 +09:00
Author: https://github.com/awesomekling
Commit: ceccc2c163
5 changed files with 102 additions and 40 deletions
|
@ -9,5 +9,7 @@
|
|||
namespace WebView {
|
||||
|
||||
class OutOfProcessWebView;
|
||||
class ViewImplementation;
|
||||
class WebContentClient;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue