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
2023-04-20
Chess: Gracefully handle ChessEngine disconnections
Tim Ledbetter
2023-04-20
ChessEngine: Gracefully handle GUI disconnections
Tim Ledbetter
2023-04-20
LibChess: Allow UCIEndpoint to handle unexpected disconnections
Tim Ledbetter
2023-04-20
Chess: Send a quit command to ChessEngine when it is no longer in use
Tim Ledbetter
2023-04-20
ChessEngine: Handle the UCI quit command
Tim Ledbetter
2023-04-20
LibChess: Add the UCI quit command
Tim Ledbetter
2023-04-20
LibWeb: Properly stop, rather than terminate, ongoing media fetches
Timothy Flynn
2023-04-20
LibWeb: Invent a method to stop an in-progress fetch without errors
Timothy Flynn
2023-04-20
LibWeb: Do not handle media ready state changes for empty network states
Timothy Flynn
2023-04-20
LibWeb: Implement the HTMLMediaElement delaying-the-load-event flag
Timothy Flynn
2023-04-20
LibWeb: Implement the HTMLMediaElement currentSrc attribute
Timothy Flynn
2023-04-19
LibWeb: Add HTML::TraversableNavigable
Andreas Kling
2023-04-19
LibWeb: Add HTML::Navigable
Andreas Kling
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-19
LibWeb: Simplify StyleValue API now that `auto` isn't a length
Sam Atkins
2023-04-19
LibWeb: Verify we don't accidentally create an `auto` LengthStyleValue
Sam Atkins
2023-04-19
LibWeb: Stop creating `auto` LengthStyleValue for resolved style
Sam Atkins
2023-04-19
LibWeb: Stop parsing `auto` as a Length
Sam Atkins
2023-04-19
LibWeb: Check flex longhands first when parsing flex shorthand
Sam Atkins
2023-04-19
LibWeb: Properly handle `auto` in StyleProperties::length_percentage()
Sam Atkins
2023-04-19
LibWeb: Properly handle `auto` when parsing `background-size`
Sam Atkins
2023-04-19
LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand
Andreas Kling
2023-04-19
Kernel: Add a FIXME about SD card synchronicity
Hendiadyoin1
2023-04-19
Kernel: Add High Speed support to the SDHC driver
Hendiadyoin1
2023-04-19
Kernel: Add basic ADMA2 support to the SD card driver
Hendiadyoin1
2023-04-19
Kernel: Make SDHC InterruptStatus a bitfield
Hendiadyoin1
2023-04-19
Kernel: Add V4.10 fields to SDHC Command struct
Hendiadyoin1
2023-04-19
Kernel: Turn SD CapabilitiesRegister into a bit-field
Hendiadyoin1
2023-04-19
WindowServer+LibGUI: Port WindowServer's Menu name to new String
Karol Kosek
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-19
LibGUI: Port Menubar to new string
Karol Kosek
2023-04-19
LibGUI+Browser: Set menu names using the new String class
Karol Kosek
2023-04-19
Userland: Construct Menus with name using the non-deprecated String
Karol Kosek
2023-04-19
LibGUI: Store Menu names as new String
Karol Kosek
2023-04-19
LibWeb: Implement the HTMLMediaElement crossOrigin attribute
Timothy Flynn
2023-04-19
LibWeb: Stub out the HTMLMediaElement buffered attribute
Timothy Flynn
2023-04-19
LibWeb: Stub out the HTML TimeRanges IDL interface
Timothy Flynn
2023-04-19
Ports: Force patch regeneration after resolving conflicts
Tim Schumacher
2023-04-19
Ports: Don't mangle patches when requiring manual edits
Tim Schumacher
2023-04-19
LibWeb: Layout <svg> nested inside <svg>
Andreas Kling
2023-04-19
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
Andreas Kling
2023-04-19
LibGfx: Prevent out-of-bounds accumulation in PathRasterizer
Jelle Raaijmakers
2023-04-19
LibGfx: Clean up PathRasterizer
Jelle Raaijmakers
2023-04-19
LibGfx: Increase tolerance for bezier curves
Jelle Raaijmakers
2023-04-18
LibWeb: Implement HTMLMediaElement's autoplay attribute
Timothy Flynn
2023-04-18
Ladybird: Propagate autoplay settings to the WebContent process
Timothy Flynn
2023-04-18
Browser: Propagate autoplay settings to the WebContent process
Timothy Flynn
2023-04-18
BrowserSettings: Add a tab to control the Browser's autoplay settings
Timothy Flynn
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
[next]