1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:37:34 +00:00

LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec

Usually operations that mirror AOs from the Infra spec are simply part
of the underlying data structures in AK directly, but these don't seem
generally useful enough to add them as ByteBuffer methods.
This commit is contained in:
Linus Groh 2022-07-11 21:44:43 +01:00
parent 3953004e60
commit 1748362e05
3 changed files with 45 additions and 0 deletions

View file

@ -237,6 +237,7 @@ set(SOURCES
HTML/WorkerLocation.cpp
HighResolutionTime/Performance.cpp
ImageDecoding.cpp
Infra/ByteSequences.cpp
IntersectionObserver/IntersectionObserver.cpp
Layout/BlockContainer.cpp
Layout/BlockFormattingContext.cpp