Jelle Raaijmakers
|
5865cf5864
LibWeb: Use bitmap's alpha type instead of assuming unpremultiplied
|
11 månader sedan |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 år sedan |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 år sedan |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 år sedan |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 år sedan |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 år sedan |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 år sedan |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 år sedan |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 år sedan |
Bastiaan van der Plaat
|
5e7a82a853
LibWeb: Create canvas bitmap when not existing in toDataURL and toBlob
|
1 år sedan |
Shannon Booth
|
76af9d434c
LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String
|
1 år sedan |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 år sedan |
circl
|
3056ff6b11
LibWeb: Add presentational hints to the canvas element
|
1 år sedan |
circl
|
22220cf116
LibWeb: Bring parsing of width/height attributes in canvas up to spec
|
1 år sedan |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 år sedan |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 år sedan |
Karol Kosek
|
68ef7dba70
LibWeb: Add support for encoding Canvas to JPEG
|
1 år sedan |
Karol Kosek
|
b731705fec
LibWeb: Implement HTMLCanvasElement.toBlob()
|
1 år sedan |
Karol Kosek
|
3239f0fb7b
LibWeb: Implement HTMLCanvasElement.toDataURL() closer to spec
|
1 år sedan |
Karol Kosek
|
eb41f0144b
AK: Decode data URLs to separate class (and parse like every other URL)
|
2 år sedan |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 år sedan |
Lucas CHOLLET
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 år sedan |
Kenneth Myhra
|
b7c488e51e
LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible
|
2 år sedan |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 år sedan |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 år sedan |
Jelle Raaijmakers
|
25f2e4981c
AK: Stop using `DeprecatedString` in Base64 encoding
|
2 år sedan |
Andreas Kling
|
d88c7fee32
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
|
2 år sedan |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |