summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Choose right ico image for typical url bar.Michael Drake2011-10-071-1/+3
* comment removalChris Young2011-10-071-2/+1
* fix botched link renameChris Young2011-10-071-0/+1
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
* favicon fixesChris Young2011-10-073-7/+3
* Fix framebufferJohn Mark Bell2011-10-072-0/+4
* Handle joining to a base with no path.Michael Drake2011-10-071-2/+4
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-073-2/+6
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-072-2/+27
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-073-2/+14
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
* metadata links stored in contentsVincent Sanders2011-10-078-100/+321
* initial favicon supportVincent Sanders2011-10-066-50/+139
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-062-199/+1
* Optimise hotlist loading by using nsurl instead of url_normalise. Also conve...Michael Drake2011-10-061-28/+31
* Only need to cope with trailing whitespace if it exists.Michael Drake2011-10-061-10/+24
* Remove plugin.h too.Michael Drake2011-10-062-45/+0
* Remove old plugin.c.Michael Drake2011-10-062-1861/+1
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-7/+7
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-3/+2
* also convert nsdefault.css in svn tree into a proper link (OS4 SVN does not s...Chris Young2011-10-051-0/+4
* Adjust some typesChris Young2011-10-051-5/+6
* Keep running if an error occursChris Young2011-10-051-0/+1
* Port disabled :visited support to nsurl.Michael Drake2011-10-051-23/+13
* Ensure trailing whitespace is ignored.Michael Drake2011-10-051-0/+9
* Shuffle CSS files so default.css is the main oneChris Young2011-10-054-10/+10
* Avoid making a new nsurl to remove fragment if there is no fragment.Michael Drake2011-10-051-5/+10
* Optimise nsurl__is_no_escape.Michael Drake2011-10-051-93/+28
* Make sure the fragment remover sets the nsurl to NULL on failure.Michael Drake2011-10-051-0/+1
* Namespaceing.Michael Drake2011-10-051-11/+13
* Terminate raw resource URL string.Michael Drake2011-10-051-0/+4
* Handle % in URL without 2 hex digits after.Michael Drake2011-10-051-2/+8
* Fix upper case hex and return -1 for invalid hex.Michael Drake2011-10-051-7/+11
* make url character checks table driven and remove expensive strchrVincent Sanders2011-10-051-19/+150
* Handle upper case hex.Michael Drake2011-10-051-2/+2
* Build resource: map at start timeJohn Mark Bell2011-10-0515-241/+254
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-042-9/+34
* Fix icon loaderChris Young2011-10-042-2/+2
* Don't try to LOG url of errored stylesheet content.Michael Drake2011-10-041-3/+1
* Pass nsurls through html_fetch_object.Michael Drake2011-10-043-42/+52
* Ensure refcounts add upJohn Mark Bell2011-10-031-0/+1
* Set iframe url pointer to NULL after unref at other end too.Michael Drake2011-10-031-1/+3
* Set url pointers to NULL after unref.Michael Drake2011-10-031-2/+6
* Remove unused APIJohn Mark Bell2011-10-031-1/+0
* Can't talloc_free nsurls. Thanks jmb.Michael Drake2011-10-031-2/+2
* More talloc destructors for nsurls.Michael Drake2011-10-031-5/+41
* Fix handling of preformatted textJohn Mark Bell2011-10-031-6/+20
* Add talloc destructor for object_params.Michael Drake2011-10-031-0/+21
* Remove LOG.Michael Drake2011-10-031-1/+1