Commit Verlauf

Autor SHA1 Nachricht Datum
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects vor 2 Jahren
  Kenneth Myhra 48872cd190 LibWeb: Make factory methods of CSS::CSSRuleList fallible vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes vor 2 Jahren
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ vor 2 Jahren
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ vor 2 Jahren
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated vor 2 Jahren
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible vor 2 Jahren
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated vor 2 Jahren
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated vor 2 Jahren
  Andreas Kling 5d6cb9cbdb LibWeb: Make CSSRuleList GC-allocated vor 2 Jahren
  Luke Wilde c8fa0c3cd7 LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule vor 3 Jahren
  Sam Atkins c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet vor 3 Jahren
  Sam Atkins 6e6607a92f LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule() vor 3 Jahren
  Andreas Kling f4f850aaf2 LibWeb: Support CSSRule.type vor 3 Jahren
  Sam Atkins 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes vor 3 Jahren
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb vor 3 Jahren
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML vor 3 Jahren
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status vor 3 Jahren
  Andreas Kling 77650fe886 LibWeb: Remove duplicate checks in for_each_effective_style_rule() vor 3 Jahren
  Sam Atkins 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) vor 3 Jahren
  Sam Atkins e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links vor 3 Jahren
  Sam Atkins 5098cd22a4 LibWeb: Evaluate `@media` rules vor 3 Jahren
  Sam Atkins 57a25139a5 LibWeb: Implement `@supports` rule :^) vor 3 Jahren
  Sam Atkins 439d978ea5 LibWeb: Make style-rule iteration aware of CSSMediaRule vor 3 Jahren
  Sam Atkins df08b25b3f LibWeb: Move CSSRule iteration to CSSRuleList vor 3 Jahren