Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes vor 1 Jahr
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() vor 1 Jahr
  Andreas Kling 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Sam Atkins cc633123ca LibWeb: Extract shared lazy-loading behavior into a base class vor 1 Jahr
  Aliaksandr Kalenik 4b23046a22 LibWeb: Add missing nullptr check in `HTMLImageElement::bitmap()` vor 1 Jahr
  Aliaksandr Kalenik f4a5c136c3 LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter vor 1 Jahr
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks vor 1 Jahr
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String vor 1 Jahr
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString vor 1 Jahr
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString vor 1 Jahr
  Aliaksandr Kalenik 0c46d79e78 LibWeb: Use JS::HeapFunction for resumption steps in HTMLImageElement vor 1 Jahr
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
  Zaggy1024 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
  Aliaksandr Kalenik 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document vor 1 Jahr
  Aliaksandr Kalenik bbfedf2e5a LibWeb: Make HTML::ImageRequest GC allocated vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Andreas Kling df249f269b LibWeb: Make responsive images react to changes in size viewport vor 2 Jahren
  Luke Wilde 71f6e5c942 LibWeb: Implement `loading=lazy` for `<img>` elements vor 2 Jahren
  Andreas Kling 21260ea2ef LibWeb: Merge did_remove_attribute() into attribute_changed() vor 2 Jahren
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() vor 2 Jahren
  Andreas Kling 5c07aeb78e LibWeb: Update HTML image loading algorithm for recent spec changes vor 2 Jahren
  PrestonLTaylor 5d3b7a5ecc LibWeb: Return DOMException instead of crashing when setting attributes vor 2 Jahren
  Andreas Kling 3c7b0192fa LibWeb: Load external images with image/svg+xml as SVG-as-image vor 2 Jahren
  Andreas Kling e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument vor 2 Jahren
  Andreas Kling 8d3240d633 LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratio vor 2 Jahren
  Andreas Kling 9d78619b59 LibWeb: Let HTMLImageElement delay the document load event again vor 2 Jahren
  Andreas Kling c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader vor 2 Jahren
  Andreas Kling 3cf73ca0b3 LibWeb: Implement enough of "update the image data" to load images vor 2 Jahren
  Andreas Kling 2413de7e10 LibWeb: Make HTMLImageElement loads delay the document load event vor 2 Jahren