summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-02-21AK: Add `take_first` to HashTable and rename `pop` to `take_last`Hediadyoin1
2023-02-21AK: Add String::from_stream methodAndrew Kaster
2023-02-21LibJS: Make RefPtr and NonnullRefPtr usage const-correctAndreas Kling
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19Tests: Add a test for Gfx::ICC::encode()Nico Weber
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-18AK: Fix printing of negative FixedPoint valuesNico Weber
2023-02-18AK: Fix 64-bit alignment issue in shared-superstring substringsAndreas Kling
2023-02-17AK: Remove unused `rehash_for_collision`Jelle Raaijmakers
2023-02-17AK: Reimplement `HashTable` with smart linear probingJelle Raaijmakers
2023-02-18AK: Add `AK::SIMD::exp_approximate`Jelle Raaijmakers
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-15AK+Tests+LibWeb: Make `URL::complete_url()` take a StringViewSam Atkins
2023-02-15LibUnicode: Fix typos causing text segmentation on mid-word punctuationTimothy Flynn
2023-02-15LibRegex: Bail out of atomic rewrite if a block doesn't contain comparesAli Mohammad Pur
2023-02-15LibRegex: Consider the inverse=true case when finding pattern overlapAli Mohammad Pur
2023-02-15LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 specAli Mohammad Pur
2023-02-15Tests: Use .is_flag_set() instead of bitwise & in Regex flag testsAli Mohammad Pur
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-11LibWeb: Add tests for flex formatting contextAliaksandr Kalenik
2023-02-11Tests: Add a few tests to verify vectors are using inline storageMacDue
2023-02-10AK: Allow Vector<ByteBuffer>::contains_slow to accept (Readonly)BytesLuke Wilde
2023-02-10LibWeb: Fix clearance to update y offset within current blockAliaksandr Kalenik
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08Tests/LibVideo: Test to ensure that VP9 reference vector clamping worksZaggy1024
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `LittleEndianOutputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallbile constructor from `BigEndianOutputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `LittleEndianInputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `BigEndianInputBitStream`Tim Schumacher
2023-02-07LibWeb: Table wrappers should not be ignored in auto height calculationAliaksandr Kalenik
2023-02-06LibWeb: Add layout tests for floats, margins collapsing and positioningAliaksandr Kalenik
2023-02-06Ladybird: Specify window size in layout dump modeAliaksandr Kalenik
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-04AK: Make LEB128 decoding work with `read_value`Tim Schumacher
2023-02-04AK: Port `LEB128` to the new `AK::Stream`Tim Schumacher
2023-02-03AK: Add thresholds to `quickselect_inline` and `Statistics::Median`Staubfinger
2023-02-03AK: Testing for `AK::quickselect_inline`Staubfinger
2023-02-02AK: Define HashMap::take to find and remove a value from the mapTimothy Flynn
2023-02-02AK: Ensure string types are actually considered hash-compatibleTimothy Flynn
2023-02-01Tests: Add a basic ICC profile testNico Weber
2023-02-01CI: Move running LibWeb layout tests to AzureTimothy Flynn
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber