Commit History

Author SHA1 Message Date
  Tim Ledbetter d209d5a84f LibWeb: Ensure CSSStyleSheet::css_rules() always returns the same object 1 year ago
  Andrew Kaster 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Sam Atkins 496db17c2d LibWeb: Add callback for when a CSSRuleList's rules change 1 year ago
  Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
  Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 years ago
  Kenneth Myhra 48872cd190 LibWeb: Make factory methods of CSS::CSSRuleList fallible 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors 2 years ago
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes 2 years ago
  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
  Sam Atkins 6e6607a92f LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule() 3 years ago
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 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
  Sam Atkins 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 years ago
  Sam Atkins e8d4236bbd LibWeb: Use W3C urls for CSSOM spec links 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
  Andreas Kling 994e33b0f7 LibWeb: Implement most of CSSStyleRule.insertRule() 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