summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* Add encoding source getter.Michael Drake2010-04-071-0/+16
* Release favicon when HTML content is destroyedJohn Mark Bell2010-04-041-0/+5
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-4/+7
* Most of a stop implementation.John Mark Bell2010-04-041-1/+6
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-4/+4
* Remove pointless destruction of bitmap: HTML contents will never have one.John Mark Bell2010-04-031-5/+0
* Use mutator to modify content's title field.John Mark Bell2010-04-031-8/+8
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-31/+13
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-1/+1
* Remove fetchcache.[ch]Daniel Silverstone2010-03-281-1/+0
* Ensure we honour html_fetch_object's API properly regarding NOMEM behaviourDaniel Silverstone2010-03-281-19/+18
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-391/+534
* Remove apparently spurious status update.John Mark Bell2010-02-101-2/+0
* fix box_dump callVincent Sanders2010-01-281-1/+1
* 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