Andreas Kling
|
0f7bcd4111
LibWeb: Add naive support for document.querySelectorAll()
|
il y a 5 ans |
Andreas Kling
|
62d5f79388
LibJS+LibWeb: Function calls should always go through Interpreter
|
il y a 5 ans |
Andreas Kling
|
30440134cb
LibJS+LibWeb: Move native properties to separate getters/setters
|
il y a 5 ans |
Andreas Kling
|
7c4e53f31e
LibJS: Rework how native functions are called to improve |this| value
|
il y a 5 ans |
Andreas Kling
|
660ec504ca
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
|
il y a 5 ans |
Andreas Kling
|
1146ab0fae
LibWeb: Add Document::invalidate_layout()
|
il y a 5 ans |
Andreas Kling
|
6f235ad93f
LibWeb: Implement cancelAnimationFrame()
|
il y a 5 ans |
Andreas Kling
|
39045bfde8
LibWeb: Add basic support for requestAnimationFrame()
|
il y a 5 ans |
Andreas Kling
|
e2a38f3aba
LibWeb: Add a naive implementation of setInterval()
|
il y a 5 ans |
Andreas Kling
|
f1715bbd5e
LibWeb: Make the "document" global a native property
|
il y a 5 ans |
Andreas Kling
|
08b17d70af
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
|
il y a 5 ans |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
il y a 5 ans |
Andreas Kling
|
63b3cfdc73
LibJS: Pass "this" as an Object* to NativeFunction callbacks
|
il y a 5 ans |
Andreas Kling
|
1c406294fc
LibWeb: Start implementing basic JavaScript DOM bindings
|
il y a 5 ans |
Andreas Kling
|
9c9d3f0904
LibWeb: Parse <script> elements and run any JavaScript found inside
|
il y a 5 ans |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
il y a 5 ans |