Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 rok pred |
Aliaksandr Kalenik
|
c6e69d501f
LibWeb: Add style sheets to the shadow root if applicable
|
2 rokov pred |
Andreas Kling
|
b7f80e7081
LibWeb: Put debug spam about failed favicon decodes behind a flag
|
1 rok pred |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 rok pred |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 rok pred |
Andreas Kling
|
f0288e7f94
LibWeb: Null check response body in load_fallback_favicon_if_needed()
|
1 rok pred |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 rok pred |
Shannon Booth
|
0cb0d60ac5
LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page&
|
1 rok pred |
Sam Atkins
|
ef1e942f3e
LibWeb: Use String for getting/setting MediaQueryList media
|
1 rok pred |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 rok pred |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 rok pred |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 rok pred |
Timothy Flynn
|
19313945f2
LibWeb: Implement loading a favicon in absence of a <link> icon element
|
1 rok pred |
Timothy Flynn
|
b1274a885b
LibWeb: Return success when a <link> element decodes a valid favicon
|
1 rok pred |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 rok pred |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 rok pred |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
1 rok pred |
Aliaksandr Kalenik
|
ee50d9b2b5
LibWeb: Update Page to use navigables
|
1 rok pred |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 rok pred |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 rok pred |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 rok pred |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 rok pred |
Dominique Liberda
|
d6ddc25975
LibWeb: Skip alternate stylesheets in HTMLLinkElement::attribute_changed
|
1 rok pred |
Andreas Kling
|
fb727332f9
LibWeb: Decode linked style sheets before parsing them
|
2 rokov pred |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 rokov pred |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 rokov pred |
Andreas Kling
|
8a43f5a64a
LibWeb: Forward media attribute from link element to loaded style sheet
|
2 rokov pred |
Andreas Kling
|
c50ce2030d
LibWeb: Allow event handler attributes on HTMLLinkElement
|
2 rokov pred |
Andreas Kling
|
b97004ea4a
LibWeb: Fire "load" and "error" events for rel=preload link loads
|
2 rokov pred |
Timothy Flynn
|
8ff8309202
LibWeb: Update workarounds for fetching CORS cross-origin responses
|
2 rokov pred |