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
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
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-05
Kernel: Return EPIPE when trying to write to an unconnected socket
Gunnar Beutner
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
ifconfig: Use shorter argument names
Maciej Zygmanowski
2021-06-05
LibSQL: Limit the allowed depth of an expression tree
Timothy Flynn
2021-06-05
CI: Run libjs-test262 and update results on every push to master
Linus Groh
2021-06-05
LibJS: Add the global escape() & unescape() methods
Idan Horowitz
2021-06-05
LibJS: Correctly handle NaN and negative infinity in Math.atan2
Idan Horowitz
2021-06-05
LibJS: Rewrite Math.hypot to handle exceptions, NaNs, Infinity properly
Idan Horowitz
2021-06-05
LibJS: Handle NaN/Infinity/Zero edge cases in Math.pow()
Idan Horowitz
2021-06-05
LibJS: Rewrite Math.{max, min} to handle exceptions and NaNs properly
Idan Horowitz
2021-06-05
LibJS: Handle negative zero and negative infinity in Math.abs()
Idan Horowitz
2021-06-05
LibJS: Add Math.imul()
Idan Horowitz
2021-06-05
LibJS: Support symbol keys in Object.prototype.propertyIsEnumerable
Idan Horowitz
2021-06-05
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
Idan Horowitz
2021-06-05
Ports/PHP: Enable OpenSSL extension
Jelle Raaijmakers
2021-06-05
Ports/PHP: Disable PCRE JIT
Jelle Raaijmakers
2021-06-05
Ports/PHP: Enable Zlib extension
Jelle Raaijmakers
2021-06-05
Ports/PHP: Enable Phar extension
Jelle Raaijmakers
2021-06-05
Kernel: Perform output processing on echo
Daniel Bertalan
2021-06-05
LibJS: Use PropertyName::as_string() in Object::get()
Andreas Kling
2021-06-05
AK: Always inline FlyString::view()
Andreas Kling
2021-06-05
LibWasm: Move Wasm::BytecodeInterpreter into its own header
Sahan Fernando
2021-06-05
TreeView: Don't try to move cursor with invalid index
Marcus Nilsson
2021-06-05
rm: Allow empty paths if -f is specified
Tim Schumacher
2021-06-05
Ports: Add port for freeciv
Gunnar Beutner
2021-06-05
LibC: Let setlocale() pretend that setting the locale succeeded
Gunnar Beutner
2021-06-05
Ports: Specify missing library when linking SDL2_ttf
Gunnar Beutner
2021-06-05
Ports: Build shared library for freetype
Gunnar Beutner
2021-06-05
Ports: fix gcc for mac users
yegor
2021-06-05
AK: Stop using U+0000 as end of file code point in URL parser
Max Wipfli
2021-06-05
AK: Make debugging URLParser easier
Max Wipfli
2021-06-05
AK: Do not trim away non-ASCII bytes when parsing URL
Max Wipfli
2021-06-05
AK: Update URLParser.{cpp,h} to use east const
Max Wipfli
2021-06-05
LibJS: Add the Number.{MAX, MIN}_VALUE constants
Idan Horowitz
[next]