summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
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
2021-06-27LibWeb: Make ExceptionOr capable of holding all error types in the specAli Mohammad Pur
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-16LibJS: Respect Object::get's without_side_effects parameter for numbersIdan Horowitz
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-05-31LibWeb: Return null in Window.{top,parent} if browsing context is nullLuke
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur
2021-05-07LibWeb: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling