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
/
Libraries
Age
Commit message (
Expand
)
Author
2023-06-05
LibC: Add missing spec links for string APIs
Emily Trau
2023-06-05
LibC: Fix memmem signature compliance
Emily Trau
2023-06-05
LibWeb: Ensure that contentType in Blob::slice is basic latin
Shannon Booth
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-06-04
Kernel: Move {Virtual,Physical}Address classes to the Memory directory
Liav A
2023-06-04
Kernel: Move Random.{h,cpp} code to Security subdirectory
Liav A
2023-06-04
TextEditor: Prevent autoscroll looping over
Ahmed Hussein
2023-06-04
LibWeb: Account for negative margins when calculating float intrusion
Andreas Kling
2023-06-04
LibGfx: Fix adding active edges in filled path rasterizer
MacDue
2023-06-04
LibGfx: Simplify segmentizing paths
MacDue
2023-06-03
LibWeb: Rewind TokenStream if we reject a parsed value as out-of-bounds
Sam Atkins
2023-06-03
LibWeb: Exit `parse_font_family_value()` when hitting an illegal token
Sam Atkins
2023-06-03
LibWeb: Don't crash when document.write a script with src attr
Zhiyuan Guo
2023-06-03
LibWeb: Detect and reject math functions with no resolved type
Sam Atkins
2023-06-03
LibWeb: Resolve the `transition-delay` property
stelar7
2023-06-03
LibWeb: Implement the `<symbol>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Implement the `<use>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Add document_fully_loaded event to DocumentObserver
PrestonLTaylor
2023-06-03
LibWeb: Allow SVG painting to escape out of a shadow tree
PrestonLTaylor
2023-06-03
LibWeb: Implement `details_notification_task_steps` for <details>
stelar7
2023-06-03
LibWeb: Implement the <summary> element
stelar7
2023-06-03
LibWeb: Make disclosure marker bounds square
Simon Wanner
2023-06-03
LibWeb: Support list-style-position
Simon Wanner
2023-06-03
LibWeb: Make pseudo-elements inspectable
Simon Wanner
2023-06-03
LibWeb: Add list-style-type: disclosure-{closed,open}
Simon Wanner
2023-06-03
LibLine: Ignore ENOENT errors when loading old history
Tim Schumacher
2023-06-03
LibCore: Add `File::OpenMode::DontCreate`
Caoimhe
2023-06-02
LibGfx/JPEG: Use `Error` to propagate errors
Lucas CHOLLET
2023-06-02
LibWeb: Fix order/formatting of Properties.json
Sam Atkins
2023-06-02
LibWeb: Add missing value ranges to CSS properties
Sam Atkins
2023-06-02
LibWeb: Support font-size: calc()
Andreas Kling
2023-06-02
LibWeb: Add a way to resolve calc() values without a layout node
Andreas Kling
2023-06-02
LibWeb: Fix crashing when grid track size is calc() with percentage
Aliaksandr Kalenik
2023-06-02
LibWeb: Bounds-check parsed CSS types
Sam Atkins
2023-06-02
LibWeb: Add comparison operators to CSS numeric types (except Length)
Sam Atkins
2023-06-02
LibWeb: Support flex items with calc() main size containing percentages
Andreas Kling
2023-06-02
LibWeb: Make StackingContext sorting a lot faster
Andreas Kling
2023-06-02
Kernel: Move the Storage directory to be a new directory under Devices
Liav A
2023-06-02
LibJS: Store PrivateElement values in Handle<Value>
Andreas Kling
2023-06-02
LibWeb: Parse `clamp()` css math function
stelar7
2023-06-02
LibWeb: Parse `max()` css math function
stelar7
2023-06-02
LibWeb: Parse `min()` css math function
stelar7
2023-06-02
LibWeb: Move function parsing to separate method
stelar7
2023-06-02
LibWeb: Remove per path clipping for SVGGeometryPaintable
MacDue
2023-06-02
LibWeb: Avoid text-aligning content that is too long for its line box
FalseHonesty
2023-06-01
LibCrypto: Don't return reference to stack frame in PBKDF
Ben Wiederhake
2023-06-01
LibWeb: Convert NumberStyleValue from float to double
Sam Atkins
2023-06-01
LibWeb: Remove int usage of NumberStyleValues
Sam Atkins
2023-06-01
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
Sam Atkins
2023-06-01
LibWeb: Rename NumericStyleValue -> NumberStyleValue
Sam Atkins
[next]