index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-06-26
Spreadsheet: Prevent OOB access to text editor buffer
Ali Mohammad Pur
2022-06-26
Base+Browser+BrowserSettings: Add default page for new tab
Xexxa
2022-06-26
Browser+BrowserSettings: Add preference for new tab
Xexxa
2022-06-26
LibGfx: Increase cache-friendliness in FastBoxBlurFilter
Lenny Maiorani
2022-06-26
LibWeb: Fix parsing of background-size: contain/cover
MacDue
2022-06-26
LibJS: Infer file extensions when resolving module paths
Linus Groh
2022-06-26
LibJS: Rename filepath to filename in module related code
Linus Groh
2022-06-26
LibJS: Replace enumeration macro in typed_array_species_create()
Linus Groh
2022-06-26
LibJS: Store fn pointer to its intrinsic constructor on TypedArrayBase
Linus Groh
2022-06-25
LibC: Implement the getsubopt function
Liav A
2022-06-24
Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it
Ali Mohammad Pur
2022-06-24
LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit
Linus Groh
2022-06-24
LibJS: Refactor common option reading into the GetDifferenceSettings AO
Linus Groh
2022-06-24
LibJS: Mark CreateTemporalDate in AddDateTime as infallible
Linus Groh
2022-06-24
LibJS: Mark CreateTemporalDate in ToRelativeTemporalObject as fallible
Linus Groh
2022-06-24
LibJS: Mark some calls of CreateTemporalDate as infallible
Linus Groh
2022-06-24
LibJS: Mark PlainTime.prototype.round's CreateTemporalTime infallible
Linus Groh
2022-06-24
LibJS: Assert RoundISODateTime is called with values within the limits
Linus Groh
2022-06-24
LibJS: Assert AddTime is called with a valid time
Linus Groh
2022-06-24
LibJS: Add Number conversion in PrepareTemporalFields
Linus Groh
2022-06-24
LibJS: Add Number conversion in ZonedDateTime.prototype.getISOFields()
Linus Groh
2022-06-24
LibJS: Add Number conversion in AddDu/ToOrSubtractDu/FromPlainYearMonth
Linus Groh
2022-06-24
LibJS: Add conversion to mathematical number in ToTemporalTimeRecord
Linus Groh
2022-06-24
LibJS: Check for invalid epoch ns in DisambiguatePossibleInstants
Linus Groh
2022-06-24
LibJS: Check for invalid epoch nanoseconds in NanosecondsToDays
Linus Groh
2022-06-24
LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffset
Linus Groh
2022-06-24
LibJS: Check for invalid epoch nanoseconds in getPossibleInstantsFor()
Linus Groh
2022-06-24
LibJS: Remove duplicate steps for offset-only time zones
Linus Groh
2022-06-24
LibJS: Remove check for Instant range before subtracting UTC offset
Linus Groh
2022-06-24
LibJS: Remove unnecessary modulo operation in GetISOPartsFromEpoch
Linus Groh
2022-06-24
LibJS: Use ToTemporalDuration in AddDu/ToOrSubtractDu/FromPlainYearMonth
Linus Groh
2022-06-24
LibELF: Warn on self-dlopening libraries while initializing
Tim Schumacher
2022-06-24
LibELF: Check if initializers ran instead of trusting s_global_objects
Tim Schumacher
2022-06-23
AudioServer: Reduce hardware audio buffer to 512 samples
kleines Filmröllchen
2022-06-23
AudioServer: Make hardware write buffer size flexible
kleines Filmröllchen
2022-06-23
AudioServer: Explicitly cast between numeric types in the mixer
kleines Filmröllchen
2022-06-23
LibAudio: Add spec comments to the FlacLoader
kleines Filmröllchen
2022-06-23
LibWeb: Fix unsafe capture of ref-to-local when setting up load timeout
Andreas Kling
2022-06-23
LibWeb/CSS: Check for NULL block statement when parsing font-face rule
CodeforEvolution
2022-06-23
LibGfx: Slap an -O3 optimization #pragma on FastBoxBlurFilter
MacDue
2022-06-23
LibGfx: Avoid AK::Function indirection in FastBoxBlurFilter + flatten it
MacDue
2022-06-23
LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()
MacDue
2022-06-23
LibWeb: Support using a border-radius with a box-shadow
MacDue
2022-06-23
LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipper
MacDue
2022-06-23
LibWeb: Pass border radii data to shadow painting
MacDue
2022-06-23
LibC: Implement `wcsftime` using a makeshift solution
Tim Schumacher
2022-06-23
LibJS: Implement stage 3 proposal FinalizationRegistry changes
Idan Horowitz
2022-06-23
LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
2022-06-23
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
Idan Horowitz
[next]