SoupContentSniffer: don't use gio anymore
authorarno <arno@renevier.net>
Tue, 3 May 2011 05:46:07 +0000 (07:46 +0200)
committerDan Winship <danw@gnome.org>
Mon, 8 Aug 2011 22:02:32 +0000 (18:02 -0400)
commitecec6eeba21beeab1ef33473dd82d490176e15d9
treef07daf1414eda0f470da60afdb3f8a300fba5a5f
parent6b2b958f588526fac12ccf8b73d14afd2195957f
SoupContentSniffer: don't use gio anymore

This brings the content sniffing algorithm closer to the HTML5
specification.

https://bugzilla.gnome.org/show_bug.cgi?id=648846
libsoup/soup-content-sniffer.c
tests/resources/html_binary.html [new file with mode: 0644]
tests/resources/ps_binary.ps [new file with mode: 0644]
tests/resources/text_binary.txt [new file with mode: 0644]
tests/sniffing-test.c