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
/
DOM
Age
Commit message (
Expand
)
Author
2020-08-04
LibWeb: Make sure that head and body always get the HTML element
Luke
2020-08-03
LibWeb: Add CharacterData and Text IDL interfaces
Andreas Kling
2020-08-03
LibWeb: Add Element.{next,previous}ElementSibling IDL attributes
Andreas Kling
2020-08-03
LibWeb: Move "element sibling" getters to NonDocumentTypeChildNode
Andreas Kling
2020-08-03
LibWeb: Add the Document.documentElement API
Andreas Kling
2020-08-03
LibWeb: Move contentEditable from Element to HTMLElement
Luke
2020-08-02
LibWeb: Implement the Element.contentEditable IDL attribute
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Allow inserting text at the cursor by typing characters :^)
Andreas Kling
2020-08-02
LibWeb: Add a basic DOM::Position class
Andreas Kling
2020-07-28
LibWeb: Add UIEvent class (base of MouseEvent, and others)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
LibWeb: Move MouseEvent into the UIEvents namespace
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Simplify type traits for SVGGraphicsElement
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibWeb: Refactor SVG files into their own directory; follow spec layout
Matthew Olsson
2020-07-26
LibWeb: Abstract common operations of graphical SVG elements
Matthew Olsson
2020-07-26
LibGfx: Add FloatPoint methods
Matthew Olsson
2020-07-26
LibWeb: Add elliptical curve support to svg path elements
Matthew Olsson
2020-07-26
LibWeb: Begin SVG element support
Matthew Olsson
2020-07-24
LibWeb: Use [Reflect] for Element.id and Element.className :^)
Andreas Kling
2020-07-24
LibWeb: Add HTMLElement.lang (and make HTMLElement.title reflecting)
Andreas Kling
2020-07-24
LibWeb: Add HTMLImageElement.src and HTMLImageElement.alt
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-22
LibWeb: Parse "width" and "height" presentation attributes on <img>
Andreas Kling
2020-07-22
LibWeb: Add a dedicated function for parsing HTML length values
Andreas Kling
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-11
LibWeb: Fix EVENT_DEBUG dump compilation
Kevin Meyer
2020-07-08
LibWeb: Don't call did_layout in non-main frame documents
Kevin Meyer
2020-07-08
LibWeb: Add type for FrameLoader::load
Kevin Meyer
2020-07-07
LibWeb: Turn floated display:inline elements into block-level elements
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-06-28
LibWeb: Turn <td width> into a CSS width property
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-26
LibWeb: Add CanvasRenderingContext2D.rotate()
Andreas Kling
2020-06-26
LibWeb: Implement fragment parsing and use it for Element.innerHTML
Andreas Kling
2020-06-26
LibWeb: Add Document.getElementsByTagName()
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-23
LibWeb: Update PageView content size on page relayout
Andreas Kling
[next]