index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-29
Tests/Kernel: Remove redundant `if` (#4111)
Lenny Maiorani
2020-11-29
AudioServer: Mixer: limit max volume to 100
Brendan Coles
2020-11-29
Userland: Make `mv` capable of moving multiple files
AnotherTest
2020-11-29
Lagom: Add Regex fuzzers
Linus Groh
2020-11-29
LibRegex: Fix clang build errors
Linus Groh
2020-11-28
LibJS: Disallow 'with' statement in strict mode
Linus Groh
2020-11-28
LibJS: Run clang-format on WithScope.h
Andreas Kling
2020-11-28
LibJS: Add a basic unit test for the "with" statement
Andreas Kling
2020-11-28
LibJS: Add basic support for "with" statements
Andreas Kling
2020-11-28
LibJS: Add a scope object abstraction
Andreas Kling
2020-11-28
LibJS: Make JS::Value constructors take const cell pointers
Andreas Kling
2020-11-28
LibJS: Parse "with" statements :^)
Andreas Kling
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-11-28
LibJS: Allow Shape without a global object
Andreas Kling
2020-11-28
LibGUI/FileIconProvider: Initialize s_filetype_image_icon
Linus Groh
2020-11-28
LibJS: Remove quotes from RegExpCompileError message
Linus Groh
2020-11-28
LibRegex: Remove trailing newline from error_string()
Linus Groh
2020-11-28
LibRegex: Don't print error message in Regex constructor
Linus Groh
2020-11-28
Userland: Implement find -name clause
Sergey Bugaev
2020-11-28
LibGUI: Make GUI::Dialogs non-minimizable by default
Andreas Kling
2020-11-28
LibGUI: Don't assert when right clicking on a vertical HeaderView
Andreas Kling
2020-11-28
LibRegex: Allow '-' as the last element of a charclass
AnotherTest
2020-11-28
LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262)
AnotherTest
2020-11-28
LibRegex: Fix parsing identity escape sequences
AnotherTest
2020-11-28
LibRegex: Stop trying to read a character class when no tokens remain
AnotherTest
2020-11-28
Tests: Add Kernel tests for unveil system call browse 'b' flag
Brendan Coles
2020-11-28
LibJS: Use enumerator macros to define RegExp.prototype flag getters
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.source spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.toString() spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.flags spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp() constructor spec-compliant
Linus Groh
2020-11-28
LibWeb: Don't generate layout nodes for DOM inside replaced elements
Andreas Kling
2020-11-27
Lagom: Various fixes to make Lagom run on OSS-Fuzz (#4176)
DavidKorczynski
2020-11-27
LibWeb: Two more edge cases for TreeNode::insert_before.
asynts
2020-11-27
LibJS: Implement `RegExpPrototype::exec()'
AnotherTest
2020-11-27
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
AnotherTest
2020-11-27
LibRegex: Fix reported compare-against value in debug
AnotherTest
2020-11-27
LibRegex: Implement an ECMA262-compatible parser
AnotherTest
2020-11-27
LibJS+js: Rename RegExp.{content => pattern}
AnotherTest
2020-11-27
LibRegex: Change bytecode value type to a 64-bit value
AnotherTest
2020-11-27
LibRegex: Fix greedy/reluctant modifiers in PosixExtendedParser
AnotherTest
2020-11-27
Userland: Add support for 'match' in 'expr'
AnotherTest
2020-11-27
LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-format
Emanuel Sprung
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-11-27
LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views
Emanuel Sprung
2020-11-27
Userland: Add grep utility
Emanuel Sprung
2020-11-27
LibRegex: Add a regular expression library
Emanuel Sprung
2020-11-27
LibWeb: Update m_previous_sibling in TreeNode::insert_before.
asynts
2020-11-27
LibWeb: Don't generate a wrap() function for the Event IDL interface
Andreas Kling
2020-11-26
LibWeb: Don't put block boxes inside inlines
Andreas Kling
[prev]
[next]