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-05-13
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
Andreas Kling
2023-05-13
LibWeb: Implement enough of "update the image data" to load images
Andreas Kling
2023-05-13
LibWeb: Add a class to represent the "source set" concept from HTML
Andreas Kling
2023-05-13
LibWeb: Add class to represent "list of available images" from HTML spec
Andreas Kling
2023-05-13
LibWeb: Start fleshing out HTML "image requests" and "image data"
Andreas Kling
2023-05-13
Kernel/aarch64: Remove drawing of logo on the framebuffer during init
Liav A
2023-05-13
LibDebug: Propagate errors around LineProgram
Ben Wiederhake
2023-05-13
Ports: Update and fix nethack
Fabian Dellwing
2023-05-13
LibCore: Remove unused API from DeprecatedFile
Ben Wiederhake
2023-05-13
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
Ben Wiederhake
2023-05-13
Ladybird: Disable SQL database by default (until we can trust it)
Andreas Kling
2023-05-13
LibWeb: Make PercentageOr<T> equality comparison work for calc() values
Andreas Kling
2023-05-13
LibWeb: Fix typo in containing_block_size_for_item in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Align calculate_min/max_content_contribution with the spec
Aliaksandr Kalenik
2023-05-12
SystemServer: Migrate from DeprecatedFile to File
Ben Wiederhake
2023-05-12
LibKeyboard: Read keymap through File, not DeprecatedFile
Ben Wiederhake
2023-05-12
AudioServer: Migrate from DeprecatedFile to File
Ben Wiederhake
2023-05-12
Base: Run `SpiceAgent` as a user service
Caoimhe
2023-05-12
ClipboardHistory: Use titlecasing in the applet's window title
Timothy Flynn
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-12
LibWeb: Implement fetching classic scripts using Fetch infrastructure
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch a classic script AO
Timothy Flynn
2023-05-12
LibTextCodec: Change UTF-8's decoder to replace invalid code points
Timothy Flynn
2023-05-12
LibWeb: Add an alias for FetchAlgorithm's consume-body callback argument
Timothy Flynn
2023-05-12
LibWeb: Change the script fetch completion callback to accept any script
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch response's unsafe response AO
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch response is CORS-cross-origin AO
Timothy Flynn
2023-05-12
LibWeb: Implement the legacy extracting an encoding AO
Timothy Flynn
2023-05-12
LibWeb: Implement the CORS settings attribute credentials mode AO
Timothy Flynn
2023-05-12
LibGfx: VERIFY() error is finite when splitting bezier curves
MacDue
2023-05-12
LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()
MacDue
2023-05-12
Ports: Add deutex 5.2.2
Mike Swanson
2023-05-12
Ports: Support extracting *.tar.zst source archives
Mike Swanson
2023-05-11
HexEditor: Add list of recently opened files
Caoimhe
2023-05-11
LibWeb: Resolve grid items preferred width in GFC
Aliaksandr Kalenik
2023-05-11
LibWeb: Parse calc() function in grid sizes
Aliaksandr Kalenik
2023-05-11
LibWeb: Use LengthPercentage in CSS::GridSize
Aliaksandr Kalenik
2023-05-11
errno: Remove usage of DeprecatedString
Sam Atkins
2023-05-11
errno: Look up errors by name as well as number
Sam Atkins
2023-05-11
errno: Include error code names in output
Sam Atkins
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Don't resolve CSS property values for unconnected elements
Andreas Kling
2023-05-10
LibWeb: Handle CSS "color: currentcolor"
Andreas Kling
2023-05-10
Chess+GameSettings: Optionally highlight the king when in check
Tim Ledbetter
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-10
Help: Fix link to Contents page
James Liu
2023-05-10
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
Aliaksandr Kalenik
2023-05-10
LibWeb: Split run_track_sizing into smaller method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Use size_t instead of int when appropriate in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Refactor tracks initialization in GFC to reduce code duplication
Aliaksandr Kalenik
[next]