osd-contiki/apps/webbrowser
Oliver Schmidt cdd289a7ff Ignore fragment-only links.
We don't handle URLs with fragments exactly ;-) well - meaning we send the fragment part to the server and we don't display the document starting at the anchor tag. Instead of adding the missing capabilities and thus adding lots of code I instead opted to simply ignore fragment-only links. This approach is based on the practical knowledge that fragments are primarily used for intra-document navigation - and are as such fragment-only links. And as we ignore them anyway when displaying the document it's more ergonomic to not have those links in the first place.
2015-05-25 18:18:44 +02:00
..
html-strings Removed support for <FRAME> tag. 2015-05-25 16:19:30 +02:00
html-strings.c Removed support for <FRAME> tag. 2015-05-25 16:19:30 +02:00
html-strings.h Removed support for <FRAME> tag. 2015-05-25 16:19:30 +02:00
htmlparser.c Improved parsing of <SCRIPT> tag. 2015-05-25 16:46:23 +02:00
htmlparser.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
http-strings Limit content of web browser version of http-strings to web browser. 2013-03-06 15:12:02 +01:00
http-strings.c Limit content of web browser version of http-strings to web browser. 2013-03-06 15:12:02 +01:00
http-strings.h Limit content of web browser version of http-strings to web browser. 2013-03-06 15:12:02 +01:00
http-user-agent-string Bumped the version number from 2.6 to 3.x, which is to be used in the development branch 2013-12-12 17:33:18 +01:00
http-user-agent-string.c Bumped the version number from 2.6 to 3.x, which is to be used in the development branch 2013-12-12 17:33:18 +01:00
http-user-agent-string.h Bumped version number 2012-07-12 11:33:12 +02:00
Makefile.webbrowser Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules. 2007-04-05 19:50:43 +00:00
webclient.c Skip HTTP header fields to long to parse. 2015-05-02 00:11:59 +02:00
webclient.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
www-dsc.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
www-dsc.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
www.c Ignore fragment-only links. 2015-05-25 18:18:44 +02:00
www.h Set WWW_CONF_MAX_URLLEN to maximum value by default. 2015-04-29 18:21:35 +02:00