netsurf/render
Michael Drake 35f7f2b9f3 Resolve relative URLs in inline CSS relative to document's base URL, rather than its content URL.
This means passing the base URL as the URL param to LibCSS's
css_stylesheet_create, rather than the URL of the source of
the style data.
2014-09-18 18:07:52 +01:00
..
box_construct.c Resolve relative URLs in inline CSS relative to document's base URL, rather than its content URL. 2014-09-18 18:07:52 +01:00
box_normalise.c Fix table layout issue: row spans crossing row groups. 2014-04-12 16:09:17 +01:00
box_textarea.c Gadgets can exisit outside forms, so now they store their own ref to the containing html content. 2014-02-17 14:38:53 +00:00
box_textarea.h A load of refactoring of how content selection and input work. 2013-02-22 12:19:35 +00:00
box.c Remove unecessary forward declarations. 2014-09-05 23:00:18 +01:00
box.h Allow suppression of style dump in box tree dumps. 2014-07-13 18:07:12 +01:00
font.c move options include 2013-05-28 14:16:10 +01:00
font.h Document new nsfont_split expected behaviour. 2013-02-10 18:22:51 +00:00
form.c refactor url utility functions to use standard nserror codes and have appropriate documentation. 2014-05-08 00:16:50 +01:00
form.h try and improve usage of browser window internals 2014-07-06 18:34:34 +01:00
html_css_fetcher.c clean up the fetcher factory and improve its API 2014-06-19 18:27:24 +01:00
html_css.c move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
html_forms.c First pass at getting html forms to use textarea widget. 2013-02-06 22:39:45 +00:00
html_interaction.c Don't pass pointer to data that isn't on the stack any more to content_broadcast. 2014-03-27 21:35:17 +00:00
html_internal.h move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
html_object.c move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
html_redraw.c Always treat root element as overflow:visible. 2014-07-18 20:09:20 +01:00
html_script.c Remove asserts for default cases from all content message handlers; this is laborious and is no longer useful for catching bugs. 2014-01-05 14:39:08 +00:00
html.c fix DOM tree dump debug 2014-08-04 00:37:21 +01:00
html.h try and improve usage of browser window internals 2014-07-06 18:34:34 +01:00
imagemap.c remove uncessary null check (coverity 1199865) and remove forward references 2014-05-18 14:40:39 +01:00
imagemap.h Improve error handling in html content 2012-10-17 21:52:43 +01:00
layout.c Fix text selection. 2014-08-20 11:08:35 +01:00
layout.h Merge branches/jmb/content-factory to trunk 2011-05-06 20:40:09 +00:00
Makefile Remove completely dead file. 2014-05-31 10:45:32 +01:00
search.c remove unecessary utils/url.h includes 2014-05-09 10:15:42 +01:00
search.h move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
table.c Fix table cell bottom borders leaking to the cell on the right. 2014-04-14 13:24:42 +01:00
table.h
textplain.c fix plain text rendering line breaking with mutibyte sequences (fixes bug #2134) 2014-05-29 11:25:52 +01:00
textplain.h Remove search context from browser window, simplify search interface for front ends. 2013-05-07 14:41:40 +01:00