summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Michael Drake2010-11-031-1/+1
* Fix crash when top-level content is not HTML and there is a fragment identifi...John Mark Bell2010-10-111-2/+4
* Change back to using tree directly because element navigation functions requi...James Bursa2010-09-161-2/+4
* Use libxml functions to loop through elements in html_head() instead of check...James Bursa2010-09-161-5/+2
* Pedantic whitespace changeJohn Mark Bell2010-06-301-1/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+45
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-19/+1
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-1/+1
* Update comment for new cache.Michael Drake2010-04-251-1/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+0
* Use API to invalidate content freshness informationJohn Mark Bell2010-04-121-1/+1
* Remove need to constantly type c->data.html in html_destroy().John Mark Bell2010-04-111-37/+40
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-111-84/+110
* Catch calls to html_clone, which is guaranteed to result in breakage, so it's...John Mark Bell2010-04-101-0/+6
* 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