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-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
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
[next]