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
Age
Commit message (
Expand
)
Author
2021-09-06
LibWeb: Make Node.textContent more spec compliant
Luke Wilde
2021-09-06
LibWeb: Implement the (string) replace all operations for Node
Luke Wilde
2021-09-06
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
Luke Wilde
2021-09-06
LibWeb: Add constructors for Text, DocumentFragment and Comment
Luke Wilde
2021-09-06
LibC: Expand region for global destructors when it reaches capacity
Andrew Kaster
2021-09-06
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-05
LibJS: Use different stack space limit values for with and without ASAN
Linus Groh
2021-09-05
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
Linus Groh
2021-09-05
LibJS: Add ErrorType::CallStackSizeExceeded
Linus Groh
2021-09-05
RequestServer: Exit early to avoid executing protocol destructors
Brian Gianforcaro
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-09-05
LibWeb+LibWasm: Implement the WebAssembly.Table object
Ali Mohammad Pur
2021-09-05
LibWasm: Move the vector size limit to Constants.h and increase it a bit
Ali Mohammad Pur
2021-09-05
LibJS: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Utilities: Modernize output and comparison in the sort utility
Ralf Donau
2021-09-04
SoundPlayer: Convert to double before calculating
Karol Kosek
2021-09-04
SoundPlayer: Simplify Bars Visualization drawing logic a bit
Karol Kosek
2021-09-04
SystemMonitor: Fix CPU usage calculation
Tom
2021-09-04
HackStudio: Drop files to the selected editor
Karol Kosek
2021-09-04
LibGUI: Fixes modified indicator behavior after saving
luiz
2021-09-04
SoundPlayer: Create only one playlist widget
Karol Kosek
2021-09-04
AudioApplet: Fix initial mute state
Karol Kosek
2021-09-04
AK+LibRegex: Disable construction of views from temporary Strings
Idan Horowitz
2021-09-04
LibSymbolication: Unbreak symbolication with `-z separate-code` linking
Andreas Kling
2021-09-04
LibELF: Name non-executable map regions ".rodata" instead of ".text"
Andreas Kling
2021-09-04
Assistant: Use HashMap::ensure() in Database::did_receive_results()
Andreas Kling
2021-09-04
SystemMonitor: Use HashMap::ensure() in ProcessModel::update()
Andreas Kling
2021-09-04
LibDebug: Use HashMap::ensure() in DebugInfo::prepare_lines()
Andreas Kling
2021-09-04
LibGfx: Make FontDatabase cache store fonts in NonnullRefPtr
Andreas Kling
2021-09-04
LookupServer: Use HashMap::ensure() in load_etc_hosts()
Andreas Kling
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-04
LibJS: Add Array::create_from() for generic Vector<T>
Linus Groh
2021-09-04
LibGfx: Intersect the bounding box with the main rect in draw_text
sin-ack
2021-09-04
LibGfx: Stop using a Utf8View that points to a temporary String
Idan Horowitz
2021-09-04
LibGfx: Convert line text into a Utf8View before finding its direction
Idan Horowitz
2021-09-04
PixelPaint: Fix broken opening of files from Shell
Tobias Christiansen
2021-09-04
SystemMonitor: Make memory statistics dynamically formatted by size
David Isaksson
2021-09-04
LibGfx: Reject GIFs with ridiculously large symbols
Ben Wiederhake
2021-09-04
LibGfx: Elide predictable reallocations in GIF loader
Ben Wiederhake
2021-09-04
LibJS: Implement Intl.Locale.prototype.minimize
Timothy Flynn
2021-09-04
LibUnicode: Implement the Remove Likely Subtags method
Timothy Flynn
2021-09-04
LibJS: Implement Intl.Locale.prototype.maximize
Timothy Flynn
2021-09-04
LibJS: Add a constructor to create an Intl.Locale object from a LocaleID
Timothy Flynn
2021-09-04
LibJS: Add missing Intl.Locale initializer for plain boolean type
Timothy Flynn
2021-09-04
LibUnicode: Generate an implementation of the Add Likely Subtags method
Timothy Flynn
2021-09-04
LibUnicode: Define is_unicode_*_subtag helpers inline in their header
Timothy Flynn
2021-09-04
Utilities: Support grepping recursively from paths in the argument
Karol Kosek
2021-09-04
Mandelbrot: Use the new Zoom cursor
Mustafa Quraish
[next]