Timothy Flynn
|
e129c8049b
LibWeb: Restore protection against empty HTMLImageElement resources
|
2 years ago |
Timothy Flynn
|
8ff8309202
LibWeb: Update workarounds for fetching CORS cross-origin responses
|
2 years ago |
Andi Gallo
|
29d29134ba
LibWeb: Skip children based on media when updating the source set
|
2 years ago |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 years ago |
Andreas Kling
|
624f43c12b
LibWeb: Do the CORS cross-origin workaround to find MIME type for images
|
2 years ago |
Andreas Kling
|
3c7b0192fa
LibWeb: Load external images with image/svg+xml as SVG-as-image
|
2 years ago |
Andreas Kling
|
41ab0837fa
LibWeb: Render SVG-as-image into an isolated top-level browsing context
|
2 years ago |
Andreas Kling
|
e63f68661f
LibWeb: Have ImageProvider bitmap getter take optional size argument
|
2 years ago |
Andreas Kling
|
8d3240d633
LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratio
|
2 years ago |
Andreas Kling
|
4ee1e5b224
LibWeb: Make DecodedImageData an abstract class
|
2 years ago |
Sam Atkins
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 years ago |
Andreas Kling
|
719f1db6c9
LibWeb: Protect against dereferencing a null pending image request
|
2 years ago |
Andreas Kling
|
9d78619b59
LibWeb: Let HTMLImageElement delay the document load event again
|
2 years ago |
Andreas Kling
|
c648e24cff
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
|
2 years ago |
Andreas Kling
|
3cf73ca0b3
LibWeb: Implement enough of "update the image data" to load images
|
2 years ago |
Linus Groh
|
d58b671ff6
LibWeb/DOM: Rename Node::{paint => paintable}_box()
|
2 years ago |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Andreas Kling
|
2413de7e10
LibWeb: Make HTMLImageElement loads delay the document load event
|
2 years ago |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
2 years ago |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 years ago |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 years ago |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 years ago |