summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-20LibWeb: Add support for dictionary types to union typesLuke Wilde
2022-02-20LibWeb: Add dictionary types to idl_type_name_to_cpp_typeLuke Wilde
2022-02-20LibWeb: Add support for optional, non-nullable wrapper typesLuke Wilde
2022-02-20LibWeb: Don't perform ToObject when converting values to wrapper typesLuke 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-19Toolchain: Set CMAKE_NM for Clang and GNU toolchain filesAndrew Kaster
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-19Documentation: Add texinfo as a dependency for FedoraisakBSD
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-19AK: Add fast path in String::trim() and String::trim_whitespace()Andreas Kling
2022-02-19LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizerAndreas Kling
2022-02-19AK: Make CaseInsensitiveStringTraits allocation-freeAndreas 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
2022-02-19Kernel: Increase i8042 IO attempt counts, againLinus Groh
2022-02-19Kernel: Only do i8042 existence check via probing as a fallbackLinus Groh
2022-02-19Meta: Use correct variable for checking if the mold linker is usedDaniel Bertalan
2022-02-19Base: Add some Supplemental Arrows C to KaticaRegular/Bold 10Maciej
2022-02-19Meta: Explicitly set number of available inodes for genext2fsGunnar Beutner
2022-02-19AK: Don't use x86 assembly when building for non-x86 targetsGunnar Beutner
2022-02-19LibWeb: Inspector content_size tooltip in document viewVrins
2022-02-19Documentation: Add Userland/ to qtcreator include pathDebdut Chakraborty
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
2022-02-19LibGUI: Guard against use-after-free in Clipboard::the()Itamar
2022-02-19HackStudio: Don't store a global RefPtr to the HackStudioWidgetItamar
2022-02-19Kernel: Fixed argument passing for profiling_enable syscallJakub Berkop
2022-02-19Meta: Make `serenity.sh gdb` work with the Clang toolchainDaniel Bertalan
2022-02-19Filemanager: Only enable rename if availableSimon Danner
2022-02-19Shell: Use an opaque default color for BarewordLiteralkperdlich
2022-02-19LibWeb: Return current document URL if form action missing or emptyAdam Plumb
2022-02-19LibWeb: Refresh text-<input> contents when pressing backspace or deleteKenneth Myhra
2022-02-19gml-format: Exit with non-0 exit code when the file formatting changesIdan Horowitz
2022-02-18Core: Remove non-existent classes from `Forward.h`James Puleo
2022-02-18LibJS: Ensure we only call toString on computed properties onceAnonymous
2022-02-18LibJS: Unify exponentiation logic for ** operator and Math.powAnonymous