summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify code using xmlDocGetRootElement().James Bursa2008-05-251-4/+1
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+4
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-111-4/+15
* Squash warning.Michael Drake2008-03-011-1/+1
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-291-6/+22
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-1/+6
* SignednessWarnings.squash()John Mark Bell2008-02-251-19/+29
* Recurse into noscript elements when looking for meta refresh. This would work...John Mark Bell2008-01-281-1/+13
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-281-62/+0
* Process inline stylesheets anywhere in document, not just in <head>.James Bursa2007-10-021-115/+185
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Fix UTF-16LE BOM detection _again_John Mark Bell2007-06-101-1/+1
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-18/+18
* Fix bugs in charset detection.John Mark Bell2007-05-291-20/+66
* Return an error from html_convert() if the base stylesheet fails to load, ins...James Bursa2007-05-061-24/+31
* Set minimum META refresh delay to 1sRichard Wilson2007-04-071-0/+5
* Deal with more ways in which meta refresh URLs can be invalid.John Mark Bell2007-04-011-14/+23
* Fix invalidation of unwanted contents.John Mark Bell2007-03-191-1/+12
* Ensure content owners check that they are still interested in a content John Mark Bell2007-03-181-9/+24
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-2/+7
* Reparse entire document if meta charset resulting in changed document John Mark Bell2007-02-101-14/+48
* Work around libxml oddness in allowing document meta encoding to John Mark Bell2007-02-101-0/+20
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-11/+13
* Add html_dump_frameset() to help understand and debug frames.James Bursa2007-01-241-0/+56
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-131-96/+126
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-311-1/+3
* Implement form targets (fix 1619094)Richard Wilson2006-12-301-1/+2
* Improved tracking of memory usage. c->size is now exclusive of talloc size, a...James Bursa2006-12-031-2/+0
* Update project URL.Michael Drake2006-11-271-1/+1
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-261-5/+0
* Move frames-related code out of browser.c into a new file. Remove some browse...James Bursa2006-11-261-5/+0
* Media-descriptors are case-insensitive.Michael Drake2006-11-111-4/+4
* Ensure page encoding isn't trampled.John Mark Bell2006-11-041-0/+3
* Call html_reformat() from html_convert() to eliminate duplicate code. Improve...James Bursa2006-09-161-19/+25
* Experimental new frames code.Richard Wilson2006-09-021-91/+95
* Allow broken meta refresh commands (fix mail.google.com, bug 1522982)Richard Wilson2006-07-171-1/+10
* Check an object has a frame name before comparing.James Bursa2006-07-121-1/+2
* Use case-insensitive strstr to match "stylesheet"John Mark Bell2006-07-021-2/+2
* Ignore alternate stylesheetsJohn Mark Bell2006-06-291-0/+4
* Link rel attribute may be a space separated list, take account of this John Mark Bell2006-06-291-2/+2
* Fix clipping of page background if body shorter than window heightJohn Mark Bell2006-06-291-6/+7
* Report fetching of 1 object/stylesheet correctly in status barAdrian Lees2006-05-291-5/+12
* Remove incorrect comment.James Bursa2006-04-091-1/+0
* [project @ 2006-03-26 23:05:08 by dsilvers]Daniel Silverstone2006-03-261-4/+2
* [project @ 2006-03-26 22:43:22 by dsilvers]Daniel Silverstone2006-03-261-2/+10
* [project @ 2006-03-22 03:56:44 by adrianl]Adrian Lees2006-03-221-1/+4
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-0/+16
* [project @ 2006-01-28 16:01:19 by jmb]John Mark Bell2006-01-281-0/+18
* [project @ 2006-01-25 08:25:37 by jmb]John Mark Bell2006-01-251-1/+6
* [project @ 2006-01-25 06:52:38 by jmb]John Mark Bell2006-01-251-0/+116