Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur b7e3a68bfc LibWeb: Keep track of CSS property source declarations il y a 2 ans
  Andreas Kling fdbdc4d5ff LibWeb: Only forward scroll requests for the top-level browsing context il y a 2 ans
  Andreas Kling 78d6e2db8c LibWeb: Don't invalidate style when attribute set to identical value il y a 2 ans
  Andreas Kling 475bac89e1 LibWeb: Don't crash on unimplemented CSS display type il y a 2 ans
  stelar7 17d6ab2416 LibWeb: Implement scroll_{width, height} il y a 2 ans
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point il y a 2 ans
  Andreas Kling df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children il y a 2 ans
  Andreas Kling 821f808e52 LibWeb: Avoid rebuilding layout tree unless CSS display property changes il y a 2 ans
  Andreas Kling fb722e69f3 LibWeb: Resolve CSS custom properties on pseudo elements il y a 2 ans
  Andreas Kling 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h il y a 2 ans
  Andreas Kling 67d2e32984 LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h il y a 2 ans
  Andreas Kling 4399ca2d82 LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h il y a 2 ans
  Andreas Kling 5b5fbecb38 LibWeb: Don't include DOM/Attr.h from DOM/Element.h il y a 2 ans
  Andreas Kling 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h il y a 2 ans
  Andreas Kling f37f081f15 LibWeb: Don't relayout when visibility changes between visible/hidden il y a 2 ans
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() il y a 2 ans
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() il y a 2 ans
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements il y a 2 ans
  Srikavin Ramkumar 4a82f9bd03 LibWeb: Allow attachshadow for elements with valid custom element names il y a 2 ans
  Simon Wanner f3ba44a9f2 LibWeb: Pass scope in Element::closest il y a 2 ans
  Simon Wanner d55373067d LibWeb: Pass scope in Element::matches il y a 2 ans
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() il y a 2 ans
  Andreas Kling 2042993997 LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString il y a 2 ans
  Linus Groh 40b4ee88de LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDL il y a 2 ans
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport il y a 2 ans
  Kenneth Myhra ec0049441c LibWeb: Make factory methods of Geometry::DOMRect fallible il y a 2 ans
  Kenneth Myhra 9b190b9509 LibWeb: Make factory method of Geometry::DOMRectList fallible il y a 2 ans
  Sam Atkins 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to il y a 2 ans
  Kenneth Myhra e3e281addd LibWeb: Make factory method of DOM::NamedNodeMap fallible il y a 2 ans
  Kenneth Myhra ff875d353b LibWeb: Make factory method of DOM::HTMLCollection fallible il y a 2 ans