Sam Atkins
|
51a426cc05
LibWeb: Add method for listing all style sheets on a page
|
10 months ago |
Tim Ledbetter
|
a552bda8d9
LibWeb: Pass the old attribute value to `Element::attribute_changed()`
|
1 year ago |
Hexeption
|
2f4668edce
LibWeb: Added HTMLLinkElement.as
|
1 year ago |
Jamie Mansfield
|
d1f884533e
LibWeb: Update "create a link request" for spec changes
|
1 year ago |
Tim Ledbetter
|
fc395716e9
LibWeb: Return NonnullGCPtr<DOMTokenList> from `relList` getters
|
1 year ago |
Tim Ledbetter
|
51fc30a191
LibWeb: Implement the `HTMLLinkElement.relList` attribute
|
1 year ago |
Andreas Kling
|
8e56367092
LibWeb: Allow moving StyleSheets between documents without falling apart
|
1 year ago |
Tim Ledbetter
|
4a3497e9cd
LibWeb: Support loading alternative style sheets
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Andrew Kaster
|
c79bac70f4
LibWeb: Consistently use the EmptyString state of ReferrerPolicy
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
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 |
Timothy Flynn
|
19313945f2
LibWeb: Implement loading a favicon in absence of a <link> icon element
|
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 |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 years ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
Andreas Kling
|
b97004ea4a
LibWeb: Fire "load" and "error" events for rel=preload link loads
|
2 years ago |
Matthew Olsson
|
3f22919eb5
LibWeb: Add missing JS::GCPtr wrappers in HTMLLinkElement
|
2 years ago |
Sam Atkins
|
7d08d5ad6f
LibWeb: Remove now-unused includes from StyleValue.cpp
|
2 years ago |
Srikavin Ramkumar
|
633983d354
LibWeb: Update stylesheet loading to use fetch infrastructure
|
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 |