Jelle Raaijmakers
|
5865cf5864
LibWeb: Use bitmap's alpha type instead of assuming unpremultiplied
|
11 月之前 |
Jelle Raaijmakers
|
b193fe658d
LibGfx: Store alpha type information in `Gfx::Bitmap`
|
11 月之前 |
Andreas Kling
|
6a96920dbc
LibGfx: Remove Bitmap and Painter "scale" concept
|
1 年之前 |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 年之前 |
Andreas Kling
|
c08ba8ac4c
LibWeb: Fix `new ImageData(width, height)` when width != height
|
1 年之前 |
Andreas Kling
|
134c4b6335
LibWeb: Fix CRC2D.getImageData() when width != height
|
1 年之前 |
Kenneth Myhra
|
40d62a4365
LibWeb: Add missing spec link for ImageData constructor
|
1 年之前 |
Kenneth Myhra
|
c17171b86c
LibWeb: Add ImageData constructor with data
|
1 年之前 |
Kenneth Myhra
|
51847bbebf
LibWeb: Remove ImageData's create_with_size() and use create() instead
|
1 年之前 |
Kenneth Myhra
|
30a02fef91
LibWeb: Add one of the two documented constructors to ImageData
|
1 年之前 |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 年之前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年之前 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 年之前 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 年之前 |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 年之前 |
Andreas Kling
|
369dd42d67
LibWeb: Make ImageData GC-allocated
|
2 年之前 |
Linus Groh
|
7b990c27a1
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
|
2 年之前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Linus Groh
|
6521c04bf3
LibWeb: Remove dbgln() from ImageData::create_with_size()
|
3 年之前 |
davidot
|
de90d54be0
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
|
3 年之前 |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 年之前 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 年之前 |