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-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
2021-10-07
Meta: Disable -Wmaybe-uninitialized for Lagom
Idan Horowitz
2021-10-07
Meta: Warn on `rebuild-toolchain i686 clang`
Nico Weber
2021-10-05
Everywhere: Change from http to https where feasible
Ben Wiederhake
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
2021-10-03
LibJS: Convert create_data_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-10-03
LibWeb: Add support for NodeList
Luke Wilde
2021-10-03
LibWeb: Add support for IDL value iterators
Luke Wilde
2021-10-02
LibJS+LibWeb: Use Object::set_prototype() in more places
Linus Groh
2021-10-02
LibWeb: Initialize IDL-generated prototypes' prototype directly
Idan Horowitz
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
LibWeb: Support dictionary-only IDL files
Idan Horowitz
[next]