Commit History

Author SHA1 Message Date
  MacDue 48d03a68e9 LibWeb: Allow font-size as an SVG attribute and handle font scaling 2 years ago
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
  MacDue 7d26383426 LibWeb: Remove SVGContext 2 years ago
  Andreas Kling 55c1d8ba29 LibWeb: Honor the `opacity` attribute on SVG graphics elements 2 years ago
  Sam Atkins af51095fe2 LibWeb: Stop making ComputedValues::stroke_width() optional 2 years ago
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 years ago
  MacDue 377ff0ac26 LibWeb: Implement SVG `fill-rule` attribute 2 years ago
  Luke Wilde 42a183720b LibWeb/SVG: Support url() in the stroke attribute 2 years ago
  PrestonLTaylor 31d536912c LibWeb: Allow SVG painting to escape out of a shadow tree 2 years ago
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 years ago
  MacDue 00cda96e2d LibWeb: Implement SVG opacity properties 2 years ago
  Andreas Kling 6f204f8c32 LibWeb: Fix null dereference on SVG element with bogus fill URL 2 years ago
  Andreas Kling ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code 2 years ago
  Sam Atkins f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 2 years ago
  MacDue afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 years ago
  Nico Weber f56b897622 Everywhere: Fix a few typos 2 years ago
  MacDue 570d71f869 LibWeb: Parse the `transform` attribute when set on SVGGraphicsElements 2 years ago
  MacDue 6482c306f1 LibWeb: Parse and apply `fill-opacity` attribute to SVG paths 2 years ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 years ago
  Sam Atkins 8cc0bdf777 LibWeb: Resolve Lengths to CSSPixels 2 years ago
  Sam Atkins 7d40e3eb0d LibWeb: Replace all px Length creation with Length::make_px(CSSPixels) 2 years ago
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
  Andrew Kaster 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values 3 years ago
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 years ago