summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/WindowObjectHelper.h
AgeCommit message (Expand)Author
2022-02-07LibWeb: Implement ErrorEventLuke Wilde
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2022-02-03LibWeb: Expose KeyboardEvent's constructor on the window objectAndreas Kling
2022-02-03LibWeb: Add barebones CanvasGradient objectAndreas Kling
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2021-12-14LibWeb: Add the SubtleCrypto interfaceLinus Groh
2021-12-12LibWeb: Add the TextEncoder interfaceLinus Groh
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-11LibWeb: Implement PromiseRejectionEventLinus Groh
2021-10-11LibWeb: Stub out a basic ResizeObserver interfaceAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins
2021-10-03LibWeb: Add support for NodeListLuke Wilde
2021-09-30LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValuesIdan Horowitz
2021-09-30LibWeb: Expose CSSStyleRule on the window objectAndreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-09-28LibWeb: Expose CSSStyleDeclaration on the window objectAndreas Kling
2021-09-27LibWeb: Add initial support for CustomEventLuke Wilde
2021-09-27LibWeb: Add some missing events in EventWrapperFactoryLuke Wilde
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke Wilde
2021-09-26LibWeb: Convert HTMLCollection to use IDL special operationsLuke Wilde
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-14LibWeb: Add a bare implementation of the URL built-inIdan Horowitz
2021-09-13LibWeb: Add the URLSearchParams built-inIdan Horowitz
2021-09-12LibWeb: Start implementing the MediaQueryList interfaceLinus Groh
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke Wilde
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibWeb: Add DOMParserLuke
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06LibWeb: Add ProcessingInstruction nodeLuke
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-03LibWeb: Set Constructor.name and Prototype.constructor of generated interfacesLinus Groh
2021-03-21LibWeb: Add legacy Image factory functionLuke
2021-03-09LibWeb: Expose new CSS interfaces on the window objectLuke
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-01-23LibWeb: Add XHREventTarget and ProgressEvent constructors to WindowLuke
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling
2021-01-18LibWeb: Stub out the PerformanceTiming object from Navigation TimingAndreas Kling
2021-01-18LibWeb: Construct the IDL interface prototype chains automaticallyAndreas Kling
2021-01-18LibWeb: Actually instantiate all the web constructors/prototypesAndreas Kling