summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_interaction.c
Commit message (Collapse)AuthorAgeFilesLines
* gcc on openbsd is unable to reason about res variable usage and generates ↵Vincent Sanders2018-09-261-1/+1
| | | | bogus warning
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-261-13/+28
| | | | | As part of this fix the form submission error handling and reporting has been improved.
* clean up html content handler header useVincent Sanders2018-05-111-35/+39
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+1434