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
AK: Export ShouldChomp::NoChomp too
AnotherTest
2020-11-29
LibJS: Add a basic implementation of String.prototype.substr()
Andreas Kling
2020-11-29
Meta: Add GitHub Actions workflow for Lagom with Fuzzers
Luke
2020-11-29
LibGfx: gamma_to_linear4 is not a valid constexpr on clang 10 and below
Luke
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-29
Lagom: Mention OSS-Fuzz in ReadMe
Nico Weber
2020-11-29
LibGfx: Don't assert on files ending right before lzw_min_code_size
Nico Weber
2020-11-29
LibGfx: skip zero-width frames
Nico Weber
2020-11-29
LibJS: Constructor function's "prototype" property should be writable
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-29
LibWeb: Abort event handling if underlying layout tree disappears
Andreas Kling
2020-11-29
LibWeb: Allow building partial layout trees
Andreas Kling
2020-11-29
LibWeb: Tweak a comment in Layout::TreeBuilder for accuracy
Andreas Kling
2020-11-29
LibWeb: Allow <svg> layout boxes to have children
Andreas Kling
2020-11-29
Lagom: Add a Shell parser fuzzer
AnotherTest
2020-11-29
Shell: Fix some at_end() bugs and use syntax errors instead of asserting
AnotherTest
2020-11-29
JPGLoader: Move bogus JPEGs to a different directory
devashish
2020-11-29
JPGLoader: Use HashMap instead of Vector for storing components
devashish
2020-11-29
AK: Add missing GenericTraits<u8>
devashish
2020-11-29
LibWeb: Blocks can have non-block (but non-inline) parents
Andreas Kling
2020-11-29
Meta: Add OSS-Fuzz badge to ReadMe.md
Linus Groh
2020-11-29
LibMarkdown: Only consider "!" a special character when followed by "["
Linus Groh
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
[next]