summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/WindowObject.h
AgeCommit message (Expand)Author
2020-12-09LibWeb: Expose DOM::Range to JavaScript.asynts
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-22LibWeb: Add WindowObject::origin()Andreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-20LibWeb: Add atob/btoa to WindowObjectJoel Puig Rubio
2020-06-20LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapperAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-17LibWeb: Implement JS confirm()Nick Tiberi
2020-04-08LibWeb: Add XMLHttpRequest object :^)Andreas Kling
2020-04-05LibWeb: Add window.setTimeout()Andreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling