Andreas Kling
|
c11f710628
LibWeb: Fix bogus insertion logic in HTMLTableSectionElement.insertRow()
|
1 gadu atpakaļ |
Bastiaan van der Plaat
|
c41b359ca5
LibWeb: Use WebIDL types where possible instead of C types
|
1 gadu atpakaļ |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 gadu atpakaļ |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 gadu atpakaļ |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 gadu atpakaļ |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
1 gadu atpakaļ |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 gadu atpakaļ |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 gadu atpakaļ |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 gadu atpakaļ |
Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 gadi atpakaļ |
Kenneth Myhra
|
ff92324fa5
LibWeb: Make factory method of DOM::ElementFactory fallible
|
2 gadi atpakaļ |
Kenneth Myhra
|
ff875d353b
LibWeb: Make factory method of DOM::HTMLCollection fallible
|
2 gadi atpakaļ |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 gadi atpakaļ |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 gadi atpakaļ |
Andreas Kling
|
ad36bc72f4
LibWeb: Implement [SameObject] behavior for HTMLTableSectionElement.rows
|
2 gadi atpakaļ |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 gadi atpakaļ |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
2 gadi atpakaļ |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 gadi atpakaļ |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 gadi atpakaļ |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 gadi atpakaļ |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 gadi atpakaļ |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 gadi atpakaļ |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 gadi atpakaļ |
Idan Horowitz
|
cc2e08d9e9
LibWeb: Implement HTMLTableSectionElement::deleteRow()
|
3 gadi atpakaļ |
Idan Horowitz
|
009588eb28
LibWeb: Implement HTMLTableSectionElement::insertRow()
|
3 gadi atpakaļ |
Andreas Kling
|
79ea30bc96
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
|
3 gadi atpakaļ |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 gadi atpakaļ |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 gadi atpakaļ |