summaryrefslogtreecommitdiff
path: root/render/imagemap.c
Commit message (Expand)AuthorAgeFilesLines
* Pass html_content to box_extract_link.Michael Drake2016-01-211-3/+4
* Change LOG() macro to be varadicVincent Sanders2015-05-281-16/+5
* Doxygen cleanupsVincent Sanders2014-11-121-5/+5
* remove uncessary null check (coverity 1199865) and remove forward referencesVincent Sanders2014-05-181-282/+269
* ensure imagemap lists are freed on error paths (coverity 1109880)Vincent Sanders2014-01-241-0/+6
* cleanups to fix new clang warningsVincent Sanders2014-01-101-4/+4
* Fix a potential leak.Michael Drake2013-09-051-2/+1
* Allocate correct amount of mem for pointers to imagemaps.Michael Drake2013-09-051-1/+1
* Fix trying to free a load of stuff dereferenced from a NULL ptr.Michael Drake2013-02-221-11/+13
* Improve error handling in html contentVincent Sanders2012-10-171-7/+12
* Fix imagemap handling to handle no coords attr when shape attr is not default.Michael Drake2012-09-241-1/+1
* Fixup for latest libdom.Michael Drake2012-09-111-2/+4
* Cope with missing/empty href attributeJohn-Mark Bell2012-08-301-1/+1
* Interned string cleanup, phase 5: Move imagemap.c to corestring.Michael Drake2012-07-221-20/+20
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-251-208/+235
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+2
* conversion to libdom Vincent Sanders2012-03-241-9/+13
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-13/+15
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-3/+4
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-061-2/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-29/+24
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-9/+11
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
* Fix stupidJohn Mark Bell2009-07-021-2/+3
* Make this more legible and squash leaks.John Mark Bell2009-07-021-121/+127
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-0/+1
* C89François Revel2008-08-081-2/+2
* Add rectangle as alias for "rect"John Mark Bell2008-07-291-1/+2
* Recurse into <area> and <a>, too.John Mark Bell2008-05-281-3/+5
* SignednessWarnings.squash()John Mark Bell2008-02-251-8/+8
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+16
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-5/+5
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix 1559653.John Mark Bell2006-09-181-2/+7
* Add frame target support to imagemaps.John Mark Bell2006-09-061-35/+94
* [project @ 2005-08-14 23:56:15 by jmb]John Mark Bell2005-08-141-0/+676