mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWebView+UI: Migrate some UI process init to LibWebView
No need to do this setup in every UI's main().
This commit is contained in:
Notes:
github-actions[bot]
2025-06-11 11:27:28 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/39da2d9a2fb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5054
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Platform.h>
|
||||
#include <AK/Traits.h>
|
||||
|
||||
namespace WebView {
|
||||
@@ -21,6 +22,10 @@ class ViewImplementation;
|
||||
class WebContentClient;
|
||||
class WebUI;
|
||||
|
||||
#if defined(AK_OS_MACOS)
|
||||
class MachPortServer;
|
||||
#endif
|
||||
|
||||
struct Attribute;
|
||||
struct AutocompleteEngine;
|
||||
struct BrowserOptions;
|
||||
|
||||
Reference in New Issue
Block a user