midori/tests
Christian Dywan b1ee80d55e Implement katze_utf8_stristr, katze_collfold and use in completion
Evidently normalizing any whole string is too slow for completion,
so we need to even out case and composition while iterating through
the strings.

The decompositing version of katze_utf8_stristr is disabled, since
it is too slow, and an ascii only version is used, for now.

A unit test 'compare' is added that solely measures performance of
katze_collfold and katze_utf8_stristr.
2009-12-28 23:59:54 +01:00
..
bookmarks.c Drop Glib version guards from unit tests 2009-03-16 01:30:40 +01:00
browser.c Skip the AddSpeedDial action in the browser test 2009-05-22 01:35:47 +02:00
completion.c Implement katze_utf8_stristr, katze_collfold and use in completion 2009-12-28 23:59:54 +01:00
extensions.c Implement support for extension_test() to unit test extensions 2009-07-16 23:49:10 +02:00
history.c Add an attempt at unit testing history 2009-04-20 21:35:33 +02:00
magic-uri.c Fix crasher in sokoke_hostname_from_uri and add additional tests 2009-12-21 18:26:50 +01:00
properties.c Refactor MidoriPreferences into KatzePreferences base class 2009-10-19 23:15:44 +02:00
wscript_build Implement support for extension_test() to unit test extensions 2009-07-16 23:49:10 +02:00