mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating
This event will be fired by Navigation when changing the current NavigationHistoryEntry.
This commit is contained in:
parent
3c1d4eab24
commit
51c2835044
10 changed files with 107 additions and 0 deletions
|
@ -182,6 +182,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/HTML/MessagePort.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/MimeType.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/MimeTypeArray.idl",
|
||||
"//Userland/Libraries/LibWeb/HTML/NavigationCurrentEntryChangeEvent.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