Igor Pissolati
|
5560d8a25d
|
LibWeb: Use correct global object in legacy factories
|
2022-04-04 14:22:16 +01:00 |
|
Lenny Maiorani
|
c37820b898
|
Libraries: Use default constructors/destructors in LibWeb
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
|
2022-03-17 17:23:49 +00:00 |
|
Linus Groh
|
1422bd45eb
|
LibWeb: Move Window from DOM directory & namespace to HTML
The Window object is part of the HTML spec. :^)
https://html.spec.whatwg.org/multipage/window-object.html
|
2022-03-08 00:30:30 +01:00 |
|
Luke Wilde
|
ed76b4238c
|
LibWeb: Implement the legacy Audio factory function
This creates an Audio element with preload="auto" and the given src
attribute.
Required by Cookie Clicker.
|
2022-02-26 12:18:56 +01:00 |
|