index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Bindings
Age
Commit message (
Expand
)
Author
2020-04-03
LibWeb: Add "navigator" object and expose navigator.userAgent
Andreas Kling
2020-04-01
LibJS: Make Value::as_object() return Object&
Andreas Kling
2020-04-01
LibWeb: Remove debug spam in WindowObject
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-30
LibWeb: Add Element.id property to the bindings
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-29
LibJS+LibWeb: Move native properties to separate getters/setters
Andreas Kling
2020-03-28
LibJS+LibWeb: Move native JS functions into dedicated member functions
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-25
LibWeb: Remove debug spam about getting a 2D canvas context
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-21
LibWeb: Add a DOM Event class (instead of events being simple strings)
Andreas Kling
2020-03-21
LibWeb: Add HTMLCanvasElement.{width,height} properties
Andreas Kling
2020-03-21
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
Andreas Kling
2020-03-19
LibWeb: Add <canvas> element and start fleshing out CRC2D
Andreas Kling
2020-03-18
LibWeb: Add missing copyright headers
Andreas Kling
2020-03-18
LibWeb: Use a JS::Handle to keep the EventListener function alive
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-15
LibJS: Pass "this" as an Object* to NativeFunction callbacks
Andreas Kling
2020-03-15
LibWeb: Add missing copyright headers
Andreas Kling
2020-03-14
LibWeb: Implement Document.getElementById()
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling