index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-18
LibJS: Remove accidentally duplicated [[RoundingType]] enumeration
Timothy Flynn
2022-07-18
LibWeb: Update incorrect Fetch namespaces
Linus Groh
2022-07-18
LibWeb: Add Blob to Fetch's Body::SourceType variant
Linus Groh
2022-07-18
LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequest
Linus Groh
2022-07-17
LibWeb: Add & use TRY_OR_RETURN_OOM macro
Linus Groh
2022-07-17
Base: Add simple gradients test page
MacDue
2022-07-17
LibGfx: Fix direction of vertical gradients
MacDue
2022-07-17
LibGfx: Support alpha blending on gradients
MacDue
2022-07-17
LibWeb: Support painting simple linear-gradients
MacDue
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-17
Meta: Teach GenerateCSSPropertyID about linear-gradients
MacDue
2022-07-17
LibWeb: Parse the linear-gradient() CSS function
MacDue
2022-07-17
LibWeb: Add LinearGradientStyleValue
MacDue
2022-07-17
LibWeb: Add serialize_a_srgb_value()
MacDue
2022-07-17
LibWeb: Fix queuing mutation records for node removal
Luke Wilde
2022-07-17
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-07-17
LibWeb: Implement basic stretch alignment for `flex-wrap: wrap`
Andreas Kling
2022-07-17
LibWeb: Update flex container intrinsic size algorithm to draft spec
Andreas Kling
2022-07-17
LibWeb: Paper over a VERIFY() crash in ResourceLoader for now
Andreas Kling
2022-07-17
Calculator: Set button colors from system palette
Karol Kosek
2022-07-17
PixelPaint: Export images using the editor title as a default basename
Karol Kosek
2022-07-17
Shell: Add the |& construct for piping stderr along with stdout
sin-ack
2022-07-17
LibLine: Ignore empty spans when stylizing
sin-ack
2022-07-17
LibWeb: Avoid needless copies during Blob construction
Linus Groh
2022-07-17
LibWeb: Add support for XHR response type Blob
Kenneth Myhra
2022-07-17
LibWeb: Introduce Blob
Kenneth Myhra
2022-07-17
LibWeb/IDL: Add support for generating IDL BufferSource type
Kenneth Myhra
2022-07-17
LibWeb/IDL: Add support for optional long long
Kenneth Myhra
2022-07-16
Ports/opfor: Update to 2022.07.14
Tim Schumacher
2022-07-16
Ports/halflife: Update to 2022.07.14
Tim Schumacher
2022-07-16
Ports/xash3d-fwgs: Update to 2022.07.14
Tim Schumacher
2022-07-16
Ports/SDL2: Update for the recent `StringView` changes
Tim Schumacher
2022-07-16
LibWeb: Add definitions from '2.2.6. Responses' in the Fetch spec
Linus Groh
2022-07-16
Toolchain: Update mold to 1.3.1
Tim Schumacher
2022-07-15
LibJS: Update spec numbers from the array-find-from-last proposal merge
Timothy Flynn
2022-07-15
LibJS: Sort TypedArray.prototype methods in spec order
Timothy Flynn
2022-07-15
LibJS: Sort Array.prototype methods in spec order
Timothy Flynn
2022-07-15
LibWeb: Add definitions from '2.2.5 Requests' in the Fetch spec
Linus Groh
2022-07-15
LibWeb: Add a couple of missing includes to Fetch's Headers.h
Linus Groh
2022-07-15
LibWeb: Mark Origin::serialize() as const
Linus Groh
2022-07-15
LibWeb: Remove weird is_undefined_or_auto() helper in FFC
Andreas Kling
2022-07-15
LibWeb: Update flex line "remaining free space" when finished
Andreas Kling
2022-07-15
LibGUI: Apply more padding to text on tabs
networkException
2022-07-15
Kernel: Add some inline capacity to find_regions_intersecting
Hendiadyoin1
2022-07-15
Kernel: Try to set [cm]time in Inode::did_modify_contents
Hendiadyoin1
2022-07-15
Kernel: Handle multiple regions in sys$msync
Hendiadyoin1
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-15
Kernel: Use find_last_split_view to get the executable name in do_exec
Hendiadyoin1
2022-07-15
AK: Add a helper to get the last split-group
Hendiadyoin1
[next]