mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
LibWebView+UI: Add structures to hold context menu and action data
We currently duplicate a lot of code to handle application/context menus and actions. The goal here is to hold the data for the menus and actions in LibWebView. Each UI will then be able to generate menus from the data on-the-fly. The structures added here are meant to support generic and checkable actions, action groups, submenus, etc.
This commit is contained in:
parent
2632b1375b
commit
a5be0f0a18
Notes:
github-actions[bot]
2025-09-11 18:25:23 +00:00
Author: https://github.com/trflynn89
Commit: a5be0f0a18
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6062
10 changed files with 619 additions and 1 deletions
|
@ -12,10 +12,12 @@
|
|||
|
||||
namespace WebView {
|
||||
|
||||
class Action;
|
||||
class Application;
|
||||
class Autocomplete;
|
||||
class CookieJar;
|
||||
class Database;
|
||||
class Menu;
|
||||
class OutOfProcessWebView;
|
||||
class ProcessManager;
|
||||
class Settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue