aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-encoding: auto-calculate 'title-elided' and 'collation-key'Xan Lopez2012-07-311-4/+46
| | | | They are derived from 'title', no need to pass them as parameters.
* ephy-encodings: rewrite to drop usage of EphyNodeXan Lopez2012-07-311-0/+233
We have a new 'EphyEncoding' object holding the encoding data, and the EphyEncodings object is now just a hash table holding a bunch of these. Change all the UI code to use the new APIs. https://bugzilla.gnome.org/show_bug.cgi?id=680735