Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer il y a 3 ans
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace il y a 3 ans
  Edwin Hoksberg c646afc26c LibWeb: Support Element.closest(selectors) il y a 3 ans
  Andreas Kling bdf0254b16 LibWeb: Add Element::did_remove_attribute() virtual il y a 3 ans
  Andreas Kling c52dc87a42 LibWeb: Don't crash on unknown CSS display types, fall back to inline il y a 3 ans
  DerpyCrabs 58ce2dd088 LibWeb: Add stub implementation for Element's getClientRects il y a 3 ans
  Andreas Kling e2c71b6725 LibWeb: Add a partial implementation of Element.setAttributeNS() il y a 3 ans
  Andreas Kling 04bec7a4f5 LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update il y a 3 ans
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder il y a 3 ans
  Luke Wilde 4427386d5f LibWeb: Implement Element.getAttributeNames il y a 3 ans
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void il y a 3 ans
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ il y a 3 ans
  Timothy Flynn 691e4820ac LibWeb: Remove two lowercase string creations from Element::has_class il y a 3 ans
  Timothy Flynn 7f223e2290 LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute il y a 3 ans
  Timothy Flynn 14349f058a LibWeb: Implement the Element classList attribute il y a 3 ans
  Timothy Flynn c62b70d88f LibWeb: Reimplement Element attribute related methods with NamedNodeMap il y a 3 ans
  Timothy Flynn 454d218716 LibWeb: Set an attribute's owning element when it is known il y a 3 ans
  Timothy Flynn e01dfaac9a LibWeb: Implement Attribute closer to the spec and with an IDL file il y a 3 ans
  Andreas Kling edbd8b22e8 LibWeb: Mark elements for style update after their children change il y a 3 ans
  Ben Wiederhake 7619dbdbb4 LibWeb: Clean up static function in header il y a 3 ans
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values il y a 3 ans
  Andreas Kling 0264ae23bc LibWeb: Make CSS layout lazier il y a 3 ans
  Andreas Kling 3006e15c94 LibWeb: Support Element.client{Top,Left,Width,Height} il y a 3 ans
  Andreas Kling 9d852623f2 LibWeb: Support Element.matches(selectors) il y a 3 ans
  Andreas Kling 43d378940f LibWeb: Add DOMRect and Element.getBoundingClientRect() il y a 3 ans
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser il y a 3 ans
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer il y a 3 ans
  Andreas Kling 3d36e4d944 LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved" il y a 3 ans
  Luke Wilde d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS il y a 3 ans