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-05-30
LibWeb: Handle AAA situation where there's no formatting element found
Andreas Kling
2020-05-30
LibWeb: Implement some more RAWTEXT stuff in the tokenizer
Andreas Kling
2020-05-30
LibWeb: Implement more of the tokenizer states
TheDumpap
2020-05-30
LibWeb: Implement enough parsing to parse the HTML spec front page :^)
Andreas Kling
2020-05-30
LibWeb: Use the globals from HTML::AttributeNames in style resolution
Andreas Kling
2020-05-30
LibWeb: Handle end-of-file token during "in body" insertion mode
Andreas Kling
2020-05-30
LibWeb: Add default UA style for <hgroup> element
Andreas Kling
2020-05-30
LibWeb: Flesh out the "in head" insertion mode and add missing cases
Andreas Kling
2020-05-30
LibWeb: Handle two kinds of deferred script executions
Andreas Kling
2020-05-30
LibWeb: Don't render list item markers for "list-style-type: none"
Andreas Kling
2020-05-30
LibWeb: Turn <input type=button> into an actual button :^)
Andreas Kling
2020-05-30
LibWeb: Naive support for CSS "background" shorthand
Andreas Kling
2020-05-30
LibWeb: Fix accidental swallow of self-closing tag tokens
Andreas Kling
2020-05-30
LibWeb: Parse "form" tags during the "in body" insertion mode
Andreas Kling
2020-05-30
LibWeb: Tokenizing a semicolon-less HTML entity is (just a) parse error
Andreas Kling
2020-05-30
LibWeb: Handle an error condition for "a" start tag during "in body"
Andreas Kling
2020-05-30
LibWeb: Parser should prefer the longest matchable HTML entity
Andreas Kling
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-05-30
LibWeb: Turn a bunch of ASSERT_NOT_REACHED() in the parser into TODO()
Andreas Kling
2020-05-30
LibWeb: Improve support for "a" and "li" during "in body" insertion
Andreas Kling
2020-05-30
LibWeb: Parse "li" start tags in the "in body" insertion mode
Andreas Kling
2020-05-30
LibWeb: Add all branches from the parsing spec to "in body"
Andreas Kling
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-28
LibWeb: Add a way to stop the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Implement more of the "after body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Parse comments in the "in body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Implement a bunch more script-related tokenization states
Andreas Kling
2020-05-28
LibWeb: Add HTMLToken::make_character()
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
LibWeb: Fix HTMLDocumentParser build
Andreas Kling
2020-05-28
LibWeb: Remove a misplaced call to close_a_p_element() in "in body"
Andreas Kling
2020-05-28
LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"
Andreas Kling
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-28
LibWeb: replace some tab characters with spaces
Emanuele Torre
2020-05-28
LibWeb: Fall back to block layout for unimplemented CSS display values
Andreas Kling
2020-05-28
LibWeb: Add default UA style for some table-related elements
Andreas Kling
2020-05-28
LibWeb: Plumb content encoding into the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Parse "input" tags during the "in body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Parse "td" start tags during "in cell" insertion mode
Andreas Kling
2020-05-28
LibWeb: Support named character references (e.g "&")
Andreas Kling
2020-05-28
LibWeb: Implement more table support in the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Flesh out "reset the insertion mode appropriately" algorithm
Andreas Kling
2020-05-28
LibWeb: Handle various self-closing tags during "in body" insertion
Andreas Kling
2020-05-28
LibWeb: Handle inline stylesheets a bit better in the new parser
Andreas Kling
2020-05-28
LibWeb: Parse documents without DOCTYPE gracefully
Andreas Kling
2020-05-28
LibWeb: Add a "quirks mode" flag to Document
Andreas Kling
2020-05-27
LibWeb: Fire a DOMContentLoaded event when the new parser is finished
Andreas Kling
2020-05-27
LibWeb: Implement the first half of the Adoption Agency Algorithm
Andreas Kling
2020-05-27
LibWeb: Bring up basic external script execution in the new parser
Andreas Kling
[next]