summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06LibC: Stop leaking FILE in `getpwuid` and `getpwnam`Tim Schumacher
2022-07-06LibC: Don't clear static storage during `endpwent`Tim Schumacher
2022-07-06LibC: Don't clear static storage during `endgrent`Tim Schumacher
2022-07-06LibWeb: Cache flex item main sizes to avoid relayout during same cycleAndreas Kling
2022-07-05LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguousLinus Groh
2022-07-05LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegativeLinus Groh
2022-07-05LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousLinus Groh
2022-07-05LibJS: Simplify TimeZoneNumericUTCOffsetNotAmbiguousLinus Groh
2022-07-05LibJS: Consistently check Temporal overflow optionsLinus Groh
2022-07-05LibJS: Remove unnecessary checks for undefined before ToPositiveIntegerLinus Groh
2022-07-05Docs: FAQ: Improve grammar in 2 paragraphsJonta
2022-07-05LibWeb: Trigger a relayout after setting Element.innerHTMLItamar
2022-07-05LibGUI: Don't ignore invisible widgets during layout changesthankyouverycool
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-07-05Tests: Add tests for inheriting signal handlersTim Schumacher
2022-07-05Kernel: Copy signal handlers when forkingTim Schumacher
2022-07-05Kernel: Do a POSIX-correct signal handler reset on execTim Schumacher
2022-07-05WebContent: Invalidate document style when changing the page's paletteLuke Wilde
2022-07-05Browser+WebContent: Fix inspecting non-visible nodesMacDue
2022-07-05LibELF: Take TLS segment alignment into account in DynamicLoaderIdan Horowitz
2022-07-05AK: Add an align_down_to power of two helperIdan Horowitz
2022-07-05LibRegex: Use the correct values for comparing LUT entriesAli Mohammad Pur
2022-07-05LibRegex: Use proper CharRange constructor instead of bit_castingAli Mohammad Pur
2022-07-05LibArchive: Guard against major() and minor() macros from old glibcAndrew Kaster
2022-07-05LibGfx: Always truncate glyph coordinates in Painter::draw_text_run()Andreas Kling
2022-07-04LibRegex: Fully interpret the Compare Op when looking for overlapsAli Mohammad Pur
2022-07-04Base: Example of border-radius on iframe and canvas elementsMacDue
2022-07-04Base: Add some border-radius + overflow: hidden HTML examplesMacDue
2022-07-04Base: Move fun canvas demo JavaScript to seperate fileMacDue
2022-07-04LibWeb: Support adding a border-radius to <iframe> elementsMacDue
2022-07-04LibWeb: Support adding a border-radius to <canvas> elementsMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for image paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for shadow paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for background paintingMacDue
2022-07-04LibWeb: Add ScopedCornerRadiusClipMacDue
2022-07-04LibWeb: Support overflow: hidden with a border-radiusMacDue
2022-07-04LibWeb: Use padding box for clipping overflowMacDue
2022-07-04LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipperMacDue
2022-07-04LibWeb: Always apply min/max cross size constraints to flex itemsAndreas Kling
2022-07-04LibWeb: Simplify some WeakPtr assignmentsAndreas Kling
2022-07-04LibJS: Explicitly instantiate Parser::parse_function_nodeDaniel Bertalan
2022-07-04LibHTTP: Include JsonObject.h in Job.cppDaniel Bertalan
2022-07-04Tests: Move sprintf test from AK/ to LibC/Daniel Bertalan
2022-07-04Lagom: Do not set -fno-semantic-interposition on macOSDaniel Bertalan
2022-07-04LibJS/Tests: Disable one Array.prototype.toSpliced test for nowLinus Groh
2022-07-04Docs: Add kleines Filmröllchen's YouTube-channelJonta
2022-07-04LibWeb: Use lowercase type selectors to match against html elementsnetworkException
2022-07-04LibWeb: Add the type field to DOM::DocumentnetworkException
2022-07-04LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclarationnetworkException
2022-07-04Shell: Immediately resolve value when setting a variableAli Mohammad Pur