summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-2/+6
* Squash memory leakJohn Mark Bell2009-11-221-2/+3
* Include size of lwc_context in content size.John Mark Bell2009-07-281-0/+2
* Shrink allocated <style> source data block to minimum.John Mark Bell2009-07-271-14/+29
* Consider stylesheet media typesJohn Mark Bell2009-07-271-121/+126
* Fix crash when a style element is not used because of mismatched media or type.John Mark Bell2009-07-241-16/+19
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-73/+118
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-1/+1
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-5/+5
* Hubbub is no longer optional.John Mark Bell2009-04-171-4/+0
* Handle hubbub errors.John Mark Bell2009-04-151-3/+25
* Purge WITH_AUTHJohn Mark Bell2009-02-221-4/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-4/+0
* If we have no document charset on completion of parse, retrieve it from the b...John Mark Bell2009-02-201-1/+25
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-2/+37
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-101-6/+41
* Charset fallbacks. If we don't support the charset declared in the HTTP heade...John Mark Bell2009-01-061-0/+27
* It's probably a good idea if we're consistent in which allocation routines we...John Mark Bell2009-01-061-3/+6
* More lenient refresh delay parsingJohn Mark Bell2008-12-301-2/+10
* Process error page correctly.John Mark Bell2008-11-201-3/+31
* Don't care about chunk sizes.John Mark Bell2008-11-091-4/+0
* Don't introduce an unnecessary error messageJohn Mark Bell2008-11-091-6/+9
* Port to new hubbub parser APIJohn Mark Bell2008-11-091-11/+21
* add bitmap.h include to silence some warnings on Fedora.Rob Kendrick2008-10-141-0/+1
* Add #if support for controlling debug dumps of box tree and framesetsDaniel Silverstone2008-10-101-4/+17
* C89François Revel2008-09-251-1/+2
* Use stylesheets from LINK elements outside HEAD. (We already supported STYLE ...Michael Drake2008-09-231-115/+97
* Rework html parser bindings to have a common API and reside in separate files...John Mark Bell2008-09-231-691/+39
* Stop double-freeing the document in some error cases.John Mark Bell2008-09-181-1/+1
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-2/+1
* Enable dumping of DOM treeJohn Mark Bell2008-09-081-11/+10
* Revert r5282 -- it's now redundant.John Mark Bell2008-09-071-35/+0
* Super-noisy logging. Do not use this build. Thanks.John Mark Bell2008-09-071-0/+35
* 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