summaryrefslogtreecommitdiff
path: root/content/handlers/html/form_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-041-0/+17
| | | | | | | | | Currently only supporting text input, password input, and hidden input, along with text areas, this mirrors the text values in and out of the DOM, allowing JS to adjust the gadget values and for the gadget values to be interrogated from JS. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-261-24/+11
| | | | | As part of this fix the form submission error handling and reporting has been improved.
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+277