summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make POTFILES.in check ignore parts folder (#37)Christian Dywan2018-09-041-2/+2
* Rewrite browser core completely in ValaChristian Dywan2018-07-0917-2404/+48
* Fix memory leaks and logic errors in extension loading and testsgue5t2016-01-251-13/+44
* Use g_file_test check instead as it works for both platformsPaweł Forysiuk tuxator@o2.pl2016-01-151-2/+2
* Add helper function for checking if file existsPaweł Forysiuk tuxator@o2.pl2016-01-101-2/+2
* Ensure vala knows the prototypes of functions it calls, fixing pointer trunca...gue5t2015-08-161-3/+7
|\
| * Fix a pointer truncation bug on 64-bit where C compiler assumed int return typegue5t2015-08-091-3/+7
* | Add unit test to check appmenu/menubar visibilitygue5t2015-08-151-0/+38
|/
* avoid deprecated SoupServer API with libsoup 2.48gue5t2015-06-132-2/+26
|\
| * avoid deprecated SoupServer API with libsoup 2.48gue5t2015-04-192-2/+26
* | Move to WebKit2 4.0 which broke ABIGeronimo Bareiro2015-04-281-19/+0
|\ \
| * | Move to WebKit2 4.0 which broke ABIChristian Dywan2015-04-191-19/+0
| |/
* | use exit instead of return in license scriptgue5t2015-04-191-1/+1
|/
* Reimplement Midori.URI.unescape and add various testsgue5t2015-04-121-0/+15
|\
| * Simplify and safen Midori.URI.unescape, add a couple more testsgue5t2015-04-121-0/+2
| * Reimplement Midori.URI_unescape and add various testsgue5t2015-03-241-0/+13
* | add a test to ensure that page titles from history are properly shown in comp...gue5t2015-04-041-0/+56
|/
* Clean up vapi dependencyChristian Dywan2015-03-151-1/+0
|\
| * Clean up vapi dependencyChristian Dywan2015-03-151-1/+0
* | Throw error for wrong paramter in Statement.bindChristian Dywan2015-03-151-0/+37
|\ \
| * | Throw error for wrong paramter in Statement.bindChristian Dywan2015-03-151-0/+37
| |/
* | Calculate transfer progress at regular intervals to fix 0B/s bug and recalcit...gue5t2015-03-141-2/+2
|\ \ | |/ |/|
| * Use a real frame timer instead of connecting to download progress and rename ...gue5t2014-04-231-2/+2
* | Merged from lp:~gero-bare/midori/webkit2download-bug-1173744 with style fixesRobert Roth2014-07-031-2/+4
|\ \
| * \ Fix some style issuesGero-Bare2014-04-261-1/+1
| |\ \ | |/ / |/| |
| * | Merge with lp:midori.Gero-Bare2014-04-214-27/+66
| |\ \
| * | | Added download capabilities to the webkit2 version of midori(lp:1173744)Gero-Bare2014-04-161-6/+10
| | |/ | |/|
* | | Compile with valac 0.16 againgue5t2014-04-221-1/+1
| |/ |/|
* | fix crash right-clicking forms on local pagesgue5t2014-04-191-0/+24
|\ \
| * | bulletproof search token logic and add token testgue5t2014-04-061-0/+24
| |/
* | Use dependencies to clear test folders before executionChristian Dywan2014-04-062-22/+34
|\ \
| * | Execute extension tests separately from CMakeChristian Dywan2014-04-042-22/+34
| |/
* | Outsource about: pages into an extensionChristian Dywan2014-04-051-5/+8
|\ \ | |/ |/|
| * Outsource about: pages into an extensionChristian Dywan2014-02-261-5/+8
* | Port autocompleter test to async jobChristian Dywan2014-03-151-43/+41
|\ \
| * | Port autocompleter test to async jobChristian Dywan2014-01-271-43/+41
| |/
* | Add first notebook test verifying escapingChristian Dywan2014-03-071-0/+33
|/
* Introduce Midori.Test.init with a custom log handlerChristian Dywan2014-01-252-2/+2
* Introduce Test.Job class for async test functionsChristian Dywan2014-01-221-33/+16
* Uncomment failing assertions about view_source in tab testChristian Dywan2014-01-131-2/+2
* Tighten app test case and remove extension caseChristian Dywan2014-01-111-104/+12
* Implement clear method in HistoryDatabase and use in unit testChristian Dywan2013-12-161-24/+1
* Unit test completion with real history resultsChristian Dywan2013-12-131-1/+29
* Skip folders starting with _ from license and potfiles checksChristian Dywan2013-12-122-2/+2
* Fix autoscrolling if page contains a frame with our custom error pagegue5t2013-11-141-0/+31
|\
| * add test for child frame error page scrollinggue5t2013-11-131-0/+31
* | add function to view dom sourceAndré Stösel2013-11-051-1/+1
|\ \
| * | add function to view dom sourceAndré Stösel2013-11-041-1/+1
* | | Resolve compiler warnings in current trunkPaweł Forysiuk2013-11-052-10/+23
|\ \ \ | |/ / |/| |
| * | Free names in extension_settings in extensions testChristian Dywan2013-10-291-0/+1