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 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
2020-05-24
LibM: Add M_SQRT2 and M_SQRT1_2
Sergey Bugaev
2020-05-24
LibJS: add Array.prototype.reduceRight()
Marcin Gasperowicz
2020-05-24
LibJS: Refactor Accessor
Linus Groh
2020-05-24
LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358)
Daniel Gustafsson
2020-05-24
LibDebug: Make sure to not single step the program twice
Itamar
2020-05-24
LibDebug: Tolerate missing debug information
Itamar
2020-05-24
LibWeb: Improve support for white-space CSS property (#2348)
Jack Byrne
2020-05-24
LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macro
Emanuele Torre
2020-05-24
LibWeb: Add hook to HtmlView when a new document is set
FalseHonesty
2020-05-24
Browser: Add JS Console
FalseHonesty
2020-05-24
LibGUI: Use word breaks to intelligently navigate a TextEditor
FalseHonesty
2020-05-24
LibGUI: Add word break locator methods to TextDocument
FalseHonesty
2020-05-24
LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)
Andreas Kling
2020-05-24
LibWeb: Start building the tree building part of the new HTML parser
Andreas Kling
2020-05-24
LibWeb: Add HTMLFormElement to forwarding header
Andreas Kling
2020-05-24
LibWeb: Add "name" to DocumentType nodes
Andreas Kling
2020-05-23
LibWeb: Make hit-testing work with display: inline-block;
Andreas Kling
2020-05-23
LibWeb: Colorize tag names in layout tree dumps + show element IDs
Andreas Kling
2020-05-23
LibWeb: Implement a bit more of DOCTYPE tokenization
Andreas Kling
2020-05-23
LibWeb: Emit character/comment tokens lazily to accumulate more data
Andreas Kling
2020-05-23
LibJS: Use __APPLE__ instead of __MACH__ for MacOS build
Marcin Gasperowicz
[next]