Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling a033dfc885 LibWeb: Actually connect ShadowRoot to its host element пре 3 година
  Andreas Kling 201afb50c7 LibWeb: Make Element::recompute_style() really compare properties пре 3 година
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files пре 3 година
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places пре 3 година
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable пре 3 година
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it пре 3 година
  Sam Atkins 6de2b62906 LibWeb: Display pseudo-elements in the DOM inspector пре 3 година
  Andreas Kling 6499cf4d28 LibWeb: Always relayout document on element style change пре 3 година
  networkException 3e7869d57d LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extract пре 3 година
  Andreas Kling 7d052250f2 LibWeb: Don't create unwanted layout nodes when recomputing style пре 3 година
  Andreas Kling bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() пре 3 година
  Andreas Kling 7231c1c895 LibWeb: Fix bogus result from "validate and extract" DOM operation пре 3 година
  Andreas Kling 29144f9238 LibWeb: Allow all ASCII whitespace chars between element class names пре 3 година
  Sam Atkins 5390e05851 LibWeb: Extract code for creating a Layout::Node based on display type пре 3 година
  Sam Atkins 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer пре 3 година
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace пре 3 година
  Edwin Hoksberg c646afc26c LibWeb: Support Element.closest(selectors) пре 3 година
  Andreas Kling bdf0254b16 LibWeb: Add Element::did_remove_attribute() virtual пре 3 година
  Andreas Kling c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline пре 3 година
  DerpyCrabs 58ce2dd088 LibWeb: Add stub implementation for Element's getClientRects пре 3 година
  Andreas Kling e2c71b6725 LibWeb: Add a partial implementation of Element.setAttributeNS() пре 3 година
  Andreas Kling 04bec7a4f5 LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update пре 3 година
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder пре 3 година
  Luke Wilde 4427386d5f LibWeb: Implement Element.getAttributeNames пре 3 година
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void пре 3 година
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ пре 3 година
  Timothy Flynn 691e4820ac LibWeb: Remove two lowercase string creations from Element::has_class пре 3 година
  Timothy Flynn 7f223e2290 LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute пре 3 година
  Timothy Flynn 14349f058a LibWeb: Implement the Element classList attribute пре 3 година
  Timothy Flynn c62b70d88f LibWeb: Reimplement Element attribute related methods with NamedNodeMap пре 3 година