Shannon Booth
|
cc91473f4d
LibWeb: Make TemporaryExecutionContext take a Realm&
|
8 months ago |
Shannon Booth
|
8dffd8e7d6
LibWeb: Implement prepare_to_run_script on a Realm&
|
8 months ago |
Shannon Booth
|
d6fdaf6b26
LibWeb: Implement clean_up_after_running_script on a Realm
|
8 months ago |
Andrew Kaster
|
2c3531ab78
LibWeb: Move JS::Promise <-> WebIDL conversion into IDL
|
8 months ago |
Shannon Booth
|
329e9ed820
LibWeb: Fix spec typo in inner_navigate_event_firing_algorithm
|
8 months ago |
Andreas Kling
|
175f3febb8
LibWeb: Make DOMException take error message as a String
|
8 months ago |
Sam Atkins
|
ec15f8fa62
LibWeb/HTML: Re-order promise resolution to match spec
|
9 months ago |
Shannon Booth
|
fc83653f3c
LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue
|
10 months ago |
Jamie Mansfield
|
4c5fa102a3
LibWeb: Don't set hashChange for classic history navigate events
|
1 year ago |
Andrew Kaster
|
45860e3878
LibWeb: Move consume history-action user activation to Window
|
1 year ago |
Andrew Kaster
|
9c6ebe21d2
LibWeb: Remove get prefix from activation timestamp getters
|
1 year ago |
Jamie Mansfield
|
7da449ce01
LibWeb: Check correct activation (spec fix)
|
1 year ago |
Jamie Mansfield
|
a741f68eb9
LibWeb: Implement "consume history-action user activation"
|
1 year ago |
Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 year ago |
Aliaksandr Kalenik
|
890da021c4
LibWeb: Abort ongoing navigation before firing next navigation event
|
1 year ago |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 year ago |
Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 year ago |
Shannon Booth
|
70e2f51674
LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>>
|
1 year ago |
Aliaksandr Kalenik
|
39f74d3437
LibWeb: Bring HistoryHandlingBehavior up to date with the specification
|
1 year ago |
Aliaksandr Kalenik
|
ce325a9912
LibWeb: Add SessionHistoryEntry::document()
|
1 year ago |
Aliaksandr Kalenik
|
b590d1b48b
LibWeb: Transform SessionHistoryEntry from a struct to a class
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Andrew Kaster
|
1358fe85b0
LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks
|
1 year ago |
Andrew Kaster
|
19e802d09c
LibWeb: Remove invalid assertion in API method tracker promotion AO
|
1 year ago |
Andrew Kaster
|
3441b37de5
LibWeb: Store Promise::wait_for_all state in a JS-heap allocated object
|
1 year ago |
Andrew Kaster
|
346eb02659
LibWeb: Remove last substantial FIXMEs from Navigation API
|
1 year ago |
Andrew Kaster
|
52a9a8146b
LibWeb: Remove old FIXMEs about not setting up the navigation API's NHEs
|
1 year ago |
Andrew Kaster
|
6c1944ee61
LibWeb: Flesh out apply the history step to setup the navigation API
|
1 year ago |