Bastiaan van der Plaat
|
5c00e2bb7f
LibWeb: Remove refusing to run script debug line
|
před 1 rokem |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
před 1 rokem |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
před 1 rokem |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
před 1 rokem |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
před 1 rokem |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
před 1 rokem |
networkException
|
5aa7c51956
LibWeb: Pass around JS::HeapFunctions when fetching scripts
|
před 1 rokem |
networkException
|
89ea444967
LibWeb: Use proper helper for appending to scripts to run after parsing
|
před 1 rokem |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
před 1 rokem |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
před 1 rokem |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
před 1 rokem |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
před 1 rokem |
Karol Kosek
|
7fa5dd7a92
LibWeb: Implement more steps in 'fetching a single module script'
|
před 1 rokem |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
před 1 rokem |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
před 2 roky |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
před 2 roky |
Timothy Flynn
|
a84e64ed22
LibWeb: Implement fetching classic scripts using Fetch infrastructure
|
před 2 roky |
Timothy Flynn
|
567b8da1e0
LibWeb: Change the script fetch completion callback to accept any script
|
před 2 roky |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
před 2 roky |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
před 2 roky |
Andreas Kling
|
e8f5085669
LibWeb: Implement Range.createContextualFragment()
|
před 2 roky |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
před 2 roky |
Sam Atkins
|
2db168acc1
LibTextCodec+Everywhere: Port Decoders to new Strings
|
před 2 roky |
Sam Atkins
|
f2a9426885
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
|
před 2 roky |
Sam Atkins
|
2026ea557e
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
|
před 2 roky |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
před 2 roky |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
před 2 roky |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
před 2 roky |