summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-09AK+Everywhere: Fix data corruption due to code-point-to-char conversionBen Wiederhake
2022-10-09LibWeb+Base: Add grid repeat() functionalitymartinfalisse
2022-10-09Taskbar: Display an icon for removing a widgetimplicitfield
2022-10-09LibWeb: Make HostDefined and Intrinsics free functions [[nodiscard]]Andrew Kaster
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-09LibWeb: Remove the workaround "Worker Window" from WorkersAndrew Kaster
2022-10-09LibWeb: Delete WindowObjectHelper and use new generated helper insteadAndrew Kaster
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-09LibIDL: Parse extended attributes that have () wrapped expressionsAndrew Kaster
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-09LibWeb: Fix ::-webkit-progress-bar/value pseudo elementsMacDue
2022-10-08LibWeb+Base: Deal with column-spans greater than implicit gridmartinfalisse
2022-10-08LibWeb: Fix bug in maybe_add_column()martinfalisse
2022-10-08LibWeb+WebContent: Add EventLoopPlugin::quit() virtualAndreas Kling
2022-10-07LibWeb: Add initial implementation of Element.blur()Andrew Kaster
2022-10-07LibCore: Make Core::System::{send,recv}fd work on macOSGunnar Beutner
2022-10-07LibGfx: Remove unnecessary divides in MatrixFilterMacDue
2022-10-07LibWeb: Add missing `hue-rotate()` filter spec commentMacDue
2022-10-07LibWeb: Support painting the `saturate()` filter effectMacDue
2022-10-07LibGfx: Implement SaturateFilterMacDue
2022-10-07LibGfx: Add MatrixFilter and convert HueRotateFilter to be oneMacDue
2022-10-07LibWeb: Treat cross min/max sizes better in flexbox layoutAndreas Kling
2022-10-07LibUnicode: Fix Hangul syllable composition for specific casesmatcool
2022-10-07LibWeb: Floating boxes with width:auto don't have definite widthAndreas Kling
2022-10-07LibWeb: Don't insert inline nodes directly under inline-flex containerAndreas Kling
2022-10-07LibWeb: Don't hit test all child stacking contexts twiceAndreas Kling
2022-10-06LibWeb: Use DOM manipulation task source for <script> src parsing errorsLuke Wilde
2022-10-06LibJS: Use Unicode normalization within String.prototype.normalizeTimothy Flynn
2022-10-06LibUnicode: Add to-and-from string converters for NormalizationFormTimothy Flynn
2022-10-06LibWeb: Remove duplicate reference to SVGElement.cppSam Atkins
2022-10-06LibWeb: Implement DOMPoint/DOMPointReadOnly.fromPoint()Sam Atkins
2022-10-06BindingsGenerator+LibWeb: Pass a VM to static IDL-based functionsSam Atkins
2022-10-06LibWeb: Correct types in DOMPoint IDL files, and add FIXMEsSam Atkins
2022-10-06BindingsGenerator+LibIDL: Parse "inherit" attributesSam Atkins
2022-10-06HackStudio: Use a single global tooltip windowItamar
2022-10-06HackStudio: Remove adjustment of text range for documentation tooltipItamar
2022-10-06Base+LibWeb: Make sure grid positions don't cause out of boundsmartinfalisse
2022-10-06LibWeb: Clean up grid track placement shorthand parsermartinfalisse
2022-10-06Base+LibWeb: Deal with zero-positioned grid itemsmartinfalisse
2022-10-06Base+LibWeb: Stub out negative spansmartinfalisse
2022-10-06LibWeb: Factor out OccupationGrid functionsmartinfalisse
2022-10-06LibWeb: Truncate oversized grid spansmartinfalisse
2022-10-06LibWeb: Fix bug in placing row-constrained grid itemsmartinfalisse
2022-10-06LibWeb: Use span values for auto-positioned grid itemsmartinfalisse
2022-10-06LibWeb: Handle different span properties for GridTrackPlacement parsingmartinfalisse
2022-10-06LibWeb: Use ident instead of to_string in parsermartinfalisse
2022-10-06LibWeb: Fix bug in spec implementation auto_placement_cursormartinfalisse
2022-10-06LibWeb: Fix implementation bugs of grid track is_span()martinfalisse
2022-10-06LibWeb: Make it easier to check if grid track is auto positionedmartinfalisse
2022-10-06LibWeb+Base: Re-implement grid track spanmartinfalisse