summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
2021-09-26LibWeb: Make WindowObject's prototype immutableLuke Wilde
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke Wilde
2021-09-26LibWeb: Convert HTMLCollection to use IDL special operationsLuke Wilde
2021-09-26LibWeb: Add support for IDL legacy platform objectsLuke Wilde
2021-09-26LibWeb: Implement window.queueMicrotask(callback)Andreas Kling
2021-09-25LibWeb: Move window.scroll{X,Y} from wrapper into DOM::WindowAndreas Kling
2021-09-24LibWeb: Return undefined from event handler setters, not an empty valueLinus Groh
2021-09-22LibWeb: Expose the GlobalEventHandlers mixin on the Window objectAndreas Kling
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-19LibWeb: Add missing #include to MainThreadVM.hAndreas Kling
2021-09-19LibWeb: Replace ScriptExecutionContext::interpreter() with realm()Andreas Kling
2021-09-18LibWeb: Implement window.location.portAndreas Kling
2021-09-14LibWeb: Add a bare implementation of the URL built-inIdan Horowitz
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-13LibWeb: Add the URLSearchParams built-inIdan Horowitz
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-09-12LibWeb: Implement window.matchMedia()Linus Groh
2021-09-12LibWeb: Start implementing the MediaQueryList interfaceLinus Groh
2021-09-12LibWeb: Explicitly zero-initialize WindowObject::m_location_objectAndreas Kling
2021-09-12LibWeb: Expose the location object via Document.locationLuke Wilde
2021-09-12LibWeb: Implement some custom JS internal overrides for LocationLuke Wilde
2021-09-12LibWeb: Implement window.event as a [Replaceable] propertyLinus Groh
2021-09-12LibWeb: Add A JS setter macro for [Replaceable] IDL propertiesLinus Groh
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke Wilde
2021-09-12LibWeb: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11LibWeb: Revoke outstanding WeakPtrs on wrapper zombificationAndreas Kling
2021-09-11LibWeb: Implement Window.scroll() and Window.scrollBy() JS methodsSam Atkins
2021-09-11LibWeb: Implement Window.scroll{X,Y} JS propertiesSam Atkins
2021-09-11LibWeb: Stub out a dummy window.getComputedStyle()Andreas Kling
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-09LibWeb: Give HTML::EventLoop a pointer to the JS::VMAndreas Kling
2021-09-09LibWeb: Add a bare-bones HTML event loop with a task queueAndreas Kling
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-26LibWeb: Fix that non-member calls to window gave the wrong this_valuedavidot
2021-07-26LibWeb: Make the custom CSSDeclaration methods only work on stringsdavidot
2021-07-26LibWeb: Add a CustomHasProperty trait to WrapperGeneratordavidot
2021-07-11LibWeb: Add context to new CSS parser, and deprecate the old oneSam Atkins
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in WindowIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in NavigatorIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in LocationIdan Horowitz
2021-07-05LibWeb: Add DOMParserLuke
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling