summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* Log chunk sizesJohn Mark Bell2008-08-151-0/+4
* Warnings.squash();John Mark Bell2008-08-131-2/+4
* C89François Revel2008-08-111-1/+2
* Squash warningsJohn Mark Bell2008-08-111-0/+2
* Reset the "has_ns" flag when reparsing documents because of encoding change. ...Andrew Sidwell2008-08-111-0/+2
* Partially revert r5024, except make namespaces parser-instance-specific.Andrew Sidwell2008-08-111-10/+14
* Only create the namespace URIs onceJohn Mark Bell2008-08-111-6/+3
* Fix warnings introduced by hubbub integration.Andrew Sidwell2008-08-111-3/+5
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-111-1/+470
* Whoops. Fix BNF to match reality.John Mark Bell2008-07-301-2/+2
* Rewrite parsing of <meta http-equiv="Refresh" ...> content values. The previo...John Mark Bell2008-07-301-41/+92
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-0/+1
* 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