summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-03LibWasm: Use String::join in Printer where apropriateHendiadyoin1
2022-10-03LibWasm: Use TRY in Module::parseHendiadyoin1
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-03LibWeb: It's AK_OS_MACOS, not AK_OS_MACAndreas Kling
2022-10-02LibJS: Capture promise capability in new_promise_capability() executorLinus Groh
2022-10-02LibJS: Make PromiseCapability GC-allocatedLinus Groh
2022-10-02LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)Linus Groh
2022-10-02LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructorsLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-10-02LibJS: Update outdated PROMISE_DEBUG loggingLinus Groh
2022-10-02LibJS: Remove two outdated forward declarationsLinus Groh
2022-10-02LibWeb: Fix string whitespace splitting mistakeMacDue
2022-10-02mount: Report error instead of crashing on failureLucas CHOLLET
2022-10-02test: Support more optionsimplicitfield
2022-10-02test: Print the correct operator on errorimplicitfield
2022-10-02LibWeb: Move strip_and_collapse_whitespace() to Infra/Linus Groh
2022-10-02LibWeb: Replace incorrect uses of split_view() for whitespace splittingLinus Groh
2022-10-02LibWeb: Replace incorrect uses of String::trim_whitespace()Linus Groh
2022-10-02LibWeb: Replace incorrect uses of AK::is_ascii_space()Linus Groh