mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +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
|
|
@ -6,11 +6,12 @@ target_sources(ladybird PRIVATE
|
|||
FindInPageWidget.cpp
|
||||
Icon.cpp
|
||||
LocationEdit.cpp
|
||||
Menu.cpp
|
||||
Settings.cpp
|
||||
StringUtils.cpp
|
||||
Tab.cpp
|
||||
TabBar.cpp
|
||||
TVGIconEngine.cpp
|
||||
StringUtils.cpp
|
||||
WebContentView.cpp
|
||||
ladybird.qrc
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue