summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-12-01Meta: Fix BMP_DEBUG, and always build on CIBen Wiederhake
2020-12-01LibELF+Kernel: Validate program headers in Image::parseAndrew Kaster
2020-12-01LibELF: Catch more Shenanigans in ELF filesAndrew Kaster
2020-12-01LibJS: Remove ProxyPrototypeLinus Groh
2020-11-30LibRegex: Don't try to consume the escaped character if at EOFAnotherTest
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-11-30LibCore: Don't wait for negative amount of timeTom
2020-11-30LibGfx: Add a 'Point::absolute_relative_distance_to(Point)'AnotherTest
2020-11-30LibGUI: Add a ModelSelection::add_all(Vector) APIAnotherTest
2020-11-30LibGUI: Throw less view state away in model_did_update()AnotherTest
2020-11-30LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressedAnotherTest
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-11-30LibWeb: Deallocate DOM timer ID's when the timer goes awayAndreas Kling
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-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-29LibVT: Make terminal scrollback max size configurableAnotherTest
2020-11-29LibRegex: Allow syntax characters (except ']') without escapes in classesAnotherTest
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-29LibJS: Add a basic implementation of String.prototype.substr()Andreas Kling
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-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-29JPGLoader: Move bogus JPEGs to a different directorydevashish
2020-11-29JPGLoader: Use HashMap instead of Vector for storing componentsdevashish
2020-11-29LibWeb: Blocks can have non-block (but non-inline) parentsAndreas Kling
2020-11-29LibMarkdown: Only consider "!" a special character when followed by "["Linus Groh
2020-11-29LibRegex: Fix clang build errorsLinus Groh
2020-11-28LibJS: Disallow 'with' statement in strict modeLinus Groh
2020-11-28LibJS: Run clang-format on WithScope.hAndreas Kling
2020-11-28LibJS: Add a basic unit test for the "with" statementAndreas Kling