ladybird/Userland
Luke Wilde c9c1ddd0bb LibWeb: Fix up constructing the form entry list
In particular:
- Don't include none submitter buttons.
- Use type_state() instead type() to avoid direct string comparisons
- Support the hidden _charset_ input
- Get form associated element's value directly instead of via the value
  attribute
- Split line break normalization into a separate function so that it
  can also be used by form submission.
2023-06-19 06:12:26 +02:00
..
Applets LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Applications SpaceAnalyzer: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools GMLPlayground: Add a Statusbar 2023-06-17 20:36:03 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Snake: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Libraries LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
Services Ladybird+LibWeb+WebContent: Add context menu controls for muting audio 2023-06-16 19:34:42 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities chmod: Don't bail immediately on error 2023-06-18 20:34:04 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00