index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
DOM
/
Window.h
Age
Commit message (
Expand
)
Author
2020-12-02
LibWeb: Complete the URL in href_setter() before trying to load it
AnotherTest
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-10-18
LibWeb: Make DOM::Window into an EventTarget
Andreas Kling
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-20
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
Andreas Kling
2020-05-18
LibWeb: Allow reloading the current page with location.reload()
Andreas Kling
2020-05-18
LibWeb: Allow navigating to a new URL by setting window.location.href
Andreas Kling
2020-04-17
LibWeb: Implement JS confirm()
Nick Tiberi
2020-04-05
LibWeb: Add window.setTimeout()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling