Shannon Booth
|
1c18b900e2
LibWeb: Port EventLoop::spin_XXX to HeapFunction
|
9 月之前 |
Florian Cramer
|
df7cac539e
LibXML: Set the doctype when parsing via Parser::parse_with_listener
|
9 月之前 |
Bastian Neumann
|
b3fdeef5d7
LibWeb: Do not accept malformed xml namespace
|
9 月之前 |
Ali Mohammad Pur
|
24c2ad059b
LibWeb+LibXML: Cache the result of parsing the XHTML DTD and reuse it
|
9 月之前 |
Ali Mohammad Pur
|
5c23ef1596
LibWeb: Assume XHTML <html> elements are in the HTML namespace
|
9 月之前 |
Andreas Kling
|
007c292af3
LibWeb: Execute the correct script in XMLDocumentBuilder::element_end()
|
1 年之前 |
Maciej
|
cad3b085a8
LibXML: Set XMLNS namespace for xmlns attribute
|
1 年之前 |
Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 年之前 |
Shannon Booth
|
51a52a867c
LibWeb: Use "current high resolution time" AO where relevant
|
1 年之前 |
Shannon Booth
|
c3217754f1
LibWeb: Remove a bunch of calls to `to_byte_string`
|
1 年之前 |
MacDue
|
cfb9c5bb0e
LibWeb: Fix checks for elements in XMLDocumentBuilder
|
1 年之前 |
MacDue
|
4843100650
LibWeb: Run scripts in XML SVG documents
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Shannon Booth
|
f976ec005c
LibWeb: Port DOM::Document from DeprecatedString
|
1 年之前 |
Sam Atkins
|
6c5450f9ce
LibWeb: Report if anything is delaying load event, not the count
|
1 年之前 |
Shannon Booth
|
673e3ec57d
LibWeb: Port Element::set_attribute_value from DeprecatedString
|
1 年之前 |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 年之前 |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
1 年之前 |
Ali Mohammad Pur
|
ebe254a6d3
LibWeb/XML: Avoid placing all elements missing an ns in the HTML ns
|
1 年之前 |
Ali Mohammad Pur
|
830f1dbbfe
LibWeb/XML: Do not create text nodes for empty text chunks
|
1 年之前 |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 年之前 |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 年之前 |
Andrew Kaster
|
6e64bf5464
LibWeb: Remove outdated old_queue_global_event_with_document
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Timothy Flynn
|
c8d8640018
LibWeb: Detect when an XML document belongs in the SVG namespace
|
2 年之前 |
Ali Mohammad Pur
|
8d446d2a9e
LibWeb: Make XMLDocumentBuilder create elements with the HTML namespace
|
2 年之前 |
Kenneth Myhra
|
cbefab21be
LibWeb: Port fire_a_page_transition_event() to new FlyString
|
2 年之前 |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 年之前 |