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
2021-06-06
LibJS: Add String.prototype.valueOf()
Linus Groh
2021-06-06
LibJS: Remove String.prototype.length
Linus Groh
2021-06-06
LibJS: Replace SymbolPrototype's typed_this() with this_symbol_value()
Linus Groh
2021-06-06
LibJS: Replace StringPrototype's typed_this() with this_string_value()
Linus Groh
2021-06-06
LibJS: Replace bigint_object_from() with this_bigint_value()
Linus Groh
2021-06-06
LibJS: Update NumberPrototype's this_number_value() to take a Value
Linus Groh
2021-06-06
LibJS: Replace some is_nullish() checks with require_object_coercible()
Linus Groh
2021-06-06
LibJS: Implement the RequireObjectCoercible abstract operation
Linus Groh
2021-06-06
Ports/freeciv: Add missing dependencies SDL2_gfx and curl (libcurl)
Kenneth Myhra
2021-06-06
Base: Make anon's helper services run with 600 socket permissions
Andreas Kling
2021-06-06
Clipboard: Tighten pledge promises a bit earlier :^)
Andreas Kling
2021-06-06
Clipboard: Remove unnecessary UID separation
Andreas Kling
2021-06-06
NotificationServer: Remove unnecessary UID separation
Andreas Kling
2021-06-06
Base: Tidy up /etc/shadow
Andreas Kling
2021-06-06
Userland: Add matroska program to test parsing Matroska container files
FalseHonesty
2021-06-06
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty
2021-06-06
Ports: Fix zlib include directory for libzip
Edwin Hoksberg
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-06
LibProtocol: Change RequestClient.{cpp,h} to use east const style
Max Wipfli
2021-06-06
Kernel: Don't finalize a thread while it still has code running
Gunnar Beutner
2021-06-06
Magnifier: Add desktop display scale awareness
Eugene Barnett
2021-06-06
WindowServer: Add a GetDesktopDisplayScale IPC request
Eugene Barnett
2021-06-06
Browser: Add various test pages to welcome
Tobias Christiansen
2021-06-06
LibJS: Pass unwinding target labels a bit more efficiently
Andreas Kling
2021-06-06
LibGUI: Don't delete within a line if the line is empty
dylanbobb
2021-06-06
WindowServer: Simplify determining transparent/opaque occlusions
Tom
2021-06-06
LibRegex: Fix compilation errors on my host machine
Linus Groh
2021-06-06
Revert "Revert "AK: Always inline FlyString::view()""
Linus Groh
2021-06-06
LibJS: Make Number.prototype.toString() radix coercion spec compliant
Linus Groh
2021-06-06
LibJS: Implement Number.prototype.valueOf()
Linus Groh
2021-06-06
Revert "AK: Always inline FlyString::view()"
Linus Groh
2021-06-06
LibJS: Uncomment and add parseInt tests
Idan Horowitz
2021-06-06
LibJS: Correct modulo behaviour in to_i32 to match the specification
Idan Horowitz
2021-06-06
LibJS: Trim initial whitespace in parseFloat
Idan Horowitz
2021-06-06
LibJS: Parse digits with parse_ascii_base36_digit in parseInt
Idan Horowitz
2021-06-06
AK: Add the parse_ascii_base36_digit method
Idan Horowitz
2021-06-06
LibJS: Set the length property of parseInt to 2
Idan Horowitz
2021-06-06
LibKeyboard: Use correct filename in debug message
NonStdModel
2021-06-06
KeyboardMapper: Add GUI alert in case load from file fails
NonStdModel
2021-06-06
Documentation: Remove redundancy in CodingStyle.md
kemzeb
2021-06-06
Ports: Add sam
Timothy
2021-06-06
LibWeb: Resolve flex: shorthand correctly
Tobias Christiansen
2021-06-05
LibJS: Throw TypeError on write to non-writable property in strict mode
Idan Horowitz
2021-06-06
LibWeb: Implement FlexBox Layout Algorithm
Tobias Christiansen
2021-06-06
LibWeb: Expose size calculation of BlockFormattingContext
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex: shorthand
Tobias Christiansen
2021-06-06
LibWeb: Add flex-grow and flex-shrink
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for NumericStyleValue
Tobias Christiansen
2021-06-06
LibWeb: Parse flex-basis
Tobias Christiansen
2021-06-06
LibWeb: Add support for 'definite size' determination
Tobias Christiansen
[prev]
[next]