netsurf/content
Vincent Sanders 61891ada50 validate the form button element type attribute as per spec
https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type
says if the type attribute is anything but "reset" or "button" it
 is of "submit" type. The previous logic was incorrect and only used
 the button if its type was explicitly submit and noting else.
2019-02-22 21:11:34 +00:00
..
fetchers Curl fetcher: Jiggle logging levels. 2018-08-09 16:43:37 +01:00
handlers validate the form button element type attribute as per spec 2019-02-22 21:11:34 +00:00
backing_store.h
content_debug.h
content_factory.c reduce hlcache handle api usage in mimesniff 2017-03-19 22:29:23 +00:00
content_factory.h
content_protected.h Content: Make the content structure aware of viewport height. 2019-02-17 09:06:58 +00:00
content.c Content: Make the content structure aware of viewport height. 2019-02-17 09:06:58 +00:00
content.h Content API: Avoid content message copy in content user callback. 2017-08-26 16:38:18 +01:00
dirlist.c
dirlist.h
fetch.c update fetch debug logging to use catagory 2017-09-06 18:45:35 +01:00
fetch.h fix url encoding to be compatible with nsurl API changes. 2018-09-26 17:21:48 +01:00
fetchers.h
fs_backing_store.c Disc cache: Squash armhf warnings. 2018-05-08 12:26:04 +01:00
hlcache.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
hlcache.h
llcache.c fix size_t format specifiers 2018-08-18 23:44:15 +01:00
llcache.h
Makefile
mimesniff.c mimimal mime sniffing test 2017-03-20 00:48:11 +00:00
mimesniff.h reduce hlcache handle api usage in mimesniff 2017-03-19 22:29:23 +00:00
no_backing_store.c
urldb.c ensure url buffer is sufficient to not truncate output 2018-11-06 21:58:53 +00:00
urldb.h API: Don't expose urldb_{g|s}et_auth_details to frontends. 2018-08-15 07:29:58 +01:00