Shannon Booth
|
07940a89ca
LibWeb: Handle cases with <template> on the HTML parsing stack
|
10 달 전 |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
10 달 전 |
Timothy Flynn
|
c838ca78c8
LibWeb: Indicate documents are for fragment parsing during construction
|
11 달 전 |
Timothy Flynn
|
657bbd1542
LibWeb: Append attributes to the correct element
|
11 달 전 |
Timothy Flynn
|
9fe35ddddf
LibWeb: Use an infallible method to add attributes to nodes
|
11 달 전 |
Andreas Kling
|
7dacd6be89
LibWeb: Use static_cast<HTMLTemplateElement> right after an is<> check
|
11 달 전 |
Andreas Kling
|
f9f11dc51d
LibWeb: Stop creating transient throwaway JS::Handles in HTML parser
|
11 달 전 |
Andreas Kling
|
7892ee355d
LibWeb: Use StringBuilder::append_code_point() over append(Utf32View)
|
11 달 전 |
Andreas Kling
|
4e0edd42b9
LibWeb: Cap HTML dimension values at 17895700 (same as Firefox)
|
11 달 전 |
Andreas Kling
|
1c00e5688d
LibWeb: Fix StringView OOB access when parsing 3-character legacy color
|
11 달 전 |
Luke Warlow
|
ce8d3d17c4
LibWeb: Implement unsafe HTML parsing methods
|
1 년 전 |
Andreas Kling
|
e62db9c118
LibWeb: Update HTML fragment serialization for declarative shadow DOM
|
1 년 전 |
Andreas Kling
|
9eb4b91168
LibWeb: Parse declarative shadow DOM template elements
|
1 년 전 |
Tim Ledbetter
|
c57d395a48
LibWeb: Use `IterationDecision` in single level Node iteration methods
|
1 년 전 |
Andreas Kling
|
d94a6d8873
LibWeb: Avoid creating tons of temporary FlyStrings in HTMLParser
|
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 년 전 |
Andreas Kling
|
870a954e11
LibWeb: Implement Element.outerHTML
|
1 년 전 |
Andreas Kling
|
0412e17bac
LibWeb: Factor out attribute serialization into a separate function
|
1 년 전 |
Timothy Flynn
|
48fb343230
LibWeb: Change HTMLParser's factory to accept the encoding as StringView
|
1 년 전 |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 년 전 |
Andreas Kling
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
1 년 전 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 년 전 |
Timothy Flynn
|
af57bd5cca
LibWeb: Stop parsing after `document.write` at the insertion point
|
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 년 전 |
Aliaksandr Kalenik
|
07928129dd
LibWeb: Wait until new document becomes active before running scripts
|
1 년 전 |
Sam Atkins
|
6ffda5f271
LibWeb: Make HTMLParser::the_end() callable from outside
|
1 년 전 |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 년 전 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 년 전 |