Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
MacDue
|
c93d367d95
LibWeb: Layout SVG <text> elements during layout (not while painting)
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
MacDue
|
0e12503586
LibWeb: Split SVGTextContentElement into spec defined subclasses
|
1 year ago |
MacDue
|
30277f385c
LibWeb: Add an initial implementation of SVG `text-anchor`
|
1 year ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
Andi Gallo
|
ead56e88db
LibWeb: Avoid crash for unsupported length unit in SVG elements
|
2 years ago |
Aliaksandr Kalenik
|
0d8d7ae94e
LibWeb: Implement painting for svg text
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Timothy Flynn
|
1edb96376b
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
|
2 years ago |
Andrew Kaster
|
320dddde6a
LibWeb: Remove unecessary dependence on Window from SVG classes
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
5d672717aa
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
|
3 years ago |