mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
LibWeb: Implement the start of the Navigation API
This API is how JavaScript can manipulate the new Navigable concepts directly. We are still missing most of the interesting algorithms on Navigation that do the actual navigation steps, and call into the currently WIP navigable AOs.
This commit is contained in:
parent
51c2835044
commit
0c2f758067
9 changed files with 378 additions and 0 deletions
|
@ -123,6 +123,7 @@ source_set("HTML") {
|
|||
"MimeTypeArray.cpp",
|
||||
"Navigable.cpp",
|
||||
"NavigableContainer.cpp",
|
||||
"Navigation.cpp",
|
||||
"NavigationCurrentEntryChangeEvent.cpp",
|
||||
"NavigationHistoryEntry.cpp",
|
||||
"Navigator.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue