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-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: Allow prototype.{entries keys,value} to propagate errors
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
Kenneth Myhra
2023-02-22
LibWeb: Allow EventListener/NodeFilter path to propagate errors
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
AK: Ensure that we fill the whole String when reading from a Stream
Tim Schumacher
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
AK: Update HashTables head and tail when shifting during deletion
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
AK: Add String::from_stream method
Andrew Kaster
2023-02-21
Revert "AK: Disallow constness laundering in RefPtr and NonnullRefPtr"
Andreas Kling
2023-02-21
Kernel: Support more clocks in sys$clock_getres()
Humberto Alves
2023-02-21
AK: Disallow constness laundering in RefPtr and NonnullRefPtr
Andreas Kling
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
[next]