История коммитов

Автор SHA1 Сообщение Дата
  MacDue b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 лет назад
  MacDue 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 лет назад
  PrestonLTaylor e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 лет назад
  Timothy Flynn e2e4e6da52 LibWeb: Implement the SVG title element 2 лет назад
  PrestonLTaylor aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 лет назад
  PrestonLTaylor c7c3043aa2 LibWeb: Implement the `<use>` SVG element 2 лет назад
  stelar7 8773122f6b LibWeb: Implement the <summary> element 2 лет назад
  MacDue 9b652842e4 LibWeb: Add an initial implementation of SVG `<radialGradient>` 2 лет назад
  MacDue aa3464466e LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2 лет назад
  MacDue b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 лет назад
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 лет назад
  Srikavin Ramkumar 47a466865c LibWeb: Return HTMLElement for valid custom element tag names 2 лет назад
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 лет назад
  Kenneth Myhra ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible 2 лет назад
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 лет назад
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 лет назад
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 лет назад
  Andreas Kling 0555684682 LibWeb: Sketch out basic support for SVG <foreignObject> elements 2 лет назад
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 лет назад
  Simon Danner bd90498332 LibWeb: Add SVGDefsElement 3 лет назад
  Andreas Kling e81594d9a1 LibWeb: Sketch out a very basic SVG <clipPath> element 3 лет назад
  Andreas Kling 5d672717aa LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars() 3 лет назад
  Andreas Kling bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() 3 лет назад
  Andreas Kling fb11741f20 LibWeb: Use the prefix passed to Document.createElementNS() 3 лет назад
  Sam Atkins 2fad940b0b LibWeb: Add SVG `<polygon>` element and test case :^) 3 лет назад
  Sam Atkins 116a1f485c LibWeb: Add SVG `<polyline>` element and test case :^) 3 лет назад
  Sam Atkins 17912330c4 LibWeb: Add SVG `<line>` element and test case :^) 3 лет назад
  Sam Atkins 3a1a35ef8f LibWeb: Add SVG `<ellipse>` element and test case :^) 3 лет назад
  Sam Atkins 21bdcee3c3 LibWeb: Add SVG `<circle>` element and test case :^) 3 лет назад
  Sam Atkins 1dde6a0a2b LibWeb: Add SVG `<rect>` element and test case :^) 3 лет назад