summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Document.h
AgeCommit message (Expand)Author
2021-07-05LibWeb: Make WrapperGenerator generate nullable wrapper typesLuke
2021-06-29LibWeb: Add JSON serialization method to DOM::NodeAdam Hodgen
2021-06-25LibWeb: Support :active pseudo-class for hyperlinks, :focus possiblyPaul Irwin
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-18LibWeb: Change Document's m_encoding to Optional<String>Max Wipfli
2021-05-07LibWeb: Add non-const variants of Document::{html_element,body,head}()Luke
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
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-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-13LibWeb: Fix some FIXMEs related to ExceptionOr<T>AnotherTest
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-10LibWeb: Add a basic implementation of Document.createEvent()Linus Groh
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-03LibWeb: Support rendering background images with 'background-repeat'Timothy Flynn
2021-03-15LibWeb: Stub out Document.cookieAndreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Support assigning to document.body when it is nullAndreas Kling
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-20LibWeb: Use DOMException in Document::set_body()Linus Groh
2021-02-17LibWeb: Add constructor to Document IDL interfaceLinus Groh
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling