summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-20LibJS: Re-implement String.localeCompare using the StringCompare AOIdan Horowitz
2022-02-20LibJS: Implement get Intl.Collator.prototype.compareIdan Horowitz
2022-02-20LibJS: Add an initial implementation of Collator Compare FunctionsIdan Horowitz
2022-02-20LibJS: Capture values as handles in Promise.prototype.finally callbacksLinus Groh
2022-02-20LibJS: Use new NativeFunction::create() in most placesLinus Groh
2022-02-20LibJS: Add NativeFunction::create() overload for CreateBuiltinFunctionLinus Groh
2022-02-20LibJS: Add [[InitialName]] and use it in Function.prototype.toString()Linus Groh
2022-02-20Spreadsheet: Remove Debug Statementu9g
2022-02-20LibAudio: Simplify empty Audio::Buffer state to be truly emptyAndrew Kaster
2022-02-20LibJS: Remove unused FunctionNode::set_name()Linus Groh
2022-02-20LibJS: Remove unused BoundFunction.h include from FunctionObject.cppLinus Groh
2022-02-20HexEditor: Add support for handling PageUp and PageDown key eventsLiav A
2022-02-20HexEditor: Reduce code duplication when handling key down eventsLiav A
2022-02-20Spreadsheet: Use the system-wide unsaved changes dialogKarol Kosek
2022-02-20HexEditor: Use the system-wide unsaved changes dialogKarol Kosek
2022-02-20Playground: Show last saved time when asked about unsaved changesKarol Kosek
2022-02-20LibRegex: Make codegen+optimisation for alternatives much fasterAli Mohammad Pur
2022-02-20LibRegex: Make parse_disjunction() consume all disjunctions in one frameAli Mohammad Pur
2022-02-20LibRegex: Allow quantifiers after quantifiable assertionsAli Mohammad Pur
2022-02-20LibWeb: Make i, em, address, cite, dfn and var elements italicKarol Kosek
2022-02-20LibWeb+Base: Parse font-style CSS propertyKarol Kosek
2022-02-20LibWeb: Handle markers when reconstructing active formatting elements Luke Wilde
2022-02-20LibWeb: Add default padding around contents of text <input> elementsKenneth Myhra
2022-02-20LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandlerKenneth Myhra
2022-02-20LibWeb: Add support for navigating text <input> with End keyKenneth Myhra
2022-02-20LibWeb: Add support for navigating text <input> with Home keyKenneth Myhra
2022-02-20HexEditor: Display dirty close icon when the file is changedKarol Kosek
2022-02-19ls: Add option -1 which lists one file per lineAnton Kling
2022-02-20LibWeb: Add support for the options variant of {add,remove}EventListenerLuke Wilde
2022-02-19LibJS: Trim all types of whitespace characters before parsing numbersIdan Horowitz
2022-02-19LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as ConfigurableIdan Horowitz
2022-02-20LibC: Do not write value when scanf assignment value is suppressedPeter Ross
2022-02-20LibC: Do not include suppressed assignments in scanf return valuePeter Ross
2022-02-19LibGfx: Fix JPG decoding bug on rare grayscale imagesMichiel Visser
2022-02-19LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromStringLuke Wilde
2022-02-19killall: Port to LibMain and LibCoreZack Penn
2022-02-19paste: Port to LibMain and LibCoreZack Penn
2022-02-19LibWeb: Implement `@supports selector(.foo)`Sam Atkins
2022-02-19LibJS: Do not create a prototype property on AsyncFunction instancesIdan Horowitz
2022-02-19LibJS: Initialize {Async,}{Generator,}Function constructors properlyIdan Horowitz
2022-02-19LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructorIdan Horowitz
2022-02-19LibWeb: Hack BFC to always remember to handle position:absolute elementsAndreas Kling
2022-02-19LibWeb: Add Layout::Node::debug_description()Andreas Kling
2022-02-19LibWeb: Share QualifiedName data between identical instancesAndreas Kling
2022-02-19LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizerAndreas Kling
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-19LibWeb: Move QualifiedName.h into LibWeb/DOM/Andreas Kling
2022-02-19LibWeb: Shrink DOM::EventTarget by 80 bytesAndreas Kling
2022-02-19LibWeb: Cache and reuse some very common StyleValue objectsAndreas Kling
2022-02-19LibWeb: Turn StyleProperties::m_property_values into an ArrayAndreas Kling