summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-22LibWeb: Make factory method of HTML::BrowsingContext fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::Response fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::Request fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Encoding::TextEncoder fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOMParsing::XMLSerializer fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of WebGL::WebGLContextEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::HeadersIterator fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of URL::URLSearchParamsIterator fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of IDLEventListener and NodeFilter fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::WheelEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::UIEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::KeyboardEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of UIEvents::FocusEvent fallibleKenneth Myhra
2023-02-22LibGfx: Log the underlying error when failing to decode a macroblockLucas CHOLLET
2023-02-22LibGfx: Don't assume that scans are always full when filling macroblocksLucas CHOLLET
2023-02-22LibGfx: Save spectral information in the contextLucas CHOLLET
2023-02-22LibGfx: Put code to add AC coefficients to a macroblock in a functionLucas CHOLLET
2023-02-22LibGfx: Put code to add the DC coefficient to a macroblock in a functionLucas CHOLLET
2023-02-22LibGfx: Don't store the size of a `Vector` in an external variableLucas CHOLLET
2023-02-22LibGfx: Put the code to reset the encoder in its own functionLucas CHOLLET
2023-02-22LibGfx: Make `decode_huffman_stream` take macroblocks by referenceLucas CHOLLET
2023-02-22LibGfx: Prepare the decoder to handle multiples scansLucas CHOLLET
2023-02-22LibGfx: Return from `scan_huffman_stream` before `JPEG_EOI`Lucas CHOLLET
2023-02-22LibGfx: Factorize handling of miscellaneous and tables segmentsLucas CHOLLET
2023-02-22LibGfx: Rename "skip_marker_with_length" to "skip_segment"Lucas CHOLLET
2023-02-21LibJS: Don't try to merge unterminated BasicBlocksHendiadyoin1
2023-02-21LibJS: Use HashTable::take_first in GetObjectPropertyIteratorHediadyoin1
2023-02-21AK: Add `take_first` to HashTable and rename `pop` to `take_last`Hediadyoin1
2023-02-21LibWeb: Use browsing context creator URL for about:blank documentsLuke Wilde
2023-02-21PixelPaint: Make merge up and down actions work with disjoint layersTim Ledbetter
2023-02-21PixelPaint: Make image flattening actions work with disjoint layersTim Ledbetter
2023-02-21LibJS: Use the EnumerateObjectProperties AO to print objectsAndrew Kaster
2023-02-21LibWeb+LibJS: Format Console arguments with JS::PrintAndrew Kaster
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-21LibGfx: Fix const-correctness issuesAndreas Kling
2023-02-21WebContent: Fix const-correctness issuesAndreas Kling
2023-02-21WindowServer: Fix various const-correctness issuesAndreas Kling
2023-02-21LibManual: Fix const-correctness issuesAndreas Kling
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-21Shell: Fix (and paper over) various const-correctness issuesAndreas Kling
2023-02-21LibPDF: Make Object::cast<T>() non-constAndreas Kling
2023-02-21Assistant: Fix minor const-correctness issuesAndreas Kling
2023-02-21LibCpp: Make C++ AST (mostly) const-correctAndreas Kling
2023-02-21LibImageDecoderClient: Fix minor const-correctness issueAndreas Kling
2023-02-21LibPartition: Make Kernel parts const-correct re: StorageDevice&Andreas Kling
2023-02-21LibGL: Fix minor const-correctness issuesAndreas Kling
2023-02-21LibGfx: Make Gfx::Path const-correct internally (segment list)Andreas Kling
2023-02-21LibTest: Fix minor const-correctness issue in TestSuite::find_cases()Andreas Kling