summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-09-25Project branch offrafa_99
2020-01-04Remove expansion of '%' #584.Daniel Carl
2019-10-09Added :clearcache by :cleardata command.Daniel Carl
2019-06-04Added ephemeral mode #562.Daniel Carl
2019-06-04Check if file exists during runtime #562.Daniel Carl
2019-06-03Add file storage to allow to collect ephemeral data #562.Daniel Carl
2019-03-24Prevent opening links into new window #544.Daniel Carl
2019-03-16Added test case for disabled opening of new window #544.Daniel Carl
2019-02-13Avoid double client destroy in case of webview close #537.Daniel Carl
2018-10-15Also test completion without filtering.Daniel Carl
2018-10-15Gracefully handle subtleties of util_expand() of `~' and `~user'.Leonardo Taccari
2018-08-06Fix wrong hint label in case of scrolling.Daniel Carl
2018-08-04Removed possible wrong test case #507.Daniel Carl
2018-08-04Added manual test case for #507.Daniel Carl
2018-08-04Move manual hint tests into own directory.Daniel Carl
2018-08-04Fix wrong hint label position on xkcd.com.Daniel Carl
2018-07-30Added tests for the uri handlers #357.Daniel Carl
2018-06-28Put the linker flags after the source files.Daniel Carl
2018-06-28Use explicit rules to make test targets.Daniel Carl
2018-06-28Remove duplicate give compiler option -fPIC.Daniel Carl
2018-06-14Added tests for shortcuts #357.Daniel Carl
2018-06-14Do not damage utf8 string on escape.Daniel Carl
2018-06-13Added first test for the util functions #357.Daniel Carl
2017-06-15adds hints.html manual test pageRobert Timm
2017-03-02Simplified test page javascript.Daniel Carl
2017-03-02Added manual test pages for focus/blur issues.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-08-23Added manual test for contenteditable element (#237).Daniel Carl
2015-06-25Replaced "-Wpedantic" with "-pedantic"Dmitrij D. Czarkoff
2015-04-26Check for dom focus/blur event on window object cleared (#201).Daniel Carl
2015-02-21Merged code from mode.c into main.cDaniel Carl
2015-02-14Add <Space> as special map key name (#176).Daniel Carl
2015-02-04Use more g_string_* function in map processing (#160).Daniel Carl
2015-02-04Use gstring for map processing (#160).Daniel Carl
2015-02-03Better message if unit test fails.Daniel Carl
2015-01-25Use own Makefile for src directory.Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-12-02Fixed broken automated test.Daniel Carl
2014-12-02Show mode label in statusbar.Daniel Carl
2014-12-01Stripped unneeded stuff from test html.Daniel Carl
2014-11-29Added manual test for dom focus changes (#112).Daniel Carl
2014-11-27Added manual tests for HSTS uri change in iFrame (#146).Daniel Carl
2014-09-22Removed unused util_wildmatch function.Daniel Carl
2014-09-07Allow to match multiple patterns (#100).Daniel Carl
2014-09-06Added curly brace pattern matching for auto commands (#100).Daniel Carl
2014-09-06Added more test cases for multiple * and ? in pattern.Daniel Carl
2014-09-01Added utility function for wildcard matching.Daniel Carl
2014-06-10Removed test macros by functions.Daniel Carl
2014-06-09Don't relink the libvimb before each test.Daniel Carl
2014-06-09Don't use g_shell_parse_argv for shortcuts (#88).Daniel Carl