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-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
2020-05-26
LibWeb: Let Element cache its list of classes
Andreas Kling
2020-05-26
LibWeb: Make the CSS parser a little more tolerant to invalid CSS
Andreas Kling
2020-05-26
LibWeb: Add more HTML entities
Linus Groh
2020-05-26
LibWeb: Basic support for display:inline-block with width:auto
Andreas Kling
2020-05-26
LibWeb: Add HTML copyright escape
FalseHonesty
2020-05-26
LibWeb: Fix step within reconstruct the active elements
Kevin Meyer
2020-05-26
LibWeb: The line-height should not be multiplied by the glyph height
Andreas Kling
2020-05-26
LibWeb: Implement immediate execution in HTMLScriptElement preparation
Andreas Kling
2020-05-26
LibWeb: Allow HTML tokenizer to emit more than one token
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
LibWeb: Add Element.getAttribute() and Element.setAttribute() :^)
Andreas Kling
2020-05-26
LibWeb: Implement vendor specific CSS color style for System Palette
FalseHonesty
2020-05-26
LibWeb: Add document.querySelector()
Linus Groh
2020-05-25
LibWeb: Start fleshing out the "in table" parser insertion mode
Andreas Kling
2020-05-25
LibWeb: Handle some more parser inputs in the "in head" insertion mode
Andreas Kling
2020-05-25
LibWeb: Add a PARSE_ERROR() macro to the new HTML parser
Andreas Kling
2020-05-25
LibWeb: Flesh out the remaining DOCTYPE related tokenizer states
Andreas Kling
2020-05-25
LibWeb: Checking for "DOCTYPE" should be case insensitive in tokenizer
Andreas Kling
2020-05-25
LibWeb: Use String::is_one_of() a bunch in the HTML parser
Andreas Kling
2020-05-25
LibWeb: Add navigator.language and navigator.languages
Linus Groh
2020-05-25
LibWeb: Add missing copyright header
Andreas Kling
2020-05-24
LibWeb: Finally parse enough that we can actually handle welcome.html!
Andreas Kling
2020-05-24
LibWeb: Yet more work towards parsing www/welcome.html :^)
Andreas Kling
2020-05-24
LibWeb: A whole bunch of work towards spec-compliant <script> elements
Andreas Kling
2020-05-24
LibWeb: Add HTMLScriptElement to the forwarding header
Andreas Kling
2020-05-24
LibWeb: Add some helpers to the DOM Node class
Andreas Kling
2020-05-24
LibWeb: Add a way to opt out of TreeNode::append_child() notifications
Andreas Kling
2020-05-24
LibWeb: Parse enough to handle a <style> inside a <head> :^)
Andreas Kling
[next]