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
/
Lagom
Age
Commit message (
Expand
)
Author
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-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
2023-02-27
LibWeb: Make [UseNewAKString] work for enums and stringifiers
Luke Wilde
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
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
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
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
[next]