Age | Commit message (Expand) | Author |
2021-07-20 | LibWeb: Don't print JavaScript syntax error hints | Alexander |
2021-07-17 | LibWeb: Avoid UAF in query_selector{,_all}() | Alexander |
2021-07-14 | LibWeb: Make CSS::Selector reference counted | Sam Atkins |
2021-07-11 | LibWeb: Add context to new CSS parser, and deprecate the old one | Sam Atkins |
2021-07-07 | LibJS: Remove the NativeProperty mechanism from LibJS | Idan Horowitz |
2021-07-05 | LibWeb: Implement Node.contains | Luke |
2021-07-05 | LibWeb: Make WrapperGenerator generate nullable wrapper types | Luke |
2021-07-05 | LibWeb: Make adopted_from no longer take a const Document reference | Luke |
2021-07-05 | LibWeb: Add the cloning steps in clone_node | Luke |
2021-07-05 | LibWeb: Use the element factory in clone_node | Luke |
2021-07-05 | LibWeb: Make clone_node capable of cloning document fragments | Luke |
2021-07-05 | LibWeb: Check if scripting is disabled before running script | Luke |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-07-04 | LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized | Idan Horowitz |
2021-07-01 | LibWeb: Do not encode "internal_id" in DOM JSON | Timothy Flynn |
2021-06-29 | LibWeb: Fix build breakage after merging the oldish DOM inspector PR | Andreas Kling |
2021-06-29 | LibWeb: Add JSON serialization method to DOM::Node | Adam Hodgen |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-27 | LibWeb: Make ExceptionOr capable of holding all error types in the spec | Ali Mohammad Pur |
2021-06-25 | LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly | Paul Irwin |
2021-06-24 | AK: Rename downcast<T> => verify_cast<T> | Andreas Kling |
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 |