index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
Age
Commit message (
Expand
)
Author
2023-03-15
Lagom: Remove debug line in LibJSGCVerifier
Matthew Olsson
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-14
LibWeb: Implement the [PutForwards] IDL extended attribute
Timothy Flynn
2023-03-14
LibWeb: Prevent variadic arguments from reserving heaps of memory
Timothy Flynn
2023-03-14
LibWeb: Begin adding support for Function IDL types in unions
Timothy Flynn
2023-03-14
LibWeb: Support variadic "any..." parameters in IDL
Timothy Flynn
2023-03-13
file: Read more metadata from audio files
kleines Filmröllchen
2023-03-13
Meta+Documentation: Allow cross-debugging x86_64 Serenity on M1 Macs
Daniel Bertalan
2023-03-13
CodeGenerators: Ensure that we always print the entire generated output
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibAudio: Move audio stream buffering into the loader
kleines Filmröllchen
2023-03-13
headless-browser: Re-implement headless-browser using an OOPWV
Timothy Flynn
2023-03-12
Userland: Add an `image` utility
Nico Weber
2023-03-12
Meta+CMake: Remove "image" ninja target in favor of "qemu-image"
Nico Weber
2023-03-11
Meta: Use the correct boot device addressing mode for NVMe devices
Pankaj Raghav
2023-03-11
CI: Remove stale dependence on Toolchain.yml from nightly job
Andrew Kaster
2023-03-11
Meta: Don't check for newlines at EOF in Tests/LibWeb/Layout/
Andreas Kling
2023-03-10
Ladybird+CI: Move layout_test.sh test runner from CI yml into CMake
Andrew Kaster
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
Meta/Lagom: Add a fuzzer for QOA
kleines Filmröllchen
2023-03-10
Documentation: Reorganize Lagom README and update fuzzer documentation
Andrew Kaster
2023-03-09
LibIMAP: Propagate OOM errors from decode_quoted_printable()
Linus Groh
2023-03-08
LibWeb: Move generated #include statement for iterators out of loop
Kenneth Myhra
2023-03-07
LibWeb/HTML: Port Window.structuredClone() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.performance to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.event to IDL
Linus Groh
2023-03-07
LibWeb: Generate setter for [Replaceable] IDL attributes
Linus Groh
2023-03-07
LibWeb: Support interfaces with the [Global] extended attribute
Linus Groh
2023-03-07
LibWeb: Generate Window{Constructor,Prototype} from IDL
Linus Groh
2023-03-07
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
Luke Wilde
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
Lagom: Add a tool to verify correctness of the LibJS GC
Matthew Olsson
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibUnicode: Use binary search for lookups into the generated emoji data
Timothy Flynn
2023-03-05
LibWeb: Remove unused SourceGenerator mappings
Linus Groh
2023-03-05
LibWeb: Don't use C++ name for error messages in generated bindings
Linus Groh
2023-03-05
LibWeb: Use 'Base::initialize()' in generated bindings
Linus Groh
2023-03-04
Meta: Link to libnsl and libsocket on Solaris in Lagom CMakeLists
nipos
2023-03-04
Base+Meta: Remove invalid symlinks from Base for more and env
Andrew Kaster
2023-03-04
LibCMake: Introduce a CMake lexer
Sam Atkins
2023-03-03
LibUnicode: Validate that all emoji images in /res/emoji actually exist
Timothy Flynn
2023-03-03
LibWeb: Fix duplicate enum-to-string conversion in generated code
Linus Groh
2023-03-01
LibWeb: Handle optional return values for getters returning new String
Kenneth Myhra
2023-03-01
LibWeb: Add new String support for parameters with empty string defaults
Kenneth Myhra
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
Timothy Flynn
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
[next]