summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-07-11CVE-2018-10895: Fix CSRF issues with qute://settings/set URLv1.2.xFlorian Bruhin
2018-03-14Swap Control/Meta back on macOSFlorian Bruhin
2018-03-14Disable test_software_rendering on macOSFlorian Bruhin
2018-03-14Add test for #3711Jay Kamat
2018-03-13Fall back to non-keypad keys without any keypad bindingsFlorian Bruhin
2018-03-12Fix lintFlorian Bruhin
2018-03-12Normalize keys read from the configFlorian Bruhin
2018-03-12Make from_obj() work for List/Dict configtypesFlorian Bruhin
2018-03-12tests: Add a yaml_config_stub fixtureFlorian Bruhin
2018-03-11Mark another GreaseMonkey test as flakyFlorian Bruhin
2018-03-09Make sure keys with modifiers get handled as specialFlorian Bruhin
2018-03-09Add first tests for HintKeyParserFlorian Bruhin
2018-03-08Fix handling of empty bindings without breaking :unbindFlorian Bruhin
2018-03-08Fix test/lintFlorian Bruhin
2018-03-07Show the keystring correctly when entering a countFlorian Bruhin
2018-03-07Allow to bind numbers in keybindingsFlorian Bruhin
2018-03-07Make bindings.default only settable in autoconfig.ymlFlorian Bruhin
2018-03-06Fix lintFlorian Bruhin
2018-03-06Apply key_mappings to KeySequences correctlyFlorian Bruhin
2018-03-06Update config tests for pattern changesFlorian Bruhin
2018-03-06Improve error message for QtWebEngine inspectorFlorian Bruhin
2018-03-06Remove Qt 5.8 support and testsFlorian Bruhin
2018-03-06Allow lightweight URL patterns without a schemeFlorian Bruhin
2018-03-06Make path optional in URL patternsFlorian Bruhin
2018-03-06Merge remote-tracking branch 'origin/pr/3456'Florian Bruhin
2018-03-06Fix tests for keyboard parsing changeFlorian Bruhin
2018-03-06Improve parsing of invalid keysFlorian Bruhin
2018-03-05Get rid of unnecessary lambdaFlorian Bruhin
2018-03-05Make sure we have plain keys/modifiers where neededFlorian Bruhin
2018-03-05Update test_init_unknown/test_init_invalid for KeyboardModifierMaskFlorian Bruhin
2018-03-05Add test for :bind completion with invalid bindingFlorian Bruhin
2018-03-05Make sure all keyboard modifiers are handled correctlyFlorian Bruhin
2018-03-05Fix old macOS-specific test codeFlorian Bruhin
2018-03-05Handle invalid keys coming from QtFlorian Bruhin
2018-03-05Add unit tests for BaseKeyParser.handle with dry_run=TrueFlorian Bruhin
2018-03-05Fix test_version without cssutilsFlorian Bruhin
2018-03-05Fix test_mhtml_e2e with Qt 5.11Florian Bruhin
2018-03-05Fix test_modeman.pyFlorian Bruhin
2018-03-05Cache HTML/JS resource files when startingFlorian Bruhin
2018-03-05Rename eventFilter methods in modemanFlorian Bruhin
2018-03-04Disallow numbers in keybindingsFlorian Bruhin
2018-03-04Merge branch 'keys'Florian Bruhin
2018-03-04Make sure bindings with umlauts workFlorian Bruhin
2018-03-04Always prefer exact over partial matchesFlorian Bruhin
2018-03-04Fix handling of </> keysFlorian Bruhin
2018-03-04Fix lintFlorian Bruhin
2018-03-04Refactor other keyinput testsFlorian Bruhin
2018-03-04100% coverage for keyinput.keyutilsFlorian Bruhin
2018-03-04Make KeySequence.matchs() work correctlyFlorian Bruhin
2018-03-04Add more KeySequence testsFlorian Bruhin