Commitin historia

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