summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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