Commit History

Author SHA1 Message Date
  Sam Atkins e8ab2dab11 LibWeb: Implement a CSS::Number class 3 years ago
  Timothy Flynn 7a6b4e33ba LibWeb: Implement the SVGAnimatedLength type 3 years ago
  Timothy Flynn ebf3829f1c LibWeb: Begin implementing the SVGLength type 3 years ago
  Andreas Kling 5d672717aa LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars() 3 years ago
  Simon Wanner 624527f15e LibWeb: Add stub implementation of HTMLOptionsCollection 3 years ago
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 years ago
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree 3 years ago
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox 3 years ago
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable 3 years ago
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines 3 years ago
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace 3 years ago
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it 3 years ago
  Andreas Kling a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 years ago
  Andreas Kling acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 years ago
  Andreas Kling fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 years ago
  Linus Groh 03c46a261f LibWeb: Implement the WindowProxy exotic object 3 years ago
  Linus Groh 0706f0d487 LibWeb: Move Timer from DOM directory & namespace to HTML 3 years ago
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
  Linus Groh a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 years ago
  Andreas Kling 51d3c8bbf7 LibWeb: Forward-declare FormattingState as a struct 3 years ago
  Andreas Kling 7dae895704 LibWeb: Align actual baselines, not just bottoms 3 years ago
  Luke Wilde 3d44118595 LibWeb: Implement StaticRange 3 years ago
  Luke Wilde a2acda5669 LibWeb: Abstract Range's members into AbstractRange 3 years ago
  Sam Atkins adaab23149 LibWeb: Parse the `content` property 3 years ago
  Sam Atkins 608bfac2a9 LibWeb: Implement CSS Time class 3 years ago
  Sam Atkins 0465abcfec LibWeb: Implement CSS Resolution class 3 years ago
  Sam Atkins bd79c303f6 LibWeb: Implement CSS Frequency class 3 years ago
  Sam Atkins 355d1936f2 LibWeb: Implement CSS Angle class 3 years ago
  Andreas Kling 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 years ago