index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Window.h
Age
Commit message (
Expand
)
Author
2022-09-09
LibWeb: Implement window.length
networkException
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-06
LibWeb: Make Crypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Remove unused HTML::Window::create_with_document()
Andreas Kling
2022-09-06
LibWeb: Make SubtleCrypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Storage GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make HTML::Timer GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSS::Screen GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add HTML::Window::cached_web_prototype()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-09-06
LibWeb: Make CSSStyleDeclaration GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-05
LibWeb: Add a way to construct HTML::Window without a DOM::Document
Andreas Kling
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-05-13
LibWeb: Stop inactive requestAnimationFrame() callbacks from running
MacDue
2022-04-02
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
Simon Wanner
2022-04-02
LibWeb: Implement the infrastructure necessary for requestIdleCallback
Simon Wanner
2022-03-24
LibWeb: Weakly store a reference to the Window object in timer tasks
Timothy Flynn
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-10
LibWeb: Add window.sessionStorage
Paul Wratt
2022-03-09
LibWeb: Use MediaFeatureIDs instead of Strings :^)
Sam Atkins
2022-03-08
LibWeb: Move Timer from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh