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
/
Tools
Age
Commit message (
Expand
)
Author
2021-09-15
Meta: Define and use lagom_tool() CMake helper function for all Tools
Andrew Kaster
2021-09-14
LibWeb: Add the URL::searchParams attribute
Idan Horowitz
2021-09-14
LibWeb: Allow IDL attribute setters to throw DOMExceptions
Idan Horowitz
2021-09-14
LibWeb: Consume the extra whitespace in stringifier attributes
Idan Horowitz
2021-09-13
LibWeb: Generate CSS::{first,last}_property_id constants
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-13
LibWeb: Add support for generating a stringifier method/attribute
Idan Horowitz
2021-09-13
LibWeb: Escape reserved names of generated wrapper functions
Idan Horowitz
2021-09-12
LibWeb: Generate CSS::property_has_quirk() function
Sam Atkins
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-12
LibWeb: Add full support for optional and nullable to IDL string types
Luke Wilde
2021-09-12
LibWeb: Add support for the IDL any type
Luke Wilde
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
LibUnicode: Generate numeric keyword values for each locale
Timothy Flynn
2021-09-08
LibUnicode: Fix typo in listPatterns.json parsing method
Timothy Flynn
2021-09-06
LibUnicode: Remove Unicode locale variants from CLDR path names
Timothy Flynn
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-06
LibUnicode: Extract cldr-misc dataset from CLDR database
Timothy Flynn
2021-09-06
LibUnicode: Sort special casing array by locale specificity
Timothy Flynn
2021-09-06
LibUnicode: Generate canonical combining class in Unicode data
Timothy Flynn
2021-09-04
LibUnicode: Generate an implementation of the Add Likely Subtags method
Timothy Flynn
2021-09-04
LibUnicode: Generate the entire locale likely-subtags dataset
Timothy Flynn
2021-09-03
LibWeb: Add support for IDL static functions
Luke Wilde
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-09-01
LibUnicode: Generate Unicode locale likely subtag data
Timothy Flynn
2021-09-01
LibUnicode: Generate complex Unicode locale alias matching
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale alias data
Timothy Flynn
2021-09-01
LibUnicode: Extract cldr-core dataset from CLDR database
Timothy Flynn
2021-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster