summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-06LibWeb: Make Node.textContent more spec compliantLuke Wilde
2021-09-06LibWeb: Implement the (string) replace all operations for NodeLuke Wilde
2021-09-06LibWeb: Add [LegacyNullToEmptyString] to CharacterData.dataLuke Wilde
2021-09-06LibWeb: Add constructors for Text, DocumentFragment and CommentLuke Wilde
2021-09-06LibC: Expand region for global destructors when it reaches capacityAndrew Kaster
2021-09-06LibJS: Handle possible allocation failure in ArrayBuffer(size_t)Ali Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-09-05LibJS: Use different stack space limit values for with and without ASANLinus Groh
2021-09-05LibJS: Prevent stack overflow if Proxy handler's __proto__ is the ProxyLinus Groh
2021-09-05LibJS: Add ErrorType::CallStackSizeExceededLinus Groh
2021-09-05RequestServer: Exit early to avoid executing protocol destructorsBrian Gianforcaro
2021-09-05Userland: Switch static_assert of type sizes to AK::AssertSizeBrian Gianforcaro
2021-09-05LibWeb+LibWasm: Implement the WebAssembly.Table objectAli Mohammad Pur
2021-09-05LibWasm: Move the vector size limit to Constants.h and increase it a bitAli Mohammad Pur
2021-09-05LibJS: Declare type aliases with "using" instead of "typedef"Brian Gianforcaro
2021-09-05Utilities: Modernize output and comparison in the sort utilityRalf Donau
2021-09-04SoundPlayer: Convert to double before calculatingKarol Kosek
2021-09-04SoundPlayer: Simplify Bars Visualization drawing logic a bitKarol Kosek
2021-09-04SystemMonitor: Fix CPU usage calculationTom
2021-09-04HackStudio: Drop files to the selected editorKarol Kosek
2021-09-04LibGUI: Fixes modified indicator behavior after savingluiz
2021-09-04SoundPlayer: Create only one playlist widgetKarol Kosek
2021-09-04AudioApplet: Fix initial mute stateKarol Kosek
2021-09-04AK+LibRegex: Disable construction of views from temporary StringsIdan Horowitz
2021-09-04LibSymbolication: Unbreak symbolication with `-z separate-code` linkingAndreas Kling
2021-09-04LibELF: Name non-executable map regions ".rodata" instead of ".text"Andreas Kling
2021-09-04Assistant: Use HashMap::ensure() in Database::did_receive_results()Andreas Kling
2021-09-04SystemMonitor: Use HashMap::ensure() in ProcessModel::update()Andreas Kling
2021-09-04LibDebug: Use HashMap::ensure() in DebugInfo::prepare_lines()Andreas Kling
2021-09-04LibGfx: Make FontDatabase cache store fonts in NonnullRefPtrAndreas Kling
2021-09-04LookupServer: Use HashMap::ensure() in load_etc_hosts()Andreas Kling
2021-09-04LibJS: Implement Intl.DisplayNames.supportedLocalesOf()Linus Groh
2021-09-04LibJS: Add Array::create_from() for generic Vector<T>Linus Groh
2021-09-04LibGfx: Intersect the bounding box with the main rect in draw_textsin-ack
2021-09-04LibGfx: Stop using a Utf8View that points to a temporary StringIdan Horowitz
2021-09-04LibGfx: Convert line text into a Utf8View before finding its directionIdan Horowitz
2021-09-04PixelPaint: Fix broken opening of files from ShellTobias Christiansen
2021-09-04SystemMonitor: Make memory statistics dynamically formatted by sizeDavid Isaksson
2021-09-04LibGfx: Reject GIFs with ridiculously large symbolsBen Wiederhake
2021-09-04LibGfx: Elide predictable reallocations in GIF loaderBen Wiederhake
2021-09-04LibJS: Implement Intl.Locale.prototype.minimizeTimothy Flynn
2021-09-04LibUnicode: Implement the Remove Likely Subtags methodTimothy Flynn
2021-09-04LibJS: Implement Intl.Locale.prototype.maximizeTimothy Flynn
2021-09-04LibJS: Add a constructor to create an Intl.Locale object from a LocaleIDTimothy Flynn
2021-09-04LibJS: Add missing Intl.Locale initializer for plain boolean typeTimothy Flynn
2021-09-04LibUnicode: Generate an implementation of the Add Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Define is_unicode_*_subtag helpers inline in their headerTimothy Flynn
2021-09-04Utilities: Support grepping recursively from paths in the argumentKarol Kosek
2021-09-04Mandelbrot: Use the new Zoom cursorMustafa Quraish