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:
parent
3953004e60
commit
1748362e05
3 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue