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: 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
2020-05-27
LibWeb+Browser: Add ability to run Browser with the new HTML parser
Andreas Kling
2020-05-27
LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode
Andreas Kling
2020-05-27
LibWeb: Implement the "after attribute name" tokenizer state
Andreas Kling
2020-05-27
LibWeb: Handle more benign parse errors in the "in body" insertion mode
Andreas Kling
2020-05-27
LibWeb: Implement the "self closing start tag" tokenizer state
Andreas Kling
2020-05-27
LibWeb: Implement partial support for numeric character references
Andreas Kling
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-05-27
LibWeb: Provide some properties to inspectors of ResourceLoader
AnotherTest
2020-05-27
LibWeb: Handle additional parser inputs in "initial" and "before html".
TheDumpap
2020-05-27
LibWeb: s_initialized should be static in the AttributeNames initialiser
Emanuele Torre
2020-05-26
LibWeb: Use FlyString in FontCache keys
Andreas Kling
2020-05-26
LibWeb: Add cached global attribute name FlyStrings
Andreas Kling
[prev]
[next]