summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Unref the <html> node where appropriate, so we don't have it left behindDaniel Silverstone2012-07-211-2/+19
* Avoid strcasecmp in form control creation node name handler.Michael Drake2012-07-211-0/+9
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-151-6/+8
* fix stylesheet renderVincent Sanders2012-07-141-1/+1
* Squash warningsJohn-Mark Bell2012-07-151-1/+2
* Merge branch 'vince/forms-fixed'Vincent Sanders2012-07-141-1/+1
|\
| * Rework form acessors to deal with binding changesVincent Sanders2012-07-141-1/+1
* | fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-141-3/+10
* | remove parser binding layerVincent Sanders2012-07-131-99/+96
* | split out script handling from htmlVincent Sanders2012-07-131-305/+4
|/
* do not try and write to document if the parser is finishedVincent Sanders2012-07-071-1/+4
* Improve logging and inline script handlingVincent Sanders2012-07-071-15/+19
* alter usage of libdom hubbub bindingVincent Sanders2012-07-061-615/+609
* fix mimetype handling of script elementsVincent Sanders2012-06-281-15/+70
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-220/+545
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
* improve javascript supportVincent Sanders2012-06-101-0/+42
* Port to libdom changed HTML content's base_target from talloc_strdup to strdu...Michael Drake2012-04-171-1/+1
* Fix meta refresh.Michael Drake2012-04-161-1/+2
* Fix processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-251-3/+45
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-251-0/+5
* Clean up additional interned stringsJohn Mark Bell2012-03-251-0/+6
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODE/John Mark Bell2012-03-241-1/+1
* Suppress strict aliasing moansJohn Mark Bell2012-03-241-3/+3
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-241-1/+1
* Fix up meta refresh parserJohn Mark Bell2012-03-241-151/+226
* Fix up html_process_style_elementJohn Mark Bell2012-03-241-36/+68
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODEJohn Mark Bell2012-03-241-1/+1
* Fix up html_find_stylesheetsJohn Mark Bell2012-03-241-46/+117
* Fix exc undeclared.François Revel2012-03-241-0/+1
* continuting work in progressVincent Sanders2012-03-241-132/+101
* conversion to libdom Vincent Sanders2012-03-241-1103/+1319
* initial move to libdomVincent Sanders2012-03-231-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
* Don't override UA stylesheet origin with User origin.Michael Drake2012-03-061-1/+1
* Enable User CSS file.Michael Drake2012-03-061-2/+27
* Log URL of external CSS which fails to fetch.Michael Drake2011-12-041-2/+5
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-10/+10
* Avoid assertion crash when html object recieves favicon message.Michael Drake2011-12-021-0/+4
* Pass drops into iframes.Michael Drake2011-12-011-2/+12
* Currently untested (and unused) "drop file on content" handling, and HTML imp...Michael Drake2011-12-011-0/+155
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-291-0/+54
* Fix bug #3433787: ignore empty meta refresh content attribute.John Mark Bell2011-11-051-8/+28
* Use lwc_string for box->id.Michael Drake2011-10-291-1/+1
* Fix leaky refcountingJohn Mark Bell2011-10-081-0/+12
* Improve performance of style selectionJohn Mark Bell2011-10-081-0/+21
* Improve error handlingJohn Mark Bell2011-10-081-19/+15