Timothy Flynn
50406f541b
Meta: Port recent changes to GN build
...
124c378472
2023-11-15 11:28:39 -05:00
Karol Kosek
1681d6f721
Meta: Port recent build changes to gn build
...
This ports the following commits:
6476dea898
153ae93f9c
45b36bd08a
7870f10aa8
139c575cc9
63d09f6daf
1b3ad1c721
77d32fcb5f
2023-09-18 11:09:48 -06:00
Bastiaan van der Plaat
9939b028c6
LibWeb: Add basic Navigator send beacon support
2023-09-18 11:08:26 -06:00
Andreas Kling
0a133ccba4
LibWeb: Remove the HTML blink element
...
Support for this element has been removed from all major engines years
ago already, and it's currently the only reason we have a weird
"visible" flag on Layout::Node (which we toggle on a timer here..)
2023-09-18 14:45:20 +02:00
Sebastian Zaha
967cb86c5b
Meta: Port recent build changes to gn build
...
This ports the following commits:
848ec538c6
703c2bb06e
27dd2a40ad
daefe744ba
9812031a02
4c0816b002
8bb275f2ea
3f122b7335
2023-08-29 09:37:52 +02:00
Andrew Kaster
d1aea87889
LibWeb: Add NavigateEvent, the main event of the Navigation API
...
This event is the star of the show, and the main way that web content
can react to either programmatic or user-initiated navigation.
All of the fun algorithms will have to come later though.
2023-08-24 11:03:57 -06:00
Andrew Kaster
3dd3b2019d
LibWeb: Add NavigationTransition, a transient property of Navigation
...
This property is useful for web content to determine whether an ongoing
navigation has settled or not.
2023-08-24 11:03:57 -06:00
Andrew Kaster
4989375191
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.
2023-08-24 11:03:57 -06:00
Andrew Kaster
0c2f758067
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.
2023-08-24 11:03:57 -06:00
Andrew Kaster
51c2835044
LibWeb: Add NavigationCurrentEntryChangeEvent, fired when navigating
...
This event will be fired by Navigation when changing the current
NavigationHistoryEntry.
2023-08-24 11:03:57 -06:00
Andrew Kaster
3c1d4eab24
LibWeb: Add NavigationHistoryEntry, a wrapper around SessionHistoryEntry
2023-08-24 11:03:57 -06:00
Andrew Kaster
85c8cd5205
Meta: Add gn build rules for LibWeb
2023-07-09 16:22:58 -06:00