summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-10LibWeb: Fix bogus percentage vertical padding with box-sizing:border-boxAndreas Kling
2023-03-10LibWeb: Simplify FFC get_pixel_{width,height} internal helper APIAndreas Kling
2023-03-10LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex itemsAndreas Kling
2023-03-10LibWeb: Use equals_ignoring_ascii_case() in infra helperAndreas Kling
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-10Kernel: Use RefPtr instead of LockRefPtr for File and subclassesAndreas Kling
2023-03-10Base+Userland: Add support for QOA files everywherekleines Filmröllchen
2023-03-10Meta/Lagom: Add a fuzzer for QOAkleines Filmröllchen
2023-03-10LibAudio: Implement the Quite Okay Audio formatkleines Filmröllchen
2023-03-10LibAudio: Replace Result with ErrorOrkleines Filmröllchen
2023-03-10AK: Add constexpr floor and roundkleines Filmröllchen
2023-03-10Base: Replace office.png icon with BSD licensed oneJohannes Fritz
2023-03-10Documentation: Reorganize Lagom README and update fuzzer documentationAndrew Kaster
2023-03-09LibWeb: Use shadow_root_internal() when building <input> UA shadow DOMAndreas Kling
2023-03-09LibWeb: Avoid an unnecessary vector copy when generating flex itemsAndreas Kling
2023-03-09LibWeb: Remove FFC hack where we assign flex item box dimensions twiceAndreas Kling
2023-03-09LibWeb: Make CSS rule cache smarter about pseudo elementsAndreas Kling
2023-03-09LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()Andreas Kling
2023-03-09LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContextAndreas Kling
2023-03-09LibWeb: Always include shadow roots in DOM debug dumpsAndreas Kling
2023-03-09AK: Make FlyString::hash() use the cached hash in StringData if possibleAndreas Kling
2023-03-09Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>Andreas Kling
2023-03-09AK: Replace C-style castsSam Atkins
2023-03-09Applets/Keymap: Repaint applet on keymap changeLucas CHOLLET
2023-03-09PixelPaint: Add list of recently opened files to the file menuTim Ledbetter
2023-03-09PixelPaint: Propagate errors from menu initializationTim Ledbetter
2023-03-09LibTest: Add option to run each benchmark several timesDan Klishch
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09CrashReporter: Handle backtrace OOM errorsLinus Groh
2023-03-09LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request()Linus Groh
2023-03-09LibHTTP: Propagate OOM errors from HttpRequest::to_raw_request()Linus Groh
2023-03-09LibIMAP: Propagate OOM errors from decode_quoted_printable()Linus Groh
2023-03-09WebServer: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09LibGL: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09TelnetServer: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09LibWeb: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09LibCore: Use fallible versions of StringBuilder::append in MimeDataKarol Baraniecki
2023-03-09LibCore: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09BrowserSettings: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09AK: Introduce a fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-09Base: Give CMakeCache.txt files a CMake iconSam Atkins
2023-03-09Ports: Add hexedit portSeal Sealy
2023-03-09LibGUI: Use the global setting to show dotfiles in `FilePicker`Lucas CHOLLET
2023-03-09LibGUI: Add "New Directory" to the contextual menu in `FilePicker`Lucas CHOLLET
2023-03-08Ladybird: Send window size and position to WebContent processAliaksandr Kalenik
2023-03-08HackStudio: Store correct address in ClassViewModel's ModelIndicesSam Atkins
2023-03-08AK+LibUnicode: Implement String::equals_ignoring_case without allocatingTimothy Flynn
2023-03-08AK: Add a Utf32View::substring_view overload to take only an offsetTimothy Flynn
2023-03-08Base: Use string interpolation for all log outputs in formdata.htmlKenneth Myhra