summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-06LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocketAndreas Kling
2022-10-06LibIPC: Remove platform-specific #ifdefs around FD passing in ConnectionAndreas Kling
2022-10-06LibWebView: Add abstract virtual base for WebView implementationsAndreas Kling
2022-10-06LibCore: Implement LocalSocket send_fd() and receive_fd() on LinuxAndreas Kling
2022-10-06LibIPC: Allow giving Connection a separate socket for FD passingAndreas Kling
2022-10-05LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-countedLinus Groh
2022-10-05LibWeb: Add missing Request::policy_container() getter and setterLinus Groh
2022-10-05LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointerLinus Groh
2022-10-05LibWeb: Add missing link to Fetch::Infrastructure::Response memberLinus Groh
2022-10-05LibWeb: Add missing links to Fetch::Infrastructure::Request membersLinus Groh
2022-10-05LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/hLinus Groh
2022-10-05LibWeb: Move unsafe_shared_current_time() to HighResolutionTimeLinus Groh
2022-10-05LibWeb: Implement 'coarsened shared current time'Linus Groh
2022-10-05LibWeb: Add DOMHighResTimeStamp typedefLinus Groh
2022-10-05LibWeb: Pass status code to ResourceLoader error callback when availableLinus Groh
2022-10-05LibWeb: Prepare to run callback in host_enqueue_promise_job()Linus Groh
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-04LibGfx: Remove a workaround for clang before 11Nico Weber
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-10-04LibWeb: Add FileList from the FileAPI specAndrew Kaster
2022-10-04LibWeb: Implement a simple version of Element.scrollIntoView()Andreas 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-04LibGUI: Shade Weekends in a slightly different background colorTobias Christiansen
2022-10-04LibGUI: Teach Calendar about the new Config ItemsTobias 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-03LibWeb: Bring CSS tokenization preprocessing closer to specSam Atkins
2022-10-03LibWeb: Use the term "ident sequence" instead of "name"Sam Atkins
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-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