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
Age
Commit message (
Expand
)
Author
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
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: Function calls should always go through Interpreter
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-28
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
Andreas Kling
2020-03-26
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
Elisée Maurer
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-25
LibWeb: Add ParentNode::remove_all_children()
Andreas Kling
2020-03-25
LibWeb: Add Document::invalidate_layout()
Andreas Kling
2020-03-25
LibWeb: Commit uncommitted text at the end of HTML parse
Andreas Kling
2020-03-25
LibWeb: Make dump_tree() look okay for DocumentFragments
Andreas Kling
2020-03-25
LibWeb: Detach any LayoutNode from its parent if present in ~Node()
Andreas Kling
2020-03-25
LibWeb: Node::is_parent_node() should return true for DocumentFragments
Andreas Kling
2020-03-25
LibWeb: Remove debug spam about getting a 2D canvas context
Andreas Kling
2020-03-23
LibWeb: CSS: Add "position: absolute" with top and left
myphs
2020-03-22
LibWeb: Implement cancelAnimationFrame()
Andreas Kling
2020-03-22
LibWeb: Add basic support for requestAnimationFrame()
Andreas Kling
2020-03-22
LibWeb: Use FlyString for DOM event names
Andreas Kling
2020-03-22
LibWeb: Use FlyString for Element tag names
Andreas Kling
2020-03-22
LibWeb: Use FlyString for element attribute names
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-22
LibWeb: Put selection-related debug spam behind an #ifdef
Andreas Kling
2020-03-21
LibWeb: Add a naive implementation of setInterval()
Andreas Kling
2020-03-21
LibWeb: Silence some debug spam about JS event handler invocations
Andreas Kling
2020-03-21
LibWeb: Give MouseEvents the correct offsetX and offsetY values
Andreas Kling
2020-03-21
LibWeb: Add a DOM Event class (instead of events being simple strings)
Andreas Kling
2020-03-21
LibWeb: Dispatch "mouseup" event
Andreas Kling
2020-03-21
LibWeb: Add HTMLCanvasElement.{width,height} properties
Andreas Kling
2020-03-21
LibWeb: Make the "document" global a native property
Andreas Kling
2020-03-21
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
Andreas Kling
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-20
LibWeb: Fix HTMLCanvasElement::preferred_height() default value (#1490)
Elisée Maurer
2020-03-20
LibWeb: Make hit testing better for blocks with inline children
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: Fire "mousedown" and "mousemove" events in the DOM :^)
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-18
LibWeb: Don't try to repaint frameless documents in CSSStyleValue
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
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-11
LibWeb: Skip non-font files when looking for fonts instead of asserting
Tibor Nagy
[prev]
[next]