summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-29Tests/Kernel: Remove redundant `if` (#4111)Lenny Maiorani
2020-11-29AudioServer: Mixer: limit max volume to 100Brendan Coles
2020-11-29Userland: Make `mv` capable of moving multiple filesAnotherTest
2020-11-29Lagom: Add Regex fuzzersLinus 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
2020-11-28LibJS: Add basic support for "with" statementsAndreas Kling
2020-11-28LibJS: Add a scope object abstractionAndreas Kling
2020-11-28LibJS: Make JS::Value constructors take const cell pointersAndreas Kling
2020-11-28LibJS: Parse "with" statements :^)Andreas Kling
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
2020-11-28LibJS: Allow Shape without a global objectAndreas Kling
2020-11-28LibGUI/FileIconProvider: Initialize s_filetype_image_iconLinus Groh
2020-11-28LibJS: Remove quotes from RegExpCompileError messageLinus Groh
2020-11-28LibRegex: Remove trailing newline from error_string()Linus Groh
2020-11-28LibRegex: Don't print error message in Regex constructorLinus Groh
2020-11-28Userland: Implement find -name clauseSergey Bugaev
2020-11-28LibGUI: Make GUI::Dialogs non-minimizable by defaultAndreas Kling
2020-11-28LibGUI: Don't assert when right clicking on a vertical HeaderViewAndreas Kling
2020-11-28LibRegex: Allow '-' as the last element of a charclassAnotherTest
2020-11-28LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262)AnotherTest
2020-11-28LibRegex: Fix parsing identity escape sequencesAnotherTest
2020-11-28LibRegex: Stop trying to read a character class when no tokens remainAnotherTest
2020-11-28Tests: Add Kernel tests for unveil system call browse 'b' flagBrendan Coles
2020-11-28LibJS: Use enumerator macros to define RegExp.prototype flag gettersLinus Groh
2020-11-28LibJS: Make RegExp.prototype.source spec-compliantLinus Groh