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
/
Bindings
/
WindowObject.h
Age
Commit message (
Expand
)
Author
2020-12-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-22
LibWeb: Add WindowObject::origin()
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: Add atob/btoa to WindowObject
Joel Puig Rubio
2020-06-20
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-17
LibWeb: Implement JS confirm()
Nick Tiberi
2020-04-08
LibWeb: Add XMLHttpRequest object :^)
Andreas Kling
2020-04-05
LibWeb: Add window.setTimeout()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling