summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18LibJS: Remove accidentally duplicated [[RoundingType]] enumerationTimothy Flynn
2022-07-18LibWeb: Update incorrect Fetch namespacesLinus Groh
2022-07-18LibWeb: Add Blob to Fetch's Body::SourceType variantLinus Groh
2022-07-18LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequestLinus Groh
2022-07-17LibWeb: Add & use TRY_OR_RETURN_OOM macroLinus Groh
2022-07-17Base: Add simple gradients test pageMacDue
2022-07-17LibGfx: Fix direction of vertical gradientsMacDue
2022-07-17LibGfx: Support alpha blending on gradientsMacDue
2022-07-17LibWeb: Support painting simple linear-gradientsMacDue
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-17Meta: Teach GenerateCSSPropertyID about linear-gradientsMacDue
2022-07-17LibWeb: Parse the linear-gradient() CSS functionMacDue
2022-07-17LibWeb: Add LinearGradientStyleValueMacDue
2022-07-17LibWeb: Add serialize_a_srgb_value()MacDue
2022-07-17LibWeb: Fix queuing mutation records for node removalLuke Wilde
2022-07-17LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValuesAndreas Kling
2022-07-17LibWeb: Rename FormattingState to LayoutStateAndreas Kling
2022-07-17LibWeb: Implement basic stretch alignment for `flex-wrap: wrap`Andreas Kling
2022-07-17LibWeb: Update flex container intrinsic size algorithm to draft specAndreas Kling
2022-07-17LibWeb: Paper over a VERIFY() crash in ResourceLoader for nowAndreas Kling
2022-07-17Calculator: Set button colors from system paletteKarol Kosek
2022-07-17PixelPaint: Export images using the editor title as a default basenameKarol Kosek
2022-07-17Shell: Add the |& construct for piping stderr along with stdoutsin-ack
2022-07-17LibLine: Ignore empty spans when stylizingsin-ack
2022-07-17LibWeb: Avoid needless copies during Blob constructionLinus Groh
2022-07-17LibWeb: Add support for XHR response type BlobKenneth Myhra
2022-07-17LibWeb: Introduce BlobKenneth Myhra
2022-07-17LibWeb/IDL: Add support for generating IDL BufferSource typeKenneth Myhra
2022-07-17LibWeb/IDL: Add support for optional long longKenneth Myhra
2022-07-16Ports/opfor: Update to 2022.07.14Tim Schumacher
2022-07-16Ports/halflife: Update to 2022.07.14Tim Schumacher
2022-07-16Ports/xash3d-fwgs: Update to 2022.07.14Tim Schumacher
2022-07-16Ports/SDL2: Update for the recent `StringView` changesTim Schumacher
2022-07-16LibWeb: Add definitions from '2.2.6. Responses' in the Fetch specLinus Groh
2022-07-16Toolchain: Update mold to 1.3.1Tim Schumacher
2022-07-15LibJS: Update spec numbers from the array-find-from-last proposal mergeTimothy Flynn
2022-07-15LibJS: Sort TypedArray.prototype methods in spec orderTimothy Flynn
2022-07-15LibJS: Sort Array.prototype methods in spec orderTimothy Flynn
2022-07-15LibWeb: Add definitions from '2.2.5 Requests' in the Fetch specLinus Groh
2022-07-15LibWeb: Add a couple of missing includes to Fetch's Headers.hLinus Groh
2022-07-15LibWeb: Mark Origin::serialize() as constLinus Groh
2022-07-15LibWeb: Remove weird is_undefined_or_auto() helper in FFCAndreas Kling
2022-07-15LibWeb: Update flex line "remaining free space" when finishedAndreas Kling
2022-07-15LibGUI: Apply more padding to text on tabsnetworkException
2022-07-15Kernel: Add some inline capacity to find_regions_intersectingHendiadyoin1
2022-07-15Kernel: Try to set [cm]time in Inode::did_modify_contentsHendiadyoin1
2022-07-15Kernel: Handle multiple regions in sys$msyncHendiadyoin1
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-07-15Kernel: Use find_last_split_view to get the executable name in do_execHendiadyoin1
2022-07-15AK: Add a helper to get the last split-groupHendiadyoin1