ladybird/Ladybird/AppKit
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
..
Application AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
System
UI LibWeb: Refactor SelectItem to allow selecting options without value 2024-04-08 17:24:48 -04:00
Utilities Ladybird/AppKit: Implement the <input type=file> UI 2024-02-26 14:18:49 +01:00
main.mm Ladybird+LibWebView: Add ProcessManager to track live processes 2024-04-02 09:52:34 -06:00