summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-30LibJS: Support IANA legacy names in the Temporal ISO 8601 grammarLinus Groh
2022-07-30LibJS: Disallow out-of-range return from previous / next transitionLinus Groh
2022-07-29LibWeb: Extract the InnerHTML IDL mixinSam Atkins
2022-07-29LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixinSam Atkins
2022-07-29LibWeb: Extract the LinkStyle IDL mixinSam Atkins
2022-07-29LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixinSam Atkins
2022-07-29LibWeb: Extract the ParentNode IDL mixinSam Atkins
2022-07-29LibWeb: Correct typo in Document.idlSam Atkins
2022-07-29LibWeb: Extract the ChildNode IDL mixinSam Atkins
2022-07-28Utilities/lsusb: Allow the utility to work without existing USB IDs fileLiav A
2022-07-27grep: Fix out of bounds StringView indexingMacDue
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-27LibCore: Implement four-digit modes for `FilePermissionsMask` parsingTim Schumacher
2022-07-27LibCore: Implement the 'X' modifier into `FilePermissionMask`Tim Schumacher
2022-07-27LibJS: Remove %TypedArray%.prototype.toSplicedTimothy Flynn
2022-07-27LibJS: Update Array.prototype.sort comments to align with implementationTimothy Flynn
2022-07-27LaunchServer: Let open_file_url use app defaultsdemostanis
2022-07-27LaunchServer+LibDesktop: Open from mime typedemostanis
2022-07-27LibWeb: Make :enabled and :disabled selector handling more idiomaticAndreas Kling
2022-07-27LibWeb: Add fast_is<HTMLElement>()Andreas Kling
2022-07-27LibWeb: Add fast_is<HTMLBaseElement>()Andreas Kling
2022-07-27LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete TSam Atkins
2022-07-27LibWeb: Resolve calc() FooPercentages that only contained percentagesSam Atkins
2022-07-27LibWeb: Add missing Formatters for CSS dimension typesSam Atkins
2022-07-27less: Fix out of bounds StringView indexingMacDue
2022-07-27WindowServer: Ensure windows are wide enough to show title buttons :^)Sam Atkins
2022-07-27Browser: Give BookmarksBarWidget a minimum sizeSam Atkins
2022-07-26LibAudio: Seek to the first frame on reset in FLACKarol Kosek
2022-07-26LibAudio: Read FLAC Metadata blocks larger than the buffer sizeKarol Kosek
2022-07-26LibWeb: Shrink the inner border radii to accommodate the border widthsMacDue
2022-07-26LibWeb: Introduce the File interface from the FileAPI specKenneth Myhra
2022-07-26LibWeb: Add missing spec links to the Blob interfaceKenneth Myhra
2022-07-26LibWeb: Fix const issue on type() accessor for the Blob interfaceKenneth Myhra
2022-07-26LibWeb: Make process_blob_parts() publicly accessibleKenneth Myhra
2022-07-26LibWeb: Add public get accessor function for Blob's internal ByteBufferKenneth Myhra
2022-07-26LibJS: Allow out-of-order plural ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order number ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order date ranges to be formattedTimothy Flynn
2022-07-26LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-undergbowser3@gmail.com
2022-07-26LibWeb: Make automatic heights for abspos non-replaced behave betterAndreas Kling
2022-07-26LibWeb: Remove FFC helpers is_{main,cross}_axis_margin_first_auto()Andreas Kling
2022-07-26LibWeb: Don't treat calc() in used flex basis as definite for nowAndreas Kling
2022-07-26LibWeb: Make two passes in FFC where to support percentage min/max sizesAndreas Kling
2022-07-26LibWeb: Improve min/max content contribution calculations for flex itemsAndreas Kling
2022-07-26LibWeb: Clamp flex items to min/max main size during intrinsic sizingAndreas Kling
2022-07-26LibWeb: Simplify flex container main size determinationAndreas Kling
2022-07-26LibWeb: Add FFC helpers for getting the computed main/cross size of boxAndreas Kling
2022-07-26LibWeb: Move get_pixel_{width,height} helpers into FFC classAndreas Kling
2022-07-26LibWeb: Mark flex item cross sizes as definite when spec asks us toAndreas Kling
2022-07-26LibWeb: Avoid some unnecessary inside layouts during intrinsic sizingAndreas Kling