Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  PrestonLTaylor 7f7ebc4b8b LibWeb: Extract updating a style block into StyleElementUtils 2 年之前
  Sam Atkins 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 年之前
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
  Sam Atkins 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Andreas Kling 0e758b4da8 LibWeb: Add the StyleSheet.href attribute 3 年之前
  Andreas Kling efac862570 LibWeb: Parse <style> element text content when inserted into document 3 年之前
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 年之前
  Sam Atkins e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 3 年之前
  Luke Wilde 10d4f2fc1e LibWeb: Implement HTMLStyleElement.sheet 3 年之前
  Andreas Kling d462a6720a LibWeb: Reimplement the <style> element following the spec 3 年之前
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Luke e3d01c5e10 LibWeb: Make the node mutation event functions spec compliant 4 年之前
  Andreas Kling bc116f3b13 LibWeb: Give CSSLoader a backpointer to its owner element 4 年之前
  Andreas Kling d07fcba69b LibWeb: Implement StyleSheet.ownerNode :^) 4 年之前
  Sviatoslav Peleshko 183ebaee91 LibWeb: Add actual document loading for the CSS (at)import rule 4 年之前
  Andreas Kling 330c3fcb59 LibWeb: Use move semantics for QualifiedName more often 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前