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
Age
Commit message (
Expand
)
Author
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
LibLine: Use LibC's getline() when the terminal claims no support for escape ...
AnotherTest
2020-05-26
LibWeb: The line-height should not be multiplied by the glyph height
Andreas Kling
2020-05-26
LibJS: Add Array.prototype.fill
Angel
2020-05-26
LibJS: Fix style inconsistencies in AST.h (#2403)
Emanuele Torre
2020-05-26
LibJS: Fix incorrect token column values (#2401)
Paul Redmond
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
LibJS: Add Error::source_location_hint()
Linus Groh
2020-05-26
LibJS: Only log exception throw information on Serenity
Linus Groh
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
LibC: Ensure abort() doesn't return
Sergey Bugaev
2020-05-26
LibC: Mark _exit() as noreturn
Sergey Bugaev
2020-05-26
LibC: Remove endless loop after abort() call
Sergey Bugaev
2020-05-26
LibJS: Add Array.prototype.splice
Luke
2020-05-26
LibWeb: Add Element.getAttribute() and Element.setAttribute() :^)
Andreas Kling
2020-05-26
Browser: Add output styles to JS source printed in the console
FalseHonesty
2020-05-26
LibJS: Create JS to HTML markup generator
FalseHonesty
2020-05-26
LibWeb: Implement vendor specific CSS color style for System Palette
FalseHonesty
2020-05-26
LibLine: Don't add empty lines to history
Linus Groh
2020-05-26
LibWeb: Add document.querySelector()
Linus Groh
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
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
LibJS: Implement basic for..in and for..of loops
Linus Groh
2020-05-25
LibWeb: Add navigator.language and navigator.languages
Linus Groh
2020-05-25
LibGUI: Add flag to TextDocument's word break locator methods
FalseHonesty
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
2020-05-24
LibWeb: Support comments in the "in head" insertion mode
Andreas Kling
2020-05-24
LibWeb: More work on the HTML parser and tokenizer
Andreas Kling
2020-05-24
LibWeb: Start implementing character token parsing
Andreas Kling
2020-05-24
LibWeb: Factor out the "stack of open elements" into its own class
Andreas Kling
2020-05-24
LibWeb: Remove tokenizer's premature character buffering optimization
Andreas Kling
2020-05-24
LibJS: Make Array.prototype.includes() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.lastIndexOf() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.indexOf() generic
Linus Groh
2020-05-24
LibGfx: Add Painter::fill_ellipse()
Sergey Bugaev
2020-05-24
LibJS: Use the new math constants
Sergey Bugaev
[next]