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-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
2020-05-23
LibLine: Default to resetting styles when a cell has no styles set
AnotherTest
2020-05-23
LibC: Move ssize_t from <stddef.h> to <sys/types.h>
Andreas Kling
2020-05-23
LibJS: Add Array.prototype.reduce() (#2334)
Marcin Gasperowicz
2020-05-23
LibJS: Treat NaN in Value::to_i32() as zero
Linus Groh
2020-05-23
Build: Make Lagom build under macOS (#2341)
Marcin Gasperowicz
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel+LibC: Let's say that off_t is a ssize_t
Andreas Kling
2020-05-23
LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}}
Andreas Kling
2020-05-23
LibC: Declare ssize_t in a platform-agnostic way
Andreas Kling
2020-05-23
LibWeb: Fix HtmlView not scrolling to a url's anchor on page load
FalseHonesty
2020-05-23
LibWeb: Add missing END_STATE for TagName
Andreas Kling
[next]