Commit History

Author SHA1 Message Date
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated 2 years ago
  Andreas Kling 5d6cb9cbdb LibWeb: Make CSSRuleList GC-allocated 2 years ago
  Andreas Kling 5366924f11 LibWeb: Make StyleSheetList GC-allocated 2 years ago
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 years ago
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
  Sam Atkins 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 years ago
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
  Andreas Kling a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 years ago
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status 3 years ago
  Andreas Kling 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 years ago
  Andreas Kling e8b85b13e2 LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr 3 years ago
  Sam Atkins 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
  Sam Atkins 5098cd22a4 LibWeb: Evaluate `@media` rules 3 years ago
  Sam Atkins df08b25b3f LibWeb: Move CSSRule iteration to CSSRuleList 3 years ago
  Ben Wiederhake 0db6ca4065 LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule 3 years ago
  Andreas Kling d462a6720a LibWeb: Reimplement the <style> element following the spec 3 years ago
  Andreas Kling 30d710a0a2 LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIs 3 years ago
  Andreas Kling 3a4565beec LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) 3 years ago
  Sam Atkins eb83d2617c LibWeb: Use a CSSRuleList inside CSSStyleSheet 3 years ago
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling dda6eb0f1f LibWeb: Implement StyleSheet.type 4 years ago
  Andreas Kling a9830d9a55 LibWeb: Start exposing CSS style sheets to JavaScript :^) 4 years ago
  Andreas Kling fefb05f6f3 LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet 4 years ago