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
2021-10-31
LibWeb: Convert all generated bindings to ThrowCompletionOr
Timothy Flynn
2021-10-30
Lagom/Fuzzers: Add fuzzer for PDF document
Brendan Coles
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-23
Fuzzing: Update build instructions
Ben Wiederhake
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-19
LibWeb: Distinguish between integer and number when checking StyleValues
Sam Atkins
2021-10-19
LibWeb: Distinguish between length and percentage values
Sam Atkins
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-18
LibWeb: Add initial support for IDL methods with variadic parameters
Timothy Flynn
2021-10-18
LibJS: Convert to_u16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibWeb: Convert ArrayFromVector wrapper to instead be sequence<T>
Luke Wilde
2021-10-16
Lagom: Do not use -fno-sematic-interposition in fuzzer builds
Nico Weber
2021-10-15
Lagom: Build with -fno-no-semantic-interposition
Nico Weber
2021-10-15
Lagom: Build with -fno-exceptions
Nico Weber
2021-10-15
LibUnicode: Use u16 for unique string indices instead of size_t
Timothy Flynn
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-14
LibWeb: Allow creating "any" types in IDL with integral default values
Timothy Flynn
2021-10-13
LibUnicode: Generate enum/alias from-string methods without a HashMap
Timothy Flynn
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-11
LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string
Linus Groh
2021-10-11
LibWeb: Add support for the Promise<T> IDL type to WrapperGenerator
Linus Groh
2021-10-11
LibWeb: Initialize IDL `any` values without default value to undefined
Linus Groh
2021-10-11
LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org
Linus Groh
2021-10-11
LibWeb: Stub out a basic ResizeObserver interface
Andreas Kling
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling
2021-10-10
Meta: Fix broken external links
Ben Wiederhake
2021-10-10
markdown-checker: New tool that checks document links
Ben Wiederhake
2021-10-10
LibUnicode: Generate and use unique locale-related alias strings
Timothy Flynn
2021-10-10
LibUnicode: Generate and use unique subtag and complex alias strings
Timothy Flynn
2021-10-10
LibUnicode: Generate and use unique list-format strings
Timothy Flynn
2021-10-10
LibUnicode: Generate and use a set of unique locale-related strings
Timothy Flynn
2021-10-10
LibUnicode: Skip unknown languages and territories
Timothy Flynn
2021-10-10
Meta: Re-enable warnings for deprecated copies also for Lagom
Ben Wiederhake
2021-10-10
LibUnicode: Stop generating large UnicodeData hash map
Timothy Flynn
2021-10-10
LibUnicode: Generate standalone compile-time array for combining class
Timothy Flynn
2021-10-10
LibUnicode: Generate standalone compile-time array for special casing
Timothy Flynn
2021-10-10
LibUnicode: Generate standalone compile-time arrays for simple casing
Timothy Flynn
2021-10-07
Meta: Disable -Wmaybe-uninitialized for Lagom
Idan Horowitz
2021-10-04
LibWeb: Make IDL-constructed objects aware of their JS wrapper
Andreas Kling
2021-10-04
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
[next]