Jamie Mansfield
|
e487f70bbf
LibWeb: Support "importmap" scripts
|
1 рік тому |
Andreas Kling
|
7f0920b0e9
LibWeb: Implement HTMLScriptElement.async
|
1 рік тому |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 рік тому |
Andrew Kaster
|
c79bac70f4
LibWeb: Consistently use the EmptyString state of ReferrerPolicy
|
1 рік тому |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 рік тому |
Shannon Booth
|
4135c3885c
LibWeb: Only wait for document to be ready for scripts if executing one
|
1 рік тому |
Shannon Booth
|
44089ce284
LibWeb: Reuse attribute lookups in HTMLScriptElement::prepare_script
|
1 рік тому |
Bastiaan van der Plaat
|
5c00e2bb7f
LibWeb: Remove refusing to run script debug line
|
1 рік тому |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 рік тому |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
1 рік тому |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 рік тому |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 рік тому |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 рік тому |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 рік тому |
networkException
|
5aa7c51956
LibWeb: Pass around JS::HeapFunctions when fetching scripts
|
1 рік тому |
networkException
|
89ea444967
LibWeb: Use proper helper for appending to scripts to run after parsing
|
1 рік тому |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 рік тому |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 рік тому |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 рік тому |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 рік тому |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 рік тому |
Karol Kosek
|
7fa5dd7a92
LibWeb: Implement more steps in 'fetching a single module script'
|
1 рік тому |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 рік тому |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 роки тому |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 роки тому |
Timothy Flynn
|
a84e64ed22
LibWeb: Implement fetching classic scripts using Fetch infrastructure
|
2 роки тому |
Timothy Flynn
|
567b8da1e0
LibWeb: Change the script fetch completion callback to accept any script
|
2 роки тому |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 роки тому |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 роки тому |
Andreas Kling
|
e8f5085669
LibWeb: Implement Range.createContextualFragment()
|
2 роки тому |