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.cpp
Age
Commit message (
Expand
)
Author
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
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-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-10-18
LibWeb: Make DOM::Window into an EventTarget
Andreas Kling
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-27
LibWeb: Use JS::VM::call() in timer and RAF callback invocation
Andreas Kling
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-20
LibWeb: Add Bindings::ScriptExecutionContext
Andreas Kling
2020-09-12
LibWeb: Support window.alert() in multi-process context
Andreas Kling
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-08
LibWeb: Add type for FrameLoader::load
Kevin Meyer
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-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-21
LibWeb: Set window object as this value in set{Interval,Timeout}()
Linus Groh
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-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-21
LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestamp
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