summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-11-30Spreadsheet: Force-update the spreadsheet widget after pastingAnotherTest
2020-11-30LibWeb: Deallocate DOM timer ID's when the timer goes awayAndreas Kling
2020-11-30JPGLoader: Remove JPEG fuzz files from the main repositorydevashish
2020-11-30JPGLoader: Use HashMap to store huffman tablesdevashish
2020-11-30LibRegex: Give the bytecode a chance to run when there's no inputAnotherTest
2020-11-30LibRegex: Fix OOB access in Regex debug printAnotherTest
2020-11-30LibJS: Fix crash in Lexer on EOF in unterminated template literalLinus Groh
2020-11-30LibRegex: Add bounds check to Lexer::back()Linus Groh
2020-11-30LibMarkdown: Reduce debug spam from invalid characters in table headingsLuke
2020-11-30Lagom/Fuzzers: Add URL fuzzerLuke
2020-11-30AK: Fix logic error in urldecode() percent-decodingLinus Groh
2020-11-30Terminal: Wait on the utmpupdate process to finishTom
2020-11-29LibWeb: Auto-size table box height to fit all the rowsAndreas Kling
2020-11-29LibWeb: Allow inline-block boxes to have non-inline childrenAndreas Kling
2020-11-29LibCore: Reduce debug spam from successful gzip decodingAndreas Kling
2020-11-29LibWeb: Remove margin/border/padding from inline-block available widthAndreas Kling
2020-11-29LibGfx: Validate bit depths, and don't assert on invalid color typeNico Weber
2020-11-29LibGfx: Make PNGLoader not assert on images with missing chunksNico Weber
2020-11-29LibGfx: Put debug output in PNGLoader behind PNG_DEBUGNico Weber
2020-11-29LibWeb: Resolve percentage width/height of inline-block boxesAndreas Kling
2020-11-29LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom()Linus Groh
2020-11-29Terminal: Allow the user to configure the maximum history sizeAnotherTest
2020-11-29LibVT: Make terminal scrollback max size configurableAnotherTest
2020-11-29LibRegex: Allow syntax characters (except ']') without escapes in classesAnotherTest
2020-11-29Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grepAnotherTest
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-29AK: Export ShouldChomp::NoChomp tooAnotherTest
2020-11-29LibJS: Add a basic implementation of String.prototype.substr()Andreas Kling
2020-11-29Meta: Add GitHub Actions workflow for Lagom with FuzzersLuke
2020-11-29LibGfx: gamma_to_linear4 is not a valid constexpr on clang 10 and belowLuke
2020-11-29LibCrypto: Require intent parameter in CTR constructorLuke
2020-11-29Lagom: Mention OSS-Fuzz in ReadMeNico Weber
2020-11-29LibGfx: Don't assert on files ending right before lzw_min_code_sizeNico Weber
2020-11-29LibGfx: skip zero-width framesNico Weber
2020-11-29LibJS: Constructor function's "prototype" property should be writableAndreas Kling
2020-11-29LibJS+LibWeb: Log JavaScript exceptions raised by web contentAndreas Kling
2020-11-29LibWeb: Abort event handling if underlying layout tree disappearsAndreas Kling
2020-11-29LibWeb: Allow building partial layout treesAndreas Kling
2020-11-29LibWeb: Tweak a comment in Layout::TreeBuilder for accuracyAndreas Kling
2020-11-29LibWeb: Allow <svg> layout boxes to have childrenAndreas Kling
2020-11-29Lagom: Add a Shell parser fuzzerAnotherTest
2020-11-29Shell: Fix some at_end() bugs and use syntax errors instead of assertingAnotherTest
2020-11-29JPGLoader: Move bogus JPEGs to a different directorydevashish
2020-11-29JPGLoader: Use HashMap instead of Vector for storing componentsdevashish
2020-11-29AK: Add missing GenericTraits<u8>devashish
2020-11-29LibWeb: Blocks can have non-block (but non-inline) parentsAndreas Kling
2020-11-29Meta: Add OSS-Fuzz badge to ReadMe.mdLinus Groh
2020-11-29LibMarkdown: Only consider "!" a special character when followed by "["Linus Groh