Shannon Booth
|
76af9d434c
LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
circl
|
3056ff6b11
LibWeb: Add presentational hints to the canvas element
|
1 year ago |
circl
|
22220cf116
LibWeb: Bring parsing of width/height attributes in canvas up to spec
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Karol Kosek
|
68ef7dba70
LibWeb: Add support for encoding Canvas to JPEG
|
1 year ago |
Karol Kosek
|
b731705fec
LibWeb: Implement HTMLCanvasElement.toBlob()
|
1 year ago |
Karol Kosek
|
3239f0fb7b
LibWeb: Implement HTMLCanvasElement.toDataURL() closer to spec
|
1 year ago |
Karol Kosek
|
eb41f0144b
AK: Decode data URLs to separate class (and parse like every other URL)
|
2 years ago |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 years ago |
Lucas CHOLLET
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 years ago |
Kenneth Myhra
|
b7c488e51e
LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Jelle Raaijmakers
|
25f2e4981c
AK: Stop using `DeprecatedString` in Base64 encoding
|
2 years ago |
Andreas Kling
|
d88c7fee32
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
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 |
Andrew Kaster
|
beb3519a49
LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket
|
2 years ago |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
4452b5ca09
LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated
|
2 years ago |
Luke Wilde
|
58f882200c
LibWeb: Add the ability to retrieve a WebGL context from getContext
|
3 years ago |
Andreas Kling
|
b4a8be5dc9
LibWeb: Reset canvas elements when their width/height attribute are set
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |