Historique des commits

Auteur SHA1 Message Date
  Sam Atkins d757c8b78d LibWeb/DOM: Implement spec changes to dir=auto directionality il y a 10 mois
  Sam Atkins 2a5390ef4f LibWeb/DOM: Move "text node directionality" algorithm into DOM::Text il y a 10 mois
  Asutosh Variar 229b64a4b7 Everywhere: Convert from_string_view -> from_string_literal where static il y a 11 mois
  Tim Ledbetter 0de3145071 LibWeb: Don't crash when determining slot element auto directionality il y a 10 mois
  Andreas Kling 7df4365e40 LibWeb: Only invalidate style & DOM version if attribute really changes il y a 11 mois
  Andreas Kling ddbfac38b0 LibWeb: Note what's causing a style invalidation to happen il y a 11 mois
  Andreas Kling f647d190a3 LibWeb: Avoid synchronous layout when getting scroll box of root element il y a 11 mois
  Aliaksandr Kalenik 20f68106a7 LibWeb: Fix getBoundingClientRect() for elements with "position: sticky" il y a 11 mois
  Andreas Kling 62083bf586 LibWeb: Only recompute `before` and `after` pseudo element styles il y a 11 mois
  Sam Atkins 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct il y a 11 mois
  Sam Atkins 9559f0f123 LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue il y a 11 mois
  Jamie Mansfield 9c4e80a3ec LibWeb/SVG: Implement default_tab_index_value for a element il y a 11 mois
  Sam Atkins 4ec3968178 WebContent+LibWeb: Display resolved pseudo-element style in inspector il y a 1 an
  Sam Atkins 173daec9db LibWeb: Show pseudo-elements in DOM whose parent has no other children il y a 1 an
  Sam Atkins 521cd161a8 LibWeb: Store pseudo-element layout nodes as NodeWithStyle il y a 1 an
  Andreas Kling 1e7b17f150 LibWeb: Don't crash on getClientRects() in document without navigable il y a 1 an
  Andreas Kling 08d60d7521 LibWeb: Make HTML::Task IDs a sequential, distinct numeric type il y a 1 an
  Andreas Kling c288bfb404 LibWeb: Only remember source CSSStyleDeclaration for animation-name il y a 1 an
  Sam Atkins 3abd3ef5e2 LibWeb: Compute pseudo-element style when computing element style il y a 1 an
  Sam Atkins 7daf5cdaff LibWeb: Invalidate layout if pseudo-element style changes il y a 1 an
  Sam Atkins f23f0721bd LibWeb: Combine Element's pseudo-element data together il y a 1 an
  Ángel Carias 9624e0d2a2 LibWeb/DOM: Implement Node.lookupPrefix il y a 1 an
  Sam Atkins 696ccc1aa9 LibWeb: Prevent elements with no layout box from modifying counters il y a 1 an
  Sam Atkins 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties il y a 1 an
  Sam Atkins 708f49d906 LibWeb: Give DOM Elements a CountersSet il y a 1 an
  Timur Sultanov d1a7caa35d LibWeb: Use queue_a_task() function to queue an element task il y a 1 an
  Jamie Mansfield f774d75f89 LibWeb/DOM: Check if name is valid in Element.toggleAttribute il y a 1 an
  Tim Ledbetter 21e21abeed LibWeb: Update Element class list is when class attribute is removed il y a 1 an
  Andreas Kling 4c326fc5f6 LibWeb: Implement :host and :host(<compound-selector>) selector matching il y a 1 an
  Tim Ledbetter e40352b6b5 LibWeb: Ensure `document.getElementsByName("")` returns no elements il y a 1 an