Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Sam Atkins 496db17c2d LibWeb: Add callback for when a CSSRuleList's rules change il y a 1 an
  Jonah 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule il y a 1 an
  Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations il y a 2 ans
  Andreas Kling 45f8542965 LibWeb: Actually visit rules and media queries in imported style sheets il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects il y a 2 ans
  Kenneth Myhra 48872cd190 LibWeb: Make factory methods of CSS::CSSRuleList fallible il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated il y a 2 ans
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated il y a 2 ans
  Andreas Kling 5d6cb9cbdb LibWeb: Make CSSRuleList GC-allocated il y a 2 ans
  Luke Wilde c8fa0c3cd7 LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule il y a 3 ans
  Sam Atkins c718ba5947 LibWeb: Implement CSSRule.parentRule and .parentStyleSheet il y a 3 ans
  Sam Atkins 6e6607a92f LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule() il y a 3 ans
  Andreas Kling f4f850aaf2 LibWeb: Support CSSRule.type il y a 3 ans
  Sam Atkins 804b8c85e8 LibWeb: Implement initial CSSFontFaceRule and FontFace classes il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status il y a 3 ans