summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-28LibJS: Make RegExp.prototype.toString() spec-compliantLinus Groh
2020-11-28LibJS: Make RegExp.prototype.flags spec-compliantLinus Groh
2020-11-28LibJS: Make RegExp() constructor spec-compliantLinus Groh
2020-11-28LibWeb: Don't generate layout nodes for DOM inside replaced elementsAndreas Kling
2020-11-27Lagom: Various fixes to make Lagom run on OSS-Fuzz (#4176)DavidKorczynski
2020-11-27LibWeb: Two more edge cases for TreeNode::insert_before.asynts
2020-11-27LibJS: Implement `RegExpPrototype::exec()'AnotherTest
2020-11-27LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'AnotherTest
2020-11-27LibRegex: Fix reported compare-against value in debugAnotherTest
2020-11-27LibRegex: Implement an ECMA262-compatible parserAnotherTest
2020-11-27LibJS+js: Rename RegExp.{content => pattern}AnotherTest
2020-11-27LibRegex: Change bytecode value type to a 64-bit valueAnotherTest
2020-11-27LibRegex: Fix greedy/reluctant modifiers in PosixExtendedParserAnotherTest
2020-11-27Userland: Add support for 'match' in 'expr'AnotherTest
2020-11-27LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-formatEmanuel Sprung
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-27LibRegex: Add RegexStringView wrapper to support utf8 and utf32 viewsEmanuel Sprung
2020-11-27Userland: Add grep utilityEmanuel Sprung
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung
2020-11-27LibWeb: Update m_previous_sibling in TreeNode::insert_before.asynts
2020-11-27LibWeb: Don't generate a wrap() function for the Event IDL interfaceAndreas Kling
2020-11-26LibWeb: Don't put block boxes inside inlinesAndreas Kling