Andreas Kling
e1ba881587
AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
...
These don't have to worry about the input not being valid UTF-8 and
so can be infallible (and can even return self if no changes needed.)
We use this instead of Infra::to_ascii_{upper,lower}_case in LibWeb.
(cherry picked from commit 073bcfd3866852a4c4bcca2bd131bd65ae53541f)
2024-11-18 20:22:45 -05:00
Timothy Flynn
a6d010c247
LibWeb: Implement the DataTransferItemList indexed getter
...
(cherry picked from commit ceb9e30d422425582ac1db857ff4c786fb7e212c)
2024-11-01 22:04:14 -04:00
Timothy Flynn
695771695d
LibWeb: Implement the DataTransferItemList length attribute
...
(cherry picked from commit 843f8f04a518ec0968e4f39ce27264efe0546fa9)
2024-11-01 22:04:14 -04:00
Timothy Flynn
cf1bdd72ac
LibWeb: Implement DataTransferItemList.prototype.add()
...
(cherry picked from commit 74d9cfbf2a2ef84e8634dafc78fc56e6cb153b6b)
2024-11-01 22:04:14 -04:00
Timothy Flynn
39f991bb68
LibWeb: Implement the DataTransfer items attribute
...
(cherry picked from commit 1b703629548950882063495679b9307519271b92)
2024-11-01 22:04:14 -04:00
Timothy Flynn
be9e3f6671
LibWeb: Remove unused DataTransfer-related IDL factories
...
The IDL for DataTransferItem and DataTransferItemList do not have
constructors.
(cherry picked from commit 34ad67e056dd9c290109ab00ee6e6a1c1d82560a)
2024-11-01 22:04:14 -04:00
Timothy Flynn
80c1ab0de1
LibWeb: Add an empty DataTransferItemList IDL implementation
...
(cherry picked from commit dcb76572e4d33e8ee91e3cb191dabf5099dd0bdb)
2024-11-01 19:58:08 -04:00