summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-16LibCrypto: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibELF: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unrefBrian Gianforcaro
2021-09-16LibWeb: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16AK: Reduce the scope of fraction_string to where it's neededBrian Gianforcaro
2021-09-16AK: Use default constructor/destructor instead of declaring an empty oneBrian Gianforcaro
2021-09-16PixelPaint: Tweak layer/tool properties widget heightsMarcus Nilsson
2021-09-16PixelPaint: Don't select the same layer twice in LayerListWidgetMarcus Nilsson
2021-09-16PixelPaint: Don't update ImageEditor in set_active_layer()Marcus Nilsson
2021-09-16ThemeEditor: Save theme metrics and paths to fileKarol Kosek
2021-09-16LibGfx: Enumerate metric theme rolesKarol Kosek
2021-09-16LibGfx: Add support for enumerating by Metric and Path rolesKarol Kosek
2021-09-16Kernel: Weakly hold on to the file in LocalSocketsin-ack
2021-09-16Kernel: Drop the receive buffer when socket enters the TimeWait statesin-ack
2021-09-16LibTLS: Close the underlying socket on EOFAli Mohammad Pur
2021-09-16Ports: Add a gawk portTim Schumacher
2021-09-16LibC: Implement mbsinit and mbrtowcTim Schumacher
2021-09-16LibC: Implement btowc()Tim Schumacher
2021-09-16LibC: Stub out a bunch of wchar functionsTim Schumacher
2021-09-16LibC: Define ptrdiff_t limitsTim Schumacher
2021-09-16LibC: Provide a dummy mbstate_t in wchar.hTim Schumacher
2021-09-16LibC: Implement CODESET for langinfoTim Schumacher
2021-09-16LibJS: Convert PlainMonthDay AOs to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert PlainTime AOs to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert PlainYearMonth AOs to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert TimeZone AOs to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Change GetISOPartsFromEpoch's return type to ISODateTimeIdan Horowitz
2021-09-16LibJS: Convert ZonedDateTime AOs to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOrIdan Horowitz
2021-09-16Revert "LibTLS: Close the underlying socket on EOF"Brian Gianforcaro
2021-09-16LibJS: Fix Clang Toolchain CI buildBrian Gianforcaro
2021-09-16LibWeb: Don't dump full data URLs in ResourceLoader loggingAndreas Kling
2021-09-16LibWeb: Add fast_is<HTMLTemplateElement>()Andreas Kling
2021-09-16LibWeb: Move Attribute into the DOM namespaceAndreas Kling
2021-09-15LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in get_function_realm()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in species_constructor()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in create_list_from_array_like()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in require_object_coercible()Linus Groh
2021-09-15LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> templateLinus Groh
2021-09-15AK: Rename the local variable in the TRY() macro to avoid name clashesLinus Groh
2021-09-15LibTLS: Increase the maximum socket read size to 4MiBAli Mohammad Pur
2021-09-15LibTLS: Close the underlying socket on EOFAli Mohammad Pur
2021-09-15LibWeb: Avoid setting definite {width,height} when "auto" is specifiedTobias Christiansen
2021-09-15LibWeb: Flexbox: Somewhat suppport "align-items"Tobias Christiansen
2021-09-15LibWeb: Flexbox: Make step 11 of the layout algorithm more align awareTobias Christiansen
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-09-15Meta: Make QtCreator aware of all CMake filesBen Wiederhake
2021-09-15Kernel: Use move semantics in sys$sendfd()Andreas Kling
2021-09-15LibWeb: Support "c" and "C" curves in SVG <path> dataAndreas Kling