Aliaksandr Kalenik
|
4a43d0ac98
LibWeb: Move updating the rendering into HTML task
|
9 months ago |
Andrew Kaster
|
e45b7b0a86
LibWeb: Add missing Page.h include to SVGDecodedImageData
|
11 months ago |
Victor Tran
|
31698281b6
LibWeb: Stop deadlocking on unit tests
|
1 year ago |
Aliaksandr Kalenik
|
c62cc915df
Everywhere: Pass backing store into Navigable::paint()
|
1 year ago |
Aliaksandr Kalenik
|
760dfdcc1a
LibWeb: Rename CommandExecutor to DisplayListPlayer
|
1 year ago |
Aliaksandr Kalenik
|
6dd124fc87
LibWeb+WebContent+WebWorker: Allow to query painter type from PageClient
|
1 year ago |
Luke Warlow
|
099b77d60f
LibWeb: Add motion preference
|
1 year ago |
Luke Warlow
|
ee64684565
LibWeb: Add Contrast preference
|
1 year ago |
Matthew Olsson
|
9ea6ab0ad4
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
|
1 year ago |
Aliaksandr Kalenik
|
b8d18ebcf7
LibWeb+WebContent: Change event loop to synchronously paint next frame
|
1 year ago |
Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 year ago |
Matthew Olsson
|
aac873fcec
LibWeb: Fix a few "missing visit_edges" warnings from the GC verifier
|
1 year ago |
Matthew Olsson
|
8450041b52
LibWeb: Fix some GCVerifier warnings
|
1 year ago |
Andrew Kaster
|
bf722d49b0
LibWeb: Remove WebContent include from SVGDecodedImageData
|
1 year ago |
mobounya
|
bdb8af94ee
LibWeb: Don't load fallback icon for SVG documents
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Andreas Kling
|
9759f44faf
LibWeb: Allow SVGDecodedImageData to cache bitmaps at different sizes
|
1 year ago |
Aliaksandr Kalenik
|
41a3c19cfe
LibWeb: Make HTML::DecodedImageData to be GC-allocated
|
1 year ago |
Shannon Booth
|
0ae5c070c7
LibWeb: Make Web::Page GC-allocated
|
1 year ago |
Shannon Booth
|
6e6f3a9a8f
LibWeb: Make Web::PageClient GC-allocated
|
1 year ago |
Aliaksandr Kalenik
|
f4a5c136c3
LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter
|
1 year ago |
Zaggy1024
|
34c5043cbe
LibWeb: Use `CSSPixelFraction` to represent aspect ratios
|
1 year ago |
Andreas Kling
|
f70d3faa0f
LibWeb: Move image fetching & decoding into ImageRequest
|
2 years ago |
Andreas Kling
|
94a26e2715
LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumps
|
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
|
6f46bff4df
LibWeb: Stub out a new SVGDecodedImageData class
|
2 years ago |