Andreas Kling
|
440b4ece22
LibWeb: Move border width and color into LayoutStyle
|
5 年之前 |
Andreas Kling
|
bc178ee743
LibWeb: Add CSS::Display enum and StyleProperties::display()
|
5 年之前 |
Andreas Kling
|
10255bc5c6
LibWeb+Browser: Decode non-animated images out-of-process :^)
|
5 年之前 |
Andreas Kling
|
73c9f7ebf4
LibWeb: Move "visible in viewport" state tracking to ImageLoader
|
5 年之前 |
Andreas Kling
|
c45615128b
LibWeb: Move bitmap animation from HTMLImageElement to ImageLoader
|
5 年之前 |
Andreas Kling
|
ec39f419e5
LibWeb: Remove some unused functions from HTMLImageElement
|
5 年之前 |
Andreas Kling
|
95d70addd8
LibWeb: Split out image loading logic from HTMLImageElement
|
5 年之前 |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 年之前 |
Andreas Kling
|
ec1891837f
LibWeb: Fix <body> and <img> elements not parsing their class attribute
|
5 年之前 |
Andreas Kling
|
2149820260
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
|
5 年之前 |
Andreas Kling
|
b750843797
LibWeb: Remove assertion in HTMLImageElement::resource_did_load()
|
5 年之前 |
Andreas Kling
|
d4ddb0013c
LibWeb: Share decoded images at the Resource level :^)
|
5 年之前 |
Andreas Kling
|
ca8398bc19
LibWeb: Avoid an unnecessary temporary variable in HTMLImageElement
|
5 年之前 |
Andreas Kling
|
7af337764e
LibWeb: Add a naive Resource cache
|
5 年之前 |
Andreas Kling
|
5ed66cb8d9
LibWeb: Start building a new Resource class to share more resources
|
5 年之前 |
Andreas Kling
|
6ed11f1d1c
LibWeb: Move ResourceLoader into a new Loader/ directory
|
5 年之前 |
Peter Nelson
|
b8f5b81019
LibWeb: Add support for animated images to HTMLImageElement
|
5 年之前 |
Andreas Kling
|
eb6e35a1be
ProtocolServer: Pass HTTP response headers to the client
|
5 年之前 |
Andreas Kling
|
1813e083ff
LibWeb: Dispatch a "load" event on HTMLImageElement
|
5 年之前 |
Andreas Kling
|
7309642ca8
LibWeb: Use FlyString for Element tag names
|
5 年之前 |
Andreas Kling
|
7f83f77377
LibWeb: Use FlyString for element attribute names
|
5 年之前 |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 年之前 |