summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-06-26Spreadsheet: Prevent OOB access to text editor bufferAli Mohammad Pur
2022-06-26Base+Browser+BrowserSettings: Add default page for new tabXexxa
2022-06-26Browser+BrowserSettings: Add preference for new tabXexxa
2022-06-26LibGfx: Increase cache-friendliness in FastBoxBlurFilterLenny Maiorani
2022-06-26LibWeb: Fix parsing of background-size: contain/coverMacDue
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-06-26LibJS: Rename filepath to filename in module related codeLinus Groh
2022-06-26LibJS: Replace enumeration macro in typed_array_species_create()Linus Groh
2022-06-26LibJS: Store fn pointer to its intrinsic constructor on TypedArrayBaseLinus Groh
2022-06-25LibC: Implement the getsubopt functionLiav A
2022-06-24Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling itAli Mohammad Pur
2022-06-24LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnitLinus Groh
2022-06-24LibJS: Refactor common option reading into the GetDifferenceSettings AOLinus Groh
2022-06-24LibJS: Mark CreateTemporalDate in AddDateTime as infallibleLinus Groh
2022-06-24LibJS: Mark CreateTemporalDate in ToRelativeTemporalObject as fallibleLinus Groh
2022-06-24LibJS: Mark some calls of CreateTemporalDate as infallibleLinus Groh
2022-06-24LibJS: Mark PlainTime.prototype.round's CreateTemporalTime infallibleLinus Groh
2022-06-24LibJS: Assert RoundISODateTime is called with values within the limitsLinus Groh
2022-06-24LibJS: Assert AddTime is called with a valid timeLinus Groh
2022-06-24LibJS: Add Number conversion in PrepareTemporalFieldsLinus Groh
2022-06-24LibJS: Add Number conversion in ZonedDateTime.prototype.getISOFields()Linus Groh
2022-06-24LibJS: Add Number conversion in AddDu/ToOrSubtractDu/FromPlainYearMonthLinus Groh
2022-06-24LibJS: Add conversion to mathematical number in ToTemporalTimeRecordLinus Groh
2022-06-24LibJS: Check for invalid epoch ns in DisambiguatePossibleInstantsLinus Groh
2022-06-24LibJS: Check for invalid epoch nanoseconds in NanosecondsToDaysLinus Groh
2022-06-24LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffsetLinus Groh
2022-06-24LibJS: Check for invalid epoch nanoseconds in getPossibleInstantsFor()Linus Groh
2022-06-24LibJS: Remove duplicate steps for offset-only time zonesLinus Groh
2022-06-24LibJS: Remove check for Instant range before subtracting UTC offsetLinus Groh
2022-06-24LibJS: Remove unnecessary modulo operation in GetISOPartsFromEpochLinus Groh
2022-06-24LibJS: Use ToTemporalDuration in AddDu/ToOrSubtractDu/FromPlainYearMonthLinus Groh
2022-06-24LibELF: Warn on self-dlopening libraries while initializingTim Schumacher
2022-06-24LibELF: Check if initializers ran instead of trusting s_global_objectsTim Schumacher
2022-06-23AudioServer: Reduce hardware audio buffer to 512 sampleskleines Filmröllchen
2022-06-23AudioServer: Make hardware write buffer size flexiblekleines Filmröllchen
2022-06-23AudioServer: Explicitly cast between numeric types in the mixerkleines Filmröllchen
2022-06-23LibAudio: Add spec comments to the FlacLoaderkleines Filmröllchen
2022-06-23LibWeb: Fix unsafe capture of ref-to-local when setting up load timeoutAndreas Kling
2022-06-23LibWeb/CSS: Check for NULL block statement when parsing font-face ruleCodeforEvolution
2022-06-23LibGfx: Slap an -O3 optimization #pragma on FastBoxBlurFilterMacDue
2022-06-23LibGfx: Avoid AK::Function indirection in FastBoxBlurFilter + flatten itMacDue
2022-06-23LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()MacDue
2022-06-23LibWeb: Support using a border-radius with a box-shadowMacDue
2022-06-23LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipperMacDue
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-06-23LibC: Implement `wcsftime` using a makeshift solutionTim Schumacher
2022-06-23LibJS: Implement stage 3 proposal FinalizationRegistry changesIdan Horowitz
2022-06-23LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz