Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
MacDue
|
b10f58a1fe
LibWeb: Support `x` and `y` attributes on nested SVGs
|
1 year ago |
Andreas Kling
|
b12541b286
LibWeb: Add SVGSVGElement.viewBox attribute
|
1 year ago |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
Sam Atkins
|
28dbe8eb10
LibWeb: Use SVGPresentationAttribute mode for SVG attributes
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Sam Atkins
|
28c2836c24
LibWeb: Make external StyleValue-parsing methods infallible
|
1 year ago |
Sam Atkins
|
8a8cc18cf4
LibWeb: Make StyleValue constructors infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
MacDue
|
4cdb4de049
LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes
|
1 year ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
Andreas Kling
|
0ec522ab54
LibWeb: Don't infer SVG viewBox if width and/or height is zero
|
2 years ago |
Andreas Kling
|
9f24c1b34c
LibWeb: Use width & height to create fallback viewBox for SVG-as-image
|
2 years ago |
Sam Atkins
|
f4d8a24fe4
LibWeb: Propagate errors from parse_css_value and property_initial_value
|
2 years ago |
Sam Atkins
|
d16600a48b
LibWeb: Propagate errors from StyleValue construction
|
2 years ago |
Andreas Kling
|
4ad12f3cb2
LibWeb: Honor fill, stroke and stroke-width attribute on SVGSVGElement
|
2 years ago |
MacDue
|
5df4e64eb7
LibWeb: Implement SVG `preserveAspectRatio` attribute
|
2 years ago |
MacDue
|
f753a4f640
LibWeb: Always use quirks mode when parsing SVG width/height attributes
|
2 years ago |
Sam Atkins
|
4b711932cc
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Michiel
|
2480b94ae7
LibWeb: Support more length types in SVG width/height attributes
|
2 years ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
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
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |