index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-06-06
LibJS: Store Date milliseconds as signed to support negative offsets
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setTime()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setMonth()
Idan Horowitz
2021-06-06
LibJS: Account for differences in month representations (0-11 vs 1-12)
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setDate()
Idan Horowitz
2021-06-06
LibJS: Stub out Date.prototype.getTimezoneOffset()
Idan Horowitz
2021-06-06
LibJS: Ignore arguments in Date's constructor when called as a function
Idan Horowitz
2021-06-06
LibJS: Create 1970-01-01 00:00:00 local time Date for invalid ctor call
Linus Groh
2021-06-06
LibJS: Make it so that Date.prototype.toGMTString === .toUTCString
Linus Groh
2021-06-06
LibJS: Remove unused includes from SymbolPrototype.cpp
Linus Groh
2021-06-06
LibJS: Implement String.prototype[@@toPrimitive]()
Linus Groh
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
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty
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
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
LibRegex: Fix compilation errors on my host machine
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
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
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
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
2021-06-06
LibWeb: Parse and resolve flex-flow property
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for flex-wrap property
Tobias Christiansen
2021-06-06
LibWeb: Flex-items aren't affected by float nor clear
Tobias Christiansen
2021-06-06
LibWeb: LayoutNodes know whether they are flex-items
Tobias Christiansen
2021-06-05
LibWeb: Change BlockBox to not want mouse events
dylanbobb
2021-06-05
LibVT: Don't return a history size if alternate buffer is used
Tim Schumacher
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
LibSQL: Limit the allowed depth of an expression tree
Timothy Flynn
[next]