summaryrefslogtreecommitdiff
path: root/tests/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Free names in extension_settings in extensions testChristian Dywan2013-10-291-0/+1
* Fix unit tests building with WebKit2Christian Dywan2013-04-011-0/+2
* Always set extension "filename" and test paths for multi extensionsChristian Dywan2013-03-301-1/+14
* Don't free extension_path in extension test before using itChristian Dywan2012-12-151-1/+1
* Use midori_paths_get_lib_path in extension testChristian Dywan2012-12-121-3/+6
* Reflect custom app name in instance nameChristian Dywan2012-12-091-3/+3
* Set 10 seconds timeout on app_normal and tab_special testsChristian Dywan2012-12-081-0/+8
* Handle app setup errors in midori_app_setupChristian Dywan2012-11-181-1/+1
* Introduce Completion API with search and history classesChristian Dywan2012-10-051-0/+1
* Leave writable folders unset in private/ app modeChristian Dywan2012-09-281-2/+1
* Move extension loading/ activating out of main for testingChristian Dywan2012-09-251-63/+22
* Introduce Midori.Paths and Midori.RuntimeModeChristian Dywan2012-08-271-0/+1
* Merge gtk_init into midori_app_setupChristian Dywan2012-08-061-2/+1
* Update extension test to extension_init changesVincent Cappe2012-04-121-5/+17
* An extension_init returning NULL is no test errorChristian Dywan2011-11-181-0/+2
* Fix test issues due to unset settings, version, sessionChristian Dywan2011-11-081-0/+1
* sokoke, gtk3-compat, gtkiconentry, stock join midori-platform.hChristian Dywan2011-10-311-4/+0
* Merge thread setup, stock items, argv, i18n into MidoriAppChristian Dywan2011-10-281-1/+1
* Test activation and deactivation of extensionsChristian Dywan2011-01-161-2/+2
* Add a dummy cookie jar for extension unit testChristian Dywan2011-01-161-0/+2
* Implement support for extension_test() to unit test extensionsChristian Dywan2009-07-161-0/+66
* Unit test using a string_list settingChristian Dywan2009-04-251-0/+39
* Use a valid app when testing extension activationChristian Dywan2009-03-251-4/+9
* Drop Glib version guards from unit testsChristian Dywan2009-03-161-4/+0
* Add boolean and integer settings to MidoriExtension, with testsChristian Dywan2009-02-201-3/+43
* Run tests without requiring a displayChristian Dywan2009-02-191-1/+1
* Add an extension testChristian Dywan2009-02-051-0/+101