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-07-30
LibJS: Support IANA legacy names in the Temporal ISO 8601 grammar
Linus Groh
2022-07-30
LibJS: Disallow out-of-range return from previous / next transition
Linus Groh
2022-07-29
LibWeb: Extract the InnerHTML IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the LinkStyle IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the ParentNode IDL mixin
Sam Atkins
2022-07-29
LibWeb: Correct typo in Document.idl
Sam Atkins
2022-07-29
LibWeb: Extract the ChildNode IDL mixin
Sam Atkins
2022-07-28
Utilities/lsusb: Allow the utility to work without existing USB IDs file
Liav A
2022-07-27
grep: Fix out of bounds StringView indexing
MacDue
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-27
LibCore: Implement four-digit modes for `FilePermissionsMask` parsing
Tim Schumacher
2022-07-27
LibCore: Implement the 'X' modifier into `FilePermissionMask`
Tim Schumacher
2022-07-27
LibJS: Remove %TypedArray%.prototype.toSpliced
Timothy Flynn
2022-07-27
LibJS: Update Array.prototype.sort comments to align with implementation
Timothy Flynn
2022-07-27
LaunchServer: Let open_file_url use app defaults
demostanis
2022-07-27
LaunchServer+LibDesktop: Open from mime type
demostanis
2022-07-27
LibWeb: Make :enabled and :disabled selector handling more idiomatic
Andreas Kling
2022-07-27
LibWeb: Add fast_is<HTMLElement>()
Andreas Kling
2022-07-27
LibWeb: Add fast_is<HTMLBaseElement>()
Andreas Kling
2022-07-27
LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T
Sam Atkins
2022-07-27
LibWeb: Resolve calc() FooPercentages that only contained percentages
Sam Atkins
2022-07-27
LibWeb: Add missing Formatters for CSS dimension types
Sam Atkins
2022-07-27
less: Fix out of bounds StringView indexing
MacDue
2022-07-27
WindowServer: Ensure windows are wide enough to show title buttons :^)
Sam Atkins
2022-07-27
Browser: Give BookmarksBarWidget a minimum size
Sam Atkins
2022-07-26
LibAudio: Seek to the first frame on reset in FLAC
Karol Kosek
2022-07-26
LibAudio: Read FLAC Metadata blocks larger than the buffer size
Karol Kosek
2022-07-26
LibWeb: Shrink the inner border radii to accommodate the border widths
MacDue
2022-07-26
LibWeb: Introduce the File interface from the FileAPI spec
Kenneth Myhra
2022-07-26
LibWeb: Add missing spec links to the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Fix const issue on type() accessor for the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Make process_blob_parts() publicly accessible
Kenneth Myhra
2022-07-26
LibWeb: Add public get accessor function for Blob's internal ByteBuffer
Kenneth Myhra
2022-07-26
LibJS: Allow out-of-order plural ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order number ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order date ranges to be formatted
Timothy Flynn
2022-07-26
LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-under
gbowser3@gmail.com
2022-07-26
LibWeb: Make automatic heights for abspos non-replaced behave better
Andreas Kling
2022-07-26
LibWeb: Remove FFC helpers is_{main,cross}_axis_margin_first_auto()
Andreas Kling
2022-07-26
LibWeb: Don't treat calc() in used flex basis as definite for now
Andreas Kling
2022-07-26
LibWeb: Make two passes in FFC where to support percentage min/max sizes
Andreas Kling
2022-07-26
LibWeb: Improve min/max content contribution calculations for flex items
Andreas Kling
2022-07-26
LibWeb: Clamp flex items to min/max main size during intrinsic sizing
Andreas Kling
2022-07-26
LibWeb: Simplify flex container main size determination
Andreas Kling
2022-07-26
LibWeb: Add FFC helpers for getting the computed main/cross size of box
Andreas Kling
2022-07-26
LibWeb: Move get_pixel_{width,height} helpers into FFC class
Andreas Kling
2022-07-26
LibWeb: Mark flex item cross sizes as definite when spec asks us to
Andreas Kling
2022-07-26
LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing
Andreas Kling
[next]