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-02-22
LibWeb: Make factory method of HTML::BrowsingContext fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::Response fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::Request fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Encoding::TextEncoder fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of DOMParsing::XMLSerializer fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of WebGL::WebGLContextEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::HeadersIterator fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of URL::URLSearchParamsIterator fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::WheelEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::UIEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of UIEvents::FocusEvent fallible
Kenneth Myhra
2023-02-22
LibGfx: Log the underlying error when failing to decode a macroblock
Lucas CHOLLET
2023-02-22
LibGfx: Don't assume that scans are always full when filling macroblocks
Lucas CHOLLET
2023-02-22
LibGfx: Save spectral information in the context
Lucas CHOLLET
2023-02-22
LibGfx: Put code to add AC coefficients to a macroblock in a function
Lucas CHOLLET
2023-02-22
LibGfx: Put code to add the DC coefficient to a macroblock in a function
Lucas CHOLLET
2023-02-22
LibGfx: Don't store the size of a `Vector` in an external variable
Lucas CHOLLET
2023-02-22
LibGfx: Put the code to reset the encoder in its own function
Lucas CHOLLET
2023-02-22
LibGfx: Make `decode_huffman_stream` take macroblocks by reference
Lucas CHOLLET
2023-02-22
LibGfx: Prepare the decoder to handle multiples scans
Lucas CHOLLET
2023-02-22
LibGfx: Return from `scan_huffman_stream` before `JPEG_EOI`
Lucas CHOLLET
2023-02-22
LibGfx: Factorize handling of miscellaneous and tables segments
Lucas CHOLLET
2023-02-22
LibGfx: Rename "skip_marker_with_length" to "skip_segment"
Lucas CHOLLET
2023-02-21
LibJS: Don't try to merge unterminated BasicBlocks
Hendiadyoin1
2023-02-21
LibJS: Use HashTable::take_first in GetObjectPropertyIterator
Hediadyoin1
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
LibWeb: Use browsing context creator URL for about:blank documents
Luke Wilde
2023-02-21
PixelPaint: Make merge up and down actions work with disjoint layers
Tim Ledbetter
2023-02-21
PixelPaint: Make image flattening actions work with disjoint layers
Tim Ledbetter
2023-02-21
LibJS: Use the EnumerateObjectProperties AO to print objects
Andrew Kaster
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-21
WebContent: Fix const-correctness issues
Andreas Kling
2023-02-21
WindowServer: Fix various const-correctness issues
Andreas Kling
2023-02-21
LibManual: Fix const-correctness issues
Andreas Kling
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-21
Shell: Fix (and paper over) various const-correctness issues
Andreas Kling
2023-02-21
LibPDF: Make Object::cast<T>() non-const
Andreas Kling
2023-02-21
Assistant: Fix minor const-correctness issues
Andreas Kling
2023-02-21
LibCpp: Make C++ AST (mostly) const-correct
Andreas Kling
2023-02-21
LibImageDecoderClient: Fix minor const-correctness issue
Andreas Kling
2023-02-21
LibPartition: Make Kernel parts const-correct re: StorageDevice&
Andreas Kling
2023-02-21
LibGL: Fix minor const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Make Gfx::Path const-correct internally (segment list)
Andreas Kling
2023-02-21
LibTest: Fix minor const-correctness issue in TestSuite::find_cases()
Andreas Kling
[next]