summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-26LibPthread: Fix broken EINVAL check in pthread_attr_setdetachstate()Andreas Kling
2020-11-26test-js: Don't keep a pointer to a temporary String's charactersAndreas Kling
2020-11-26Kernel: Enable VMWareBackdoor immediately at bootTom
2020-11-26Lagom: Rename FuzzBMP to FuzzBMPLoaderNico Weber
2020-11-26Lagom: Make BMP fuzzer look like the other image loader fuzzersNico Weber
2020-11-26Lagom: Add fuzzers for remaining image loaders: ICO, PNG, PBM, PGMNico Weber
2020-11-26Meta: Enable CodeQL static analysis for SerenityBrian Gianforcaro
2020-11-25LibJS: Fix possible OOB read during Lexer constructionLinus Groh
2020-11-25LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilderAndreas Kling
2020-11-25LibWeb: Keep track of the parent of each formatting contextAndreas Kling
2020-11-25AK: Always inline RefPtr::operator bool() and RefPtr::is_null()Andreas Kling
2020-11-25Meta: Reduce IRC spamBen Wiederhake
2020-11-25AK: Don't return empty StringImpl from create() when char* starts with \0Linus Groh