提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 年之前
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年之前
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Jelle Raaijmakers d83f1eaeb2 LibWeb: Use `Optional` for previous SVG path control point 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andreas Kling 65d762130a LibWeb: Factor out SVG path parsing from SVGPathElement 2 年之前
  Andrew Kaster 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 年之前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Idan Horowitz 55c247d044 LibWeb: Correct SVG smooth curve reflected control point calculation 3 年之前
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 年之前
  Sam Atkins 9dcc752bcf LibWeb: Clear the path of a SVGPathElement if the attribute changes 3 年之前
  Sam Atkins 44b64cb8b0 LibWeb: Make SVG AttributeParser::parse_path_data() static 3 年之前
  Sam Atkins 82308fb71a LibWeb: Move SVG::PathDataParser into its own file and rename it 3 年之前
  Sam Atkins 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox 3 年之前
  Sam Atkins 326a5a82eb LibWeb: Move SVGPathElement methods into SVGGeometryElement 3 年之前
  Sam Atkins bf178e0196 LibWeb: Implement SVG `S` (SmoothCurve) commands 3 年之前
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder 3 年之前
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 年之前
  Andreas Kling 8da21583db LibWeb: Make SVG <path> tolerate relative first path coordinates 3 年之前
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 年之前
  Andreas Kling 422d725c79 LibWeb: Support "c" and "C" curves in SVG <path> data 3 年之前