mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
LibWeb: Add NavigationDestination, used for NavigateEvents
This class will be used in the algorithms for the navigate event firing algorithms to populate the destination field of the NavigateEvent.
This commit is contained in:
parent
8e03f8cb4a
commit
4989375191
7 changed files with 165 additions and 0 deletions
|
@ -125,6 +125,7 @@ source_set("HTML") {
|
|||
"NavigableContainer.cpp",
|
||||
"Navigation.cpp",
|
||||
"NavigationCurrentEntryChangeEvent.cpp",
|
||||
"NavigationDestination.cpp",
|
||||
"NavigationHistoryEntry.cpp",
|
||||
"Navigator.cpp",
|
||||
"NavigatorID.cpp",
|
||||
|
|
|
@ -184,6 +184,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/HTML/MimeTypeArray.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/Navigation.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationCurrentEntryChangeEvent.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationDestination.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationHistoryEntry.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/Navigator.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/PageTransitionEvent.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue