ladybird/Base
Bastiaan van der Plaat 4408581ee0 LibWeb: Refactor SelectItem to allow selecting options without value
Currently the `<select>` dropdown IPC uses the option value attr to
find which option is selected. This won't work when options don't
have values or when multiple options have the same value. Also the
`SelectItem` contained so weird recursive structures that are
impossible to create with HTML. So I refactored `SelectItem` as a
variant, and gave the options a unique id. The id is send back to
`HTMLSelectElement` so it can find out exactly which option element
is selected.
2024-04-08 17:24:48 -04:00
..
etc Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
home/anon Base: Add more emoji 2024-03-19 06:51:04 -04:00
res LibWeb: Refactor SelectItem to allow selecting options without value 2024-04-08 17:24:48 -04:00
root Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
usr/share man+tail: Bring the manpage of tail up to date 2024-04-05 15:30:41 -06:00
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00