summaryrefslogtreecommitdiff
path: root/gtk/viewsource.c
Commit message (Collapse)AuthorAgeFilesLines
* Use forward declaration instead of #include for nsurl.Michael Drake2015-02-261-0/+1
|
* Improve content encoding information APIVincent Sanders2014-11-071-4/+4
| | | | | Extend the content_get_encoding() API to retrieve the source of the encoding as well as the actual encoding.
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-2/+1
| | | | | | | The frontends previously had to use an html renderer API to get the encoding of a content. This also required the explicit checking of the contents type rather than using the existing content API to abstract this knowledge.
* Don't need the old url header.Michael Drake2014-10-311-1/+0
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+1
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* fix leaking of title text (coverity 1229480)Vincent Sanders2014-08-181-9/+4
|
* rationalise source viewVincent Sanders2014-08-011-0/+81