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
2021-10-22
Tests: Add a unit test to ensure the /dev/mem device works correctly
Liav A
2021-10-21
Meta: Enable ccache for Lagom by default
Timothy Flynn
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-20
HeaderCheck: It checks some of your headers
Ben Wiederhake
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
Meta: Add a gdb pretty printer for AK::Array
Brian Gianforcaro
2021-10-18
CI: Build the Clang toolchain a single time for both onboard pipelines
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
Meta: Support llvm-addr2line in `serenity.sh`
Daniel Bertalan
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
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: Run check-markdown as part of 'Azure Linux NoFuzz'
Ben Wiederhake
2021-10-10
Meta: Invoke markdown-checker if available while linting
Ben Wiederhake
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
[next]