Historique des commits

Auteur SHA1 Message Date
  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
  Tim Ledbetter 0fceede029 LibWeb: Ensure `document.getElementsByClassName("")` returns no elements il y a 1 an
  Tim Ledbetter faf64bfb41 LibWeb: Move get_elements_by_name implementation to `ParentNode` il y a 1 an
  Tim Ledbetter f666d967d6 LibWeb: Ensure `document.getElementById("")` returns null il y a 1 an
  Edwin Hoksberg 5f154ba372 LibWeb: Implement Element::check_visibility il y a 1 an
  Edwin Hoksberg 020b20d817 LibWeb: Support content-visibility css il y a 1 an
  Daniel Bertalan c62240aa80 Everywhere: Warn on function definitions without prototypes il y a 1 an
  Tim Ledbetter a552bda8d9 LibWeb: Pass the old attribute value to `Element::attribute_changed()` il y a 1 an
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods il y a 1 an
  Luke Warlow 9171c35183 LibWeb: Refactor DOM parsing APIs il y a 1 an
  Andreas Kling fb9f3f10f3 LibWeb: Add Element.getHTML() and ShadowRoot.getHTML() il y a 1 an
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() il y a 1 an
  Andreas Kling 043ad0eb76 LibWeb: Refactor Element.attachShadow() after spec changes il y a 1 an
  Timothy Flynn aa3a30870b LibUnicode: Replace code point bidirectional classes with ICU il y a 1 an
  Aliaksandr Kalenik 5285e22f2a LibWeb+WebContent: Move scrollbar painting into WebContent il y a 1 an
  Tim Ledbetter d6297ec074 LibWeb: Cast to the correct type in `Element::auto_directionality()` il y a 1 an