Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 74469a0c1f LibWeb: Make CSS::ComputedProperties GC-allocated il y a 7 mois
  Andreas Kling c1cad8fa0e LibWeb: Rename CSS::StyleProperties => CSS::ComputedProperties il y a 7 mois
  Andreas Kling ed7f4664c2 LibWeb: Split StyleComputer work into two phases with separate outputs il y a 7 mois
  Totto16 d21bfda900 LibWeb: Handle special cases of PseudoElement::Type correctly il y a 7 mois
  Sam Atkins 4c5a40579a LibWeb: Match spec changes to "create an element" algorithm il y a 7 mois
  sideshowbarker 314e5d6bb7 LibWeb: Compute accessible names for hidden/hidden-but-referenced nodes il y a 8 mois
  Milo van der Tier aa33acf3a2 LibWeb: Update existing style object when setting style attribute il y a 8 mois
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS il y a 8 mois
  Timothy Flynn d4f8b598cb LibWeb: Consolidate the attribute change handlers il y a 8 mois
  Shannon Booth 1e54003cb1 LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate il y a 8 mois
  Shannon Booth 9b79a686eb LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> il y a 8 mois
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level il y a 8 mois
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
  Andreas Kling 1d75e82101 LibWeb: Coalesce layouts that happen in response to style changes il y a 4 ans
  Andreas Kling d3046a2649 LibWeb: Allow anonymous table, table-row and table-cell layout nodes il y a 4 ans
  Andreas Kling 29a4da30b7 LibWeb: Make DOM::Node::create_layout_node() not need parent's style il y a 4 ans
  Andreas Kling d9b2650dcc LibWeb: Remove specified style from layout nodes il y a 4 ans
  Andreas Kling 981758a8b1 LibWeb: Use the specified CSS values from element in more places il y a 4 ans
  Andreas Kling ba8990fb6c LibWeb: Rename Element::resolved_style() => specified_css_values() il y a 4 ans
  Andreas Kling 07dd73c351 LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes il y a 4 ans
  Linus Groh 3436317c08 LibWeb: Escape text nodes in innerHTML getter il y a 4 ans
  Linus Groh 4833f0066e LibWeb: Include element attributes in innerHTML getter il y a 4 ans
  Andreas Kling 613764b83c LibWeb: Actually apply recomputed style to element's layout node il y a 4 ans
  Andreas Kling 4a9dcd974a LibWeb: Remove unused Element::set_attributes() il y a 4 ans
  Linus Groh 5e7945e26f LibWeb: Add a simple StyleInvalidator class il y a 4 ans
  Andreas Kling 59afcddcfe LibWeb: Mark element style dirty on style/id attribute change too il y a 4 ans
  Andreas Kling 294ec3b6a5 LibWeb: Mark element style dirty when class attribute changes il y a 4 ans
  Andreas Kling 6af55a234f LibWeb: Make DOM::Node::set_needs_style_update() schedule the update il y a 4 ans
  Andreas Kling d65bebd8cf LibWeb: Cache parsed inline style of DOM elements il y a 4 ans
  Andreas Kling d477039abc LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder il y a 4 ans