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-02-27
LibWeb: Make [UseNewAKString] work for enums and stringifiers
Luke Wilde
2023-02-26
Meta: Lower QEMU DirectSound driver timer period to 2ms
kleines Filmröllchen
2023-02-26
Lagom: Look for clang the same way serenity.sh does in BuildFuzzers.sh
Andrew Kaster
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-26
BindingsGenerator: Use JS::Value::to_string() when new String
Kenneth Myhra
2023-02-26
BindingsGenerator: Conditionally check dictionary member is string
Kenneth Myhra
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-25
Meta: Document how to manipulate CMake caches for the fuzzing build
kleines Filmröllchen
2023-02-25
Meta: Allow disabling LibWeb fuzzers
kleines Filmröllchen
2023-02-25
Lagom: Build `file` in lagom builds
Nico Weber
2023-02-25
Lagom: Build LibELF on arm64
Nico Weber
2023-02-24
LibTimeZone: Propagate try_append() errors while building timezone data
MacDue
2023-02-24
LibUnicode: Propagate try_append() errors when building emoji data
MacDue
2023-02-24
LibUnicode: Generate the path to emoji images alongside emoji data
Timothy Flynn
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber
2023-02-24
CI: Make sure to brew update in macOS Azure setup
Andrew Kaster
2023-02-24
CI+Lagom: Use the same options for running test-wasm in ctest and CI
Andrew Kaster
2023-02-23
BindingsGenerator: Release value setting members of dictionary
Kenneth Myhra
2023-02-23
BindingsGenerator: Pass optional values as 'sv' to String::from_utf8()
Kenneth Myhra
2023-02-23
BindingsGenerator: Allow stringifier to return DOMException if needed
Kenneth Myhra
2023-02-22
Lagom: Include AccessibilityTreeModel in LibWebView
MacDue
2023-02-22
LibWeb: Allow prototype.{entries keys,value} to propagate errors
Kenneth Myhra
2023-02-22
LibWeb: Allow EventListener/NodeFilter path to propagate errors
Kenneth Myhra
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-20
LibCore: Add support for NetBSD in anon_create
nipos
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-19
LibWeb: Make property/media-feature name matching ASCII case-insensitive
Sam Atkins
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
LibWeb: Convert FormData to String and Vector storage
Luke Wilde
2023-02-18
LibWeb: Add an extended attribute that makes interfaces use AK::String
Luke Wilde
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-15
CMake: Add -mstrict-align flag to compile options for aarch64 build
Timon Kruiper
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
Meta: Add a `Shell --posix` parser fuzzer
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-12
LibWeb: Introduce the FormData interface from the XHR specification
Kenneth Myhra
2023-02-10
CI: Add script to post mastodon toots for commits on master
networkException
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-02-09
Revert "Meta: Automatically select best apt mirror"
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operations
Timothy Flynn
[next]