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
/
Bindings
/
WindowObjectHelper.h
Age
Commit message (
Expand
)
Author
2022-02-07
LibWeb: Implement ErrorEvent
Luke Wilde
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-03
LibWeb: Expose KeyboardEvent's constructor on the window object
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2021-12-14
LibWeb: Add the SubtleCrypto interface
Linus Groh
2021-12-12
LibWeb: Add the TextEncoder interface
Linus Groh
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-11
LibWeb: Implement PromiseRejectionEvent
Linus Groh
2021-10-11
LibWeb: Stub out a basic ResizeObserver interface
Andreas Kling
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling
2021-10-08
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
Andreas Kling
2021-10-05
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
Sam Atkins
2021-10-03
LibWeb: Add support for NodeList
Luke Wilde
2021-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-30
LibWeb: Expose CSSStyleRule on the window object
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-28
LibWeb: Expose CSSStyleDeclaration on the window object
Andreas Kling
2021-09-27
LibWeb: Add initial support for CustomEvent
Luke Wilde
2021-09-27
LibWeb: Add some missing events in EventWrapperFactory
Luke Wilde
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-09-26
LibWeb: Convert HTMLCollection to use IDL special operations
Luke Wilde
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-14
LibWeb: Add a bare implementation of the URL built-in
Idan Horowitz
2021-09-13
LibWeb: Add the URLSearchParams built-in
Idan Horowitz
2021-09-12
LibWeb: Start implementing the MediaQueryList interface
Linus Groh
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibWeb: Add DOMParser
Luke
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-06
LibWeb: Add ProcessingInstruction node
Luke
2021-04-04
LibWeb: Implement the Screen interface
Linus Groh
2021-04-03
LibWeb: Set Constructor.name and Prototype.constructor of generated interfaces
Linus Groh
2021-03-21
LibWeb: Add legacy Image factory function
Luke
2021-03-09
LibWeb: Expose new CSS interfaces on the window object
Luke
2021-02-20
LibWeb: Add DOM::DOMException class and bindings
Linus Groh
2021-01-23
LibWeb: Add XHREventTarget and ProgressEvent constructors to Window
Luke
2021-01-23
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Andreas Kling
2021-01-18
LibWeb: Stub out the PerformanceTiming object from Navigation Timing
Andreas Kling
2021-01-18
LibWeb: Construct the IDL interface prototype chains automatically
Andreas Kling
2021-01-18
LibWeb: Actually instantiate all the web constructors/prototypes
Andreas Kling