Historique des commits

Auteur SHA1 Message Date
  Luke a826df773e LibWeb: Make WrapperGenerator generate nullable wrapper types il y a 4 ans
  Adam Hodgen 4affe052b8 LibWeb: Add JSON serialization method to DOM::Node il y a 4 ans
  Paul Irwin 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly il y a 4 ans
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext il y a 4 ans
  Max Wipfli 67a9ebc817 LibWeb: Change Document's m_encoding to Optional<String> il y a 4 ans
  Luke b6004a4ce1 LibWeb: Add non-const variants of Document::{html_element,body,head}() il y a 4 ans
  Luke 7f6baf8b17 LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts} il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Andreas Kling b74bf31a53 LibWeb: Implement document.anchors il y a 4 ans
  Andreas Kling 43d16fa5b6 LibWeb: Implement document.applets il y a 4 ans
  Andreas Kling e4df1b223f LibWeb: Implement a slow but functional HTMLCollection :^) il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Timothy Flynn c00760c5f9 Browser+LibWeb+WebContent: Track the source of document.cookie requests il y a 4 ans
  AnotherTest 9c201767a0 LibWeb: Fix some FIXMEs related to ExceptionOr<T> il y a 4 ans
  Timothy Flynn 1ef48d50ff LibWeb+WebContent: Hook document.cookie to the backend cookie storage il y a 4 ans
  Linus Groh d8d16dea95 LibWeb: Add a basic implementation of Document.createEvent() il y a 4 ans
  Luke 5beacf08a2 LibWeb: Make the node mutation algorithms more spec compliant il y a 4 ans
  Timothy Flynn 5de0e0068c LibWeb: Support two-value background-repeat il y a 4 ans
  Timothy Flynn fa9ba8bce5 LibWeb: Support rendering background images with 'background-repeat' il y a 4 ans
  Andreas Kling 36ea9fbd9e LibWeb: Stub out Document.cookie il y a 4 ans
  Andreas Kling a9830d9a55 LibWeb: Start exposing CSS style sheets to JavaScript :^) il y a 4 ans
  Andreas Kling fefb05f6f3 LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet il y a 4 ans
  Jean-Baptiste Boric 8dca96fb61 LibWeb: Provide file name to JavaScript interpreter il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling b126ead34e LibWeb: Support assigning to document.body when it is null il y a 4 ans
  Andreas Kling 9194a97cbe LibWeb: Add Document.createRange() il y a 4 ans
  Andreas Kling 15cfde7233 LibWeb: Expose the Window object as Document.defaultView il y a 4 ans
  Linus Groh dd621cc650 LibWeb: Use DOMException in Document::set_body() il y a 4 ans
  Linus Groh 0f1da7d40c LibWeb: Add constructor to Document IDL interface il y a 4 ans
  Andreas Kling a59b1825ce LibWeb: Basic implementation of global event handlers :^) il y a 4 ans