Andreas Kling
|
c355e9692d
LibWeb: Add spec links to IDL APIs in HTMLTableElement
|
2 years ago |
Andreas Kling
|
2ded895107
LibWeb: Allow setting HTMLTableElement.tFoot to null value
|
2 years ago |
Andreas Kling
|
346737701d
LibWeb: Allow setting HTMLTableElement.tHead to null value
|
2 years ago |
Andreas Kling
|
2d791cf90f
LibWeb: Allow setting HTMLTableElement.caption to null value
|
2 years ago |
Andreas Kling
|
6e127f62d7
LibWeb: Add spec link and comment to HTMLTableElement::caption()
|
2 years ago |
Andreas Kling
|
8540c4e574
LibWeb: Implement [SameObject] for HTMLTableElement.{rows,tBodies}
|
2 years ago |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 years ago |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
2 years ago |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 years ago |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
fda25f9505
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
|
3 years ago |
Andreas Kling
|
71e89fe134
LibWeb: Treat width/height on table elements as non-zero dimension value
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Idan Horowitz
|
57090f75ae
LibWeb: Correct invalid index check in HTMLTableElement::insertRow()
|
3 years ago |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 years ago |
Luke Wilde
|
7fae46361b
LibWeb: Fix null-deref in <table> delete_row with index = -1 and no rows
|
3 years ago |
Daniel Bertalan
|
d7b6cc6421
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
|
3 years ago |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 years ago |
Adam Hodgen
|
3e46e8fea8
LibWeb: Fix HTMLTable Element attributes
|
4 years ago |
Luke
|
a826df773e
LibWeb: Make WrapperGenerator generate nullable wrapper types
|
4 years ago |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 years ago |
Adam Hodgen
|
37685b0181
LibWeb: Implement HTMLTableElement tbody attributes
|
4 years ago |
Adam Hodgen
|
d2e3e98b6b
LibWeb: Implement HTMLTableElement tfoot attributes
|
4 years ago |
Adam Hodgen
|
b3f7ea9914
LibWeb: Implement HTMLTableElement thead attributes
|
4 years ago |
Adam Hodgen
|
0fa0367a39
LibWeb: Implement HTMLTableElement caption attributes
|
4 years ago |