Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 year ago |
Aliaksandr Kalenik
|
a73bf1607f
LibWeb: Mark initial about:blank as ready to run scripts after creation
|
1 year ago |
Aliaksandr Kalenik
|
94d72c174a
LibWeb: Allow executing scripts for iframes with src=about:blank
|
1 year ago |
Aliaksandr Kalenik
|
2c86633c51
LibWeb: Fix out of order spec step numbers in "create child navigable"
|
1 year ago |
Aliaksandr Kalenik
|
11011cf250
LibWeb: Don't rely on SHTQ::process() in process_the_iframe_attributes
|
1 year ago |
Aliaksandr Kalenik
|
696cf7b9fb
LibWeb: Fix "destroy the child navigable" to call `Document::destroy()`
|
1 year ago |
Aliaksandr Kalenik
|
f66d33423b
LibWeb: Fix spec bug in "destroy child navigable"
|
1 year ago |
Aliaksandr Kalenik
|
9098fa23a2
LibWeb: Catch up with the spec on document destroy, abort and unload
|
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 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 year ago |
Andrew Kaster
|
d6d1485720
LibWeb: Bring destroy the child navigable comments closer to spec
|
1 year ago |
Shannon Booth
|
0695236408
LibWeb: Use cached element name and id where possible
|
1 year ago |
Andreas Kling
|
0a05be69cf
LibWeb: Update create_new_child_navigable() after spec fix
|
1 year ago |
Vladimir Shakhov
|
e2391105a1
LibWeb: Call process_session_history_traversal_queue on history update
|
1 year ago |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 year ago |
Sam Atkins
|
7f509317fd
LibWeb: Allow NavigableContainers to report whether to delay load event
|
1 year ago |
Aliaksandr Kalenik
|
2f5ff14984
LibWeb: Fix spec implementation mistakes in destroy_the_child_navigable
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Aliaksandr Kalenik
|
44f7d7406c
LibWeb: Use struct to pass Navigable::navigate() params
|
1 year ago |
Andrew Kaster
|
7e277797ad
LibWeb: Add about base url to the various AOs that construct documents
|
1 year ago |
Aliaksandr Kalenik
|
9b16e5373d
LibWeb: Process session history queue after initial iframe navigation
|
1 year ago |
Aliaksandr Kalenik
|
67f5c027fe
LibWeb: Use saved navigable pointer in destroy_the_child_navigable
|
1 year ago |
Aliaksandr Kalenik
|
cf985afdcb
LibWeb: Look for targetStepSHE in parent while creating child navigable
|
1 year ago |
Aliaksandr Kalenik
|
6942bdcfce
LibWeb: Update top_level_browsing_context() to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
912cf89727
LibWeb: Update HTMLIFrameElement to use navigables
|
2 years ago |
Aliaksandr Kalenik
|
c437f16cc1
LibWeb: Early return navigation process if navigable has been destroyed
|
1 year ago |
Aliaksandr Kalenik
|
2445205e9d
LibWeb: Align session history step application code with latest spec
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |