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
2023-05-09
LibGfx/WebP: Remove context.error() now that it is a no-op
Nico Weber
2023-05-09
LibGfx/WebP: Redo error handling
Nico Weber
2023-05-09
LibGfx/WebP: Change ImageData optional-ness
Nico Weber
2023-05-09
LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.h
Nico Weber
2023-05-09
AK: Remove `must_set()` from `JsonArray`
Kemal Zebari
2023-05-09
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
Andreas Kling
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-05-08
LibManual: Allow querying on a help URL
Tim Ledbetter
2023-05-08
LibManual: Ensure page exists when opening a help URL
Tim Ledbetter
2023-05-08
LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum
Timothy Flynn
2023-05-08
LibGfx/JPEG: Fix faded 4-channels images
Lucas CHOLLET
2023-05-08
LibGfx/JPEG: Discard the correct number of bytes
Lucas CHOLLET
2023-05-08
LibWeb: Implement "populate session history entry" step in navigate()
Aliaksandr Kalenik
2023-05-08
LibWeb: Implement "clear the forward session history" for traversable
Aliaksandr Kalenik
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-08
LibWeb: Fix auto height calculation for table inside BFC
Aliaksandr Kalenik
2023-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-05-08
LibWebView: Use Vector for arguments to WebContent
martinfalisse
2023-05-08
LibGfx/WebP: Move lossless decoder to its own file
Nico Weber
2023-05-08
LibGfx/WebP: Let decode_webp_chunk_VP8L_header() take ReadonlyBytes
Nico Weber
2023-05-08
LibGfx/WebP: Store pointer to lossless data in VP8LHeader struct
Nico Weber
2023-05-08
LibGfx/WebP: Stop storing vp8_header and vp8l_header in context
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_contents()
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_image()
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_prefix_code
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_header()
Nico Weber
2023-05-08
LibWeb: Cache the root element font metrics when calculating them
Andreas Kling
2023-05-08
LibGUI: Use cursor position when calculating autoscroll delta
Ahmed Hussein
2023-05-08
LibWeb: Make HTMLObjectElement invalidate the document layout
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include HTML/Window.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include WindowGlobalMixin from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
Andreas Kling
2023-05-08
LibCrypto+LibTLS: Avoid crashing on invalid input
Ben Wiederhake
2023-05-08
LibWeb: Don't relayout when visibility changes between visible/hidden
Andreas Kling
2023-05-07
LibGUI: Always paint vertical lines for Frames in unmaximized windows
thankyouverycool
2023-05-07
LibWeb: Don't force relayout on scheduled layout update
Andreas Kling
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-07
LibSQL: Remove unused IODevice include
Ben Wiederhake
2023-05-07
LibJS: Revert to original text in spec
Ben Wiederhake
2023-05-07
netstat: Fix fallback value for pid field
Fabian Dellwing
2023-05-07
netstat: Add -e argument
Fabian Dellwing
2023-05-07
netstat: Fix in/out bytes not showing
Fabian Dellwing
2023-05-07
netstat: Fix port numbers not showing
Fabian Dellwing
2023-05-07
LibWeb: Add fast_is<T>() helper for HTMLScriptElement
Andreas Kling
[next]