summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Collapse)AuthorAgeFilesLines
* fix mimetype handling of script elementsVincent Sanders2012-06-281-15/+70
| | | | svn path=/trunk/netsurf/; revision=13993
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=13971
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
| | | | svn path=/trunk/netsurf/; revision=13969
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-191-220/+545
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
| | | | svn path=/trunk/netsurf/; revision=13967
* improve javascript supportVincent Sanders2012-06-101-0/+42
| | | | svn path=/trunk/netsurf/; revision=13962
* Port to libdom changed HTML content's base_target from talloc_strdup to ↵Michael Drake2012-04-171-1/+1
| | | | | | strdup, so use free instead of talloc_free in html_destroy. svn path=/trunk/netsurf/; revision=13877
* Fix meta refresh.Michael Drake2012-04-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=13876
* Fix processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13873
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-251-3/+45
| | | | svn path=/trunk/netsurf/; revision=13692
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=13653
* Clean up additional interned stringsJohn Mark Bell2012-03-251-0/+6
| | | | svn path=/trunk/netsurf/; revision=13649
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODE/John Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13641
* Suppress strict aliasing moansJohn Mark Bell2012-03-241-3/+3
| | | | svn path=/trunk/netsurf/; revision=13636
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13632
* Fix up meta refresh parserJohn Mark Bell2012-03-241-151/+226
| | | | svn path=/trunk/netsurf/; revision=13631
* Fix up html_process_style_elementJohn Mark Bell2012-03-241-36/+68
| | | | svn path=/trunk/netsurf/; revision=13626
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODEJohn Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13624
* Fix up html_find_stylesheetsJohn Mark Bell2012-03-241-46/+117
| | | | svn path=/trunk/netsurf/; revision=13623
* Fix exc undeclared.François Revel2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13615
* continuting work in progressVincent Sanders2012-03-241-132/+101
| | | | svn path=/trunk/netsurf/; revision=13610
* conversion to libdom Vincent Sanders2012-03-241-1103/+1319
| | | | | | work in progress with FIXME blocks svn path=/trunk/netsurf/; revision=13606
* initial move to libdomVincent Sanders2012-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13573
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
| | | | svn path=/trunk/netsurf/; revision=13548
* Don't override UA stylesheet origin with User origin.Michael Drake2012-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13508
* Enable User CSS file.Michael Drake2012-03-061-2/+27
| | | | svn path=/trunk/netsurf/; revision=13507
* Log URL of external CSS which fails to fetch.Michael Drake2011-12-041-2/+5
| | | | svn path=/trunk/netsurf/; revision=13239
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-10/+10
| | | | svn path=/trunk/netsurf/; revision=13236
* Avoid assertion crash when html object recieves favicon message.Michael Drake2011-12-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=13220
* Pass drops into iframes.Michael Drake2011-12-011-2/+12
| | | | svn path=/trunk/netsurf/; revision=13217
* Currently untested (and unused) "drop file on content" handling, and HTML ↵Michael Drake2011-12-011-0/+155
| | | | | | implementation. svn path=/trunk/netsurf/; revision=13214
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-291-0/+54
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* Fix bug #3433787: ignore empty meta refresh content attribute.John Mark Bell2011-11-051-8/+28
| | | | | | Squash memory leaks in error cases. svn path=/trunk/netsurf/; revision=13127
* Use lwc_string for box->id.Michael Drake2011-10-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=13093
* Fix leaky refcountingJohn Mark Bell2011-10-081-0/+12
| | | | svn path=/trunk/netsurf/; revision=13002
* Improve performance of style selectionJohn Mark Bell2011-10-081-0/+21
| | | | svn path=/trunk/netsurf/; revision=13000
* Improve error handlingJohn Mark Bell2011-10-081-19/+15
| | | | svn path=/trunk/netsurf/; revision=12998
* metadata links stored in contentsVincent Sanders2011-10-071-28/+73
| | | | | | browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
* initial favicon supportVincent Sanders2011-10-061-16/+29
| | | | svn path=/trunk/netsurf/; revision=12975
* Build resource: map at start timeJohn Mark Bell2011-10-051-38/+39
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Don't try to LOG url of errored stylesheet content.Michael Drake2011-10-041-3/+1
| | | | svn path=/trunk/netsurf/; revision=12946
* Pass nsurls through html_fetch_object.Michael Drake2011-10-041-13/+2
| | | | svn path=/trunk/netsurf/; revision=12945
* Set iframe url pointer to NULL after unref at other end too.Michael Drake2011-10-031-1/+3
| | | | svn path=/trunk/netsurf/; revision=12943
* Can't talloc_free nsurls. Thanks jmb.Michael Drake2011-10-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12940
* Parallelise object fetchesJohn Mark Bell2011-10-031-76/+45
| | | | svn path=/trunk/netsurf/; revision=12934
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-3/+4
| | | | svn path=/trunk/netsurf/; revision=12933
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-83/+93
| | | | svn path=/trunk/netsurf/; revision=12926
* add html objects in better orderVincent Sanders2011-10-031-3/+14
| | | | svn path=/trunk/netsurf/; revision=12923
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-24/+71
| | | | svn path=/trunk/netsurf/; revision=12912
* Remove gui_multitaskJohn Mark Bell2011-09-211-44/+3
| | | | svn path=/trunk/netsurf/; revision=12828