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
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
Luke Wilde
af2886449a
LibWeb: Implement PerformanceObserver
2023-08-27 23:27:44 +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
Bastiaan van der Plaat
c88f14902b
LibWeb: Add DOMQuad and text tests
2023-08-23 12:11:21 +01:00
Sebastian Zaha
b4df4d66dc
Meta: Port recent build changes to gn build
...
This ports the following commits:
f76c614a84
ddbe6bd7b4
2eaa528a0e
1b40bf9783
9f6ceff7cf
52d6df5ee5
9e22f01eba
bf4e2f3e9c
da2cd73bcf
2023-08-19 20:09:26 -06:00
Andrew Kaster
cc3e179b23
Meta: Port 60e35f2a97
to gn build
2023-07-30 16:52:03 -06:00
Andrew Kaster
2e0e393889
Meta: Port recent build changes to gn build
...
This ports the following commits:
e8a63eeb0e
bec07d4af7
0e12503586
2023-07-27 12:08:22 -06:00
Nico Weber
dcb2f3aa89
Meta/gn: Don't use "abspath" for IDL inputs
...
The idl file lists are used for two things:
1. As inputs for `generate_window_or_worker_interfaces`
2. In a loop in `generate_idl_bindings` and the loop variable
is passed to `rebase_path`
Both these cases can handle a normal fully-qualified GN path,
so there's no need for the "abspath".
No behavior change.
2023-07-27 10:02:01 -06:00
Andrew Kaster
5c2c412318
Meta: Bind WritableStreamDefaultController to JS
...
This was missed in 868cd95069
.
2023-07-17 00:00:49 +01:00
Andrew Kaster
6ffed4d62a
Meta: Port LibWeb/Streams changes to gn build
...
This ports the following commits:
c9941ba95b
f86c3ab148
12ff48047f
f1d69d789b
0091a60448
2023-07-17 00:00:49 +01:00
Andrew Kaster
85c8cd5205
Meta: Add gn build rules for LibWeb
2023-07-09 16:22:58 -06:00