Historique des commits

Auteur SHA1 Message Date
  Aliaksandr Kalenik 74588a0a16 LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted il y a 9 mois
  Andreas Kling ddbfac38b0 LibWeb: Note what's causing a style invalidation to happen il y a 10 mois
  Andreas Kling 4bc3055c0f LibWeb: Only invalidate shadow root when style sheet inside changes il y a 10 mois
  Shannon Booth 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value il y a 11 mois
  Shannon Booth c5c1a8fcc7 Bindings: Make item_value return an Optional<JS::Value> il y a 11 mois
  Shannon Booth 081c92bf3d Bindings: Remove exception handling for named_item il y a 11 mois
  Andreas Kling ebacb921da LibWeb: Verify something was removed in StyleSheetList::remove_sheet() il y a 11 mois
  Tim Ledbetter 84193f2746 LibWeb: Align StyleSheet title getter with the specification il y a 1 an
  Andreas Kling 819f2c1df6 LibWeb: Don't redundantly re-sort StyleSheetList on sheet removal il y a 1 an
  Tim Ledbetter 25f8c26624 LibWeb: Flesh out `StyleSheetList::add_a_css_style_sheet()` steps il y a 1 an
  Tim Ledbetter d5cddd4696 LibWeb: Unset stylesheet properties when removing from a StyleSheetList il y a 1 an
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration il y a 1 an
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
  Andrew Kaster 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject il y a 1 an
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible 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
  Andreas Kling 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h il y a 2 ans
  Andreas Kling 1f166b3a15 LibWeb: Don't re-sort StyleSheetList on every new sheet insertion 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 719839b882 LibWeb: Make factory method of CSS::StyleSheetList 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
  Andreas Kling 14d4f227f2 LibWeb: Don't invalidate style when adding/removing empty style sheet il y a 2 ans
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
  Andreas Kling 524ec95bcd LibWeb: Keep CSS sheets sorted in document tree order il y a 2 ans