Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 년 전 |
Aliaksandr Kalenik
|
9f4b922f1c
LibWeb: Look into nested session histories to find max history step
|
1 년 전 |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 년 전 |
Aliaksandr Kalenik
|
c96fc902ff
LibWeb+LibWebView+WebContent: Add did_change_url() IPC call
|
1 년 전 |
Aliaksandr Kalenik
|
461184d964
LibWeb+LibWebView+WebContent: Add did_update_navigation_buttons_state()
|
1 년 전 |
Aliaksandr Kalenik
|
91377f3ab9
LibWeb: Fix always hanging Navigable::reload()
|
1 년 전 |
Aliaksandr Kalenik
|
d86ad2fcfa
LibWeb: Process all task source while waiting for document population
|
1 년 전 |
Aliaksandr Kalenik
|
600ecdd5f7
LibWeb: Separate spin_until() into multiple steps in apply history step
|
1 년 전 |
Aliaksandr Kalenik
|
8fa636d8d5
LibWeb: Make SessionHistoryTraversalQueue GC-allocated
|
1 년 전 |
Matthew Olsson
|
d47f656a3a
LibJS+LibWeb: Mark a few variables as IGNORE_USE_IN_ESCAPING_LAMBDA
|
1 년 전 |
Aliaksandr Kalenik
|
8cc2ee34db
LibWeb: Check if entryToReplace is contained in session history entries
|
1 년 전 |
Aliaksandr Kalenik
|
adcc3905e5
LibWeb: Pass SynchronousNavigation flag into "apply the history step"
|
1 년 전 |
Aliaksandr Kalenik
|
db31fa730a
LibWeb: Increase completed jobs number even if navigable is destroyed
|
1 년 전 |
Aliaksandr Kalenik
|
9098fa23a2
LibWeb: Catch up with the spec on document destroy, abort and unload
|
1 년 전 |
Andreas Kling
|
f90489acd6
Revert "LibWeb: Fix endless spinning in apply_the_history_step()"
|
1 년 전 |
Andreas Kling
|
872fa58ef8
Revert "LibWeb: Fix hanging location.reload() when SHE is populated by fetching"
|
1 년 전 |
Aliaksandr Kalenik
|
966b042db6
LibWeb: Fix hanging location.reload() when SHE is populated by fetching
|
1 년 전 |
Aliaksandr Kalenik
|
609a72f7c7
LibWeb: Fix endless spinning in apply_the_history_step()
|
1 년 전 |
Aliaksandr Kalenik
|
baf589deef
LibWeb: Add missing navigable destroyed check
|
1 년 전 |
Aliaksandr Kalenik
|
220088480b
LibWeb: Bring "apply the history step" up to date with the spec
|
1 년 전 |
Aliaksandr Kalenik
|
ce325a9912
LibWeb: Add SessionHistoryEntry::document()
|
1 년 전 |
Aliaksandr Kalenik
|
b590d1b48b
LibWeb: Transform SessionHistoryEntry from a struct to a class
|
1 년 전 |
Aliaksandr Kalenik
|
e09816c37c
LibWeb: Run only tasks with navigation source in "apply history step"
|
1 년 전 |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 년 전 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 년 전 |
Andrew Kaster
|
2b3bc2654f
LibWeb: Mark Navigable as destroyed in destroy_top_level_traversable AO
|
1 년 전 |
Andrew Kaster
|
53273e2037
LibWeb: Don't navigate() to about:blank when making a fresh Traversable
|
1 년 전 |
Andrew Kaster
|
813c66403d
LibWeb: Catch null browsing context in destroy_top_level_traversable
|
1 년 전 |
Andrew Kaster
|
36cd2fb7c5
Ladybird+WebContent: Update IPC calls to handle multiple traversables
|
1 년 전 |
Andrew Kaster
|
4f088aff3d
LibWeb: Implement synchronous session history steps
|
1 년 전 |