Jelle Raaijmakers
|
5865cf5864
LibWeb: Use bitmap's alpha type instead of assuming unpremultiplied
|
11 months ago |
Aliaksandr Kalenik
|
50ab5642cc
LibWeb: Make DisplayList ref-counted
|
11 months ago |
Aliaksandr Kalenik
|
e8b7c88881
LibWeb: Move display list command dispatch into player
|
11 months ago |
Aliaksandr Kalenik
|
f3b3b3f5b9
LibWeb: Delete DisplayListPlayerCPU
|
11 months ago |
Aliaksandr Kalenik
|
3ddacaa705
Ladybird+LibWeb+WebContent: Always use Skia CPU backend in tests mode
|
11 months ago |
Aliaksandr Kalenik
|
830b287c46
Everywhere: Remove GPU painter and AccelGfx
|
1 year ago |
Aliaksandr Kalenik
|
760dfdcc1a
LibWeb: Rename CommandExecutor to DisplayListPlayer
|
1 year ago |
Aliaksandr Kalenik
|
854b269338
LibWeb: Rename RecordingPainter to DisplayListRecorder
|
1 year ago |
Aliaksandr Kalenik
|
5570e6b648
LibWeb: Rename CommandList to DisplayList
|
1 year ago |
Aliaksandr Kalenik
|
0b48c1ea3f
Everywhere: Remove AffineCommandExecutorCPU
|
1 year ago |
Aliaksandr Kalenik
|
de6d99e940
LibWeb: Respect selected painter in SVGDecodedImageData
|
1 year ago |
Aliaksandr Kalenik
|
c7133faf26
LibWeb: Rename Navigable::paint() to record_painting_commands()
|
1 year ago |
Aliaksandr Kalenik
|
5285e22f2a
LibWeb+WebContent: Move scrollbar painting into WebContent
|
1 year ago |
Shannon Booth
|
dd20156010
LibWeb: Fix division by zero on a zero-height viewport SVG image
|
1 year ago |
Shannon Booth
|
d48316ce15
LibWeb: Fix division by zero on a zero-width viewport SVG image
|
1 year ago |
Aliaksandr Kalenik
|
376427380e
LibWeb: Make NavigationParams be GC-allocated
|
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 |
mobounya
|
bdb8af94ee
LibWeb: Don't load fallback icon for SVG documents
|
1 year ago |
MacDue
|
06ed56f4f6
LibWeb: Paint `SVGDecodedImageData` via `Navigable::paint()`
|
1 year ago |
Aliaksandr Kalenik
|
b590d1b48b
LibWeb: Transform SessionHistoryEntry from a struct to a class
|
1 year ago |
Andreas Kling
|
df2cd33ccd
Revert "LibWeb: Never claim "rendering opportunity" for SVG-as-image documents"
|
1 year ago |
Andreas Kling
|
8aae50f4ee
LibWeb: Never claim "rendering opportunity" for SVG-as-image documents
|
1 year ago |
Aliaksandr Kalenik
|
e3e6af39bc
LibWeb: Add basic implementation of has_a_rendering_opportunity()
|
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
|
8ba18dfd40
LibWeb: Schedule repainting from EventLoop::process()
|
1 year ago |
Aliaksandr Kalenik
|
cb97eef2cf
LibWeb+WebContent: Remove "Painting" prefix from command executor names
|
1 year ago |
Aliaksandr Kalenik
|
11d746a67f
LibWeb+WebContent: Separate painting command list from RecordingPainter
|
1 year ago |