summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz
2021-06-12LibJS: Store and maintain an "execution generation" counterIdan Horowitz
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-29LibWeb: Improve performance of CSS custom property resolutionTobias Christiansen
2021-05-21LibWeb: Frame/Position: Implement cursor increment/decrement methodsMax Wipfli
2021-05-18LibWeb: Change Document's m_encoding to Optional<String>Max Wipfli
2021-05-16LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptionsLuke
2021-05-11LibWeb: Make Element::tag_name return the HTML uppercased qualified nameLuke
2021-05-11LibWeb: Expose Element.{prefix,localName}Luke
2021-05-07LibWeb: Implement replacing the current body when setting document.bodyLuke
2021-05-07LibWeb: Add non-const variants of Document::{html_element,body,head}()Luke
2021-05-07LibWeb: Implement Node.replaceChildLuke
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-05-04LibWeb: Use HTML-uppercased qualified name for the Element node nameLuke
2021-05-04LibWeb: Add createDocument and createDocumentType for DOMImplementationLuke
2021-05-03LibWeb: Use node_to_insert instead of node in Node::insert_beforeLuke
2021-05-02LibWeb: Expose Node.ownerDocumentLuke
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22LibWeb: Implement document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-14LibWeb: Implement Node.cloneNode()Linus Groh
2021-04-14LibWeb: Add Element::prefix()Linus Groh
2021-04-13LibWeb: Fix some FIXMEs related to ExceptionOr<T>AnotherTest
2021-04-11LibWeb: Move element_child_count to ParentNode and add its IDL attributeLuke
2021-04-11LibWeb: Add Event.initEventLuke
2021-04-11LibWeb: Add support for optional default values and optional bools in IDLLuke
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11LibWeb: Add implementation of Node.compareDocumentPosition()Brian Gianforcaro
2021-04-11LibWeb: Connect existing implementation of Node::is_connected to JS.Brian Gianforcaro
2021-04-10LibWeb: Add a basic implementation of Document.createEvent()Linus Groh
2021-04-10LibWeb: Support nullable EventListener parameters in WrapperGeneratorLinus Groh
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
2021-04-06LibWeb: Make the node mutation event functions spec compliantLuke
2021-04-06LibWeb: Add ProcessingInstruction nodeLuke
2021-04-06LibWeb: Remove nodes from their old parent in appendChild/insertBeforeAndreas Kling
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn