Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
204c46f097
LibWeb: Use Element::id() when deciding whether to update SVG use trees
|
1 year ago |
Bastiaan van der Plaat
|
fc46def2f5
LibWeb: Reorder and add missing HTML elements IDL items
|
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 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Sebastian Zaha
|
73f1c7a030
LibWeb: Remove many redundant SVGUseElement clone calls
|
2 years ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
PrestonLTaylor
|
c7c3043aa2
LibWeb: Implement the `<use>` SVG element
|
2 years ago |
Andreas Kling
|
0f4b82bdea
LibWeb: Move SVGElement's dataset construction to initialize()
|
2 years ago |
Kenneth Myhra
|
b604bbaf29
LibWeb: Make factory method of HTML::DOMStringMap fallible
|
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 |
Andreas Kling
|
2c37df6241
LibWeb: Don't include DOMStringMap.h quite so much
|
2 years ago |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
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
|
ae11d70b0c
LibWeb: Make DOMStringMap GC-allocated
|
2 years ago |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 years ago |
Luke Wilde
|
f6b24a72ee
LibWeb: Add support for HTMLOrSVGElement.dataset
|
3 years ago |
Matthew Olsson
|
fcd3b9a0df
Userland: Use mattco@serenityos.org for my copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
330c3fcb59
LibWeb: Use move semantics for QualifiedName more often
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |