Histórico de Commits

Autor SHA1 Mensagem Data
  MacDue 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes há 2 anos atrás
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() há 2 anos atrás
  Andreas Kling 0ec522ab54 LibWeb: Don't infer SVG viewBox if width and/or height is zero há 2 anos atrás
  Andreas Kling 9f24c1b34c LibWeb: Use width & height to create fallback viewBox for SVG-as-image há 2 anos atrás
  Sam Atkins f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value há 2 anos atrás
  Sam Atkins d16600a48b LibWeb: Propagate errors from StyleValue construction há 2 anos atrás
  Andreas Kling 4ad12f3cb2 LibWeb: Honor fill, stroke and stroke-width attribute on SVGSVGElement há 2 anos atrás
  MacDue 5df4e64eb7 LibWeb: Implement SVG `preserveAspectRatio` attribute há 2 anos atrás
  MacDue f753a4f640 LibWeb: Always use quirks mode when parsing SVG width/height attributes há 2 anos atrás
  Sam Atkins 4b711932cc LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} há 2 anos atrás
  Michiel 2480b94ae7 LibWeb: Support more length types in SVG width/height attributes há 2 anos atrás
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated há 2 anos atrás
  Andrew Kaster 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes há 2 anos atrás
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible há 2 anos atrás
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated há 2 anos atrás
  Andreas Kling 67de1131b9 LibWeb: Match WebKit and Blink re: absence of width/height on <svg> há 3 anos atrás
  Andreas Kling d8be441978 LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints() há 3 anos atrás
  Andreas Kling fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace há 3 anos atrás
  Andreas Kling 7df62c64b7 LibWeb: Treat width/height on <svg> element as HTML dimension values há 3 anos atrás
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace há 3 anos atrás
  Sam Atkins ae93aeb414 LibWeb: Give `<svg>` elements a size again há 3 anos atrás
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder há 3 anos atrás
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values há 3 anos atrás
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer há 3 anos atrás
  Andreas Kling 7de23aede2 LibWeb: Parse the <svg viewBox> attribute há 3 anos atrás