summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-04BindingsGenerator: Allow the word "inline" in IDL identifiersAndreas Kling
2022-10-04LibWeb: Let FFC parent context "handle" sizing of child FFC containerAndreas Kling
2022-10-04LibWeb: Store HTML tag name token data as FlyString while parsingAndreas Kling
2022-10-04LibWeb: Avoid a bunch of unnecessary copying in CSS::ComputedValuesAndreas Kling
2022-10-04LibWeb: Remove redundant JS::Value() calls in XMLHttpRequest::response()Linus Groh
2022-10-04LibWeb: Use Infra AO for JSON parsing in XMLHttpRequest::response()Linus Groh
2022-10-04LibWeb: Run 'UTF-8 decode' in parse_json_bytes_to_javascript_value()Linus Groh
2022-10-04LibWeb: Fix ReadableStream's WEB_PLATFORM_OBJECT() class nameLinus Groh
2022-10-04Applications: Use title-case for group box titles in settingsTimothy Flynn
2022-10-04BrowserSettings: Remove overly verbose dbgln statementTimothy Flynn
2022-10-04LibGUI: Shade Weekends in a slightly different background colorTobias Christiansen
2022-10-04LibGUI: Teach Calendar about the new Config ItemsTobias Christiansen
2022-10-04CalendarSettings: Add Weekend-specific settingsTobias Christiansen
2022-10-04LibWeb: Identify as "Ladybird" instead of "Browser"Andreas Kling
2022-10-04LibWeb: Only calculate intrinsic size in the desired flex axisAndreas Kling
2022-10-04LibWeb: Recreate flex lines before calculating intrinsic cross sizeAndreas Kling
2022-10-04LibWeb: Pack flex container from opposite end in *-reverse directionsAndreas Kling
2022-10-03LibWeb: Make intrinsic heights dependent on available widthAndreas Kling
2022-10-03LibWeb: Add missing null check while dispatching mouseenter eventsAndreas Kling
2022-10-03LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()Andreas Kling
2022-10-03LibC: Remove stubbed out xattr.h and xattr.cppKenneth Myhra
2022-10-03Ports/glib: Do not flag support for extended attributes (xattr)Kenneth Myhra
2022-10-03Ports/glib: Update GLib to version 2.74.0Kenneth Myhra
2022-10-03Lagom: Change dl to ${CMAKE_DL_LIBS} for portabilityvl-ms
2022-10-03Calculator: Add a Shrinking actionLucas CHOLLET
2022-10-03Calculator: Add a "Custom" entry to the rounding menuLucas CHOLLET
2022-10-03Calculator: Add a Rounding menuLucas CHOLLET
2022-10-03LibWeb: Bring CSS tokenization preprocessing closer to specSam Atkins
2022-10-03LibWeb: Use the term "ident sequence" instead of "name"Sam Atkins
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03LibWeb: Implement HTMLImageElement.completeAndreas Kling
2022-10-03LibWeb: Dispatch mouseenter and mouseleave events when requiredAndreas Kling
2022-10-03LibWeb: Don't add half-leading twice to inline block boxesAndreas Kling
2022-10-03Lagom: Work around gcc codegen bugNico Weber
2022-10-03LibWasm: Use String::join in Printer where apropriateHendiadyoin1
2022-10-03LibWasm: Use TRY in Module::parseHendiadyoin1
2022-10-03Kernel: Do not require 'proc' promise in getsid() and getpgid()Timothy Flynn
2022-10-03Meta: Make x86-64 target the defaultLiav A
2022-10-03Kernel/Storage: Remove the ramdisk implementationLiav A
2022-10-03Documentation: Change references to uid based sockets to sidsPeter Elliott
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-03Utilities/logout: Refactor to use Core::SessionManagement::logoutPeter Elliott
2022-10-03LibCore: Create Core::SessionManagement for session managementPeter Elliott
2022-10-03LibCore: Make usernames optional in ProcessStatisticsReaderPeter Elliott
2022-10-03LibCore: Add Core::System wrapper for getsid()Peter Elliott
2022-10-03Toolchain: Update BuildMold to mold 1.5.1 and use CMakeAndrew Kaster
2022-10-03Ports/mold: Update to 1.5.1 and use CMake instead of MakefileAndrew Kaster
2022-10-03Meta: Force -machine pc-i440fx-7.0 when using QEMU >= 7.1Andrew Kaster
2022-10-03LibWeb: It's AK_OS_MACOS, not AK_OS_MACAndreas Kling