index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
Age
Commit message (
Expand
)
Author
2022-02-26
LibWeb: Implement the legacy Audio factory function
Luke Wilde
2022-02-26
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
Andreas Kling
2022-02-26
LibWeb: Fix LibWeb build with Clang
Andreas Kling
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-25
LibWeb: Parse <style> element text content when inserted into document
Andreas Kling
2022-02-25
LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length
Andreas Kling
2022-02-25
LibWeb: Improve HTMLElement.click()
Andreas Kling
2022-02-25
LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
2022-02-21
LibWeb: Fix 'Comment end state' in HTML Tokenizer
Adam Hodgen
2022-02-21
LibWeb: Implement tokenization newline preprocessing
Adam Hodgen
2022-02-21
LibWeb: Fix off by one error in HTML Tokenizer
Adam Hodgen
2022-02-20
LibWeb: Handle markers when reconstructing active formatting elements
Luke Wilde
2022-02-20
LibWeb: Add default padding around contents of text <input> elements
Kenneth Myhra
2022-02-19
LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString
Luke Wilde
2022-02-19
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Return current document URL if form action missing or empty
Adam Plumb
2022-02-18
LibWeb: Move WebSocket into the Web::WebSockets namespace
Linus Groh
2022-02-18
LibWeb: Add <input> value sanitiztion algorithm
Adam Hodgen
2022-02-18
LibWeb: Improve display of input elements
Adam Hodgen
2022-02-18
LibWeb: Reflect only known values for <input> element's type attribute
Adam Hodgen
2022-02-17
LibWeb: Add partially functioning Worker API
Ben Abraham
2022-02-17
LibWeb: Make <input type=checkbox> fire click events when clicked :^)
Andreas Kling
2022-02-17
LibWeb: Add the HTMLInputElement.type attribute
Andreas Kling
2022-02-17
LibWeb: Fire "input" and "change" events when editing a text <input>
Andreas Kling
2022-02-16
LibWeb: Omit origin check for content document in FrameBox::paint()
Linus Groh
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-16
LibWeb: Add basic implementation of progress bar element
Rafał Babiarz
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-15
LibWeb: Implement activation behavior for <input type=checkbox>
Andreas Kling
2022-02-15
LibWeb: Make <input type=checkbox> honor the "checked" attribute
Andreas Kling
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-15
LibWeb: Don't delay document load event forever with cached style sheets
Andreas Kling
2022-02-15
LibWeb: Force a relayout when scrolling to anchor
Andreas Kling
2022-02-15
LibWeb: Repaint entire viewport after document layout
Andreas Kling
2022-02-15
LibWeb: Implement HTMLElement.click()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to the StackOfOpenElements class
Andreas Kling
2022-02-15
LibWeb: Rename element_before() => element_immediately_above()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()
Andreas Kling
2022-02-15
LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attribute
Linus Groh
2022-02-15
LibWeb: Implement BCC's "content document" concept according to spec
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_same() to Origin::is_same_origin()
Linus Groh
2022-02-14
LibWeb: Don't emit current token on EOF in HTML Tokenizer
Karol Kosek
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
[next]