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
/
DOM
Age
Commit message (
Expand
)
Author
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-21
LibWeb: Frame/Position: Implement cursor increment/decrement methods
Max Wipfli
2021-05-18
LibWeb: Change Document's m_encoding to Optional<String>
Max Wipfli
2021-05-16
LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptions
Luke
2021-05-11
LibWeb: Make Element::tag_name return the HTML uppercased qualified name
Luke
2021-05-11
LibWeb: Expose Element.{prefix,localName}
Luke
2021-05-07
LibWeb: Implement replacing the current body when setting document.body
Luke
2021-05-07
LibWeb: Add non-const variants of Document::{html_element,body,head}()
Luke
2021-05-07
LibWeb: Implement Node.replaceChild
Luke
2021-05-04
LibWeb: Implement EventTarget.dispatchEvent
Luke
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-05-04
LibWeb: Use HTML-uppercased qualified name for the Element node name
Luke
2021-05-04
LibWeb: Add createDocument and createDocumentType for DOMImplementation
Luke
2021-05-03
LibWeb: Use node_to_insert instead of node in Node::insert_before
Luke
2021-05-02
LibWeb: Expose Node.ownerDocument
Luke
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
2021-04-22
LibWeb: Implement document.applets
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-14
LibWeb: Implement Node.cloneNode()
Linus Groh
2021-04-14
LibWeb: Add Element::prefix()
Linus Groh
2021-04-13
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
AnotherTest
2021-04-11
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
Luke
2021-04-11
LibWeb: Add Event.initEvent
Luke
2021-04-11
LibWeb: Add support for optional default values and optional bools in IDL
Luke
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-04-11
LibWeb: Add implementation of Node.compareDocumentPosition()
Brian Gianforcaro
2021-04-11
LibWeb: Connect existing implementation of Node::is_connected to JS.
Brian Gianforcaro
2021-04-10
LibWeb: Add a basic implementation of Document.createEvent()
Linus Groh
2021-04-10
LibWeb: Support nullable EventListener parameters in WrapperGenerator
Linus Groh
2021-04-06
LibWeb: Make the node mutation algorithms more spec compliant
Luke
2021-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-04-06
LibWeb: Make the node mutation event functions spec compliant
Luke
2021-04-06
LibWeb: Add ProcessingInstruction node
Luke
2021-04-06
LibWeb: Remove nodes from their old parent in appendChild/insertBefore
Andreas Kling
2021-04-05
LibWeb: Support two-value background-repeat
Timothy Flynn
[next]