index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-26
LibWeb: Add document.querySelector()
Linus Groh
2020-05-26
Base: Add more characters to Katica and Csilla
Hüseyin ASLITÜRK
2020-05-25
Shell: Refuse to be suspended with ^Z
AnotherTest
2020-05-25
Terminal: Handle fork error by whining about it
AnotherTest
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
AK: Add String::is_one_of(...)
Andreas Kling
2020-05-25
Eyes: Resize the window based on the number of eyes
AnotherTest
2020-05-25
Eyes: Correctly calculate the eye bounds for arbitrary number of eyes
AnotherTest
2020-05-25
LibJS: Implement basic for..in and for..of loops
Linus Groh
2020-05-25
HexEditor: Fix "Selected Bytes" count for backwards selection
Linus Groh
2020-05-25
LibWeb: Add navigator.language and navigator.languages
Linus Groh
2020-05-25
WindowServer: Don't crash when minimizing Eyes
Sergey Bugaev
2020-05-25
Kernel: Fix returning random children from waitid(WNOHANG)
Sergey Bugaev
2020-05-25
Browser: Add output styles to values printed in the console
FalseHonesty
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-25
Shell: Warn the user about active jobs on exit
AnotherTest
2020-05-25
Shell: Parse and correctly evaluate 'command &' and 'command &&'
AnotherTest
2020-05-25
Shell: Kill existing jobs when exiting
AnotherTest
2020-05-25
Shell: Add the `disown' shell builtin
AnotherTest
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
Demos: Add Eyes demo
Sergey Bugaev
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
Browser: Add new icons for the add/remove bookmark toolbar button
Andreas Kling
2020-05-24
LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358)
Daniel Gustafsson
2020-05-24
functrace: use Core::ArgsParser
Itamar
[next]