aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dom_tests
AgeCommit message (Expand)Author
2016-04-18Fix tests.Stephen Blott
2016-04-18Require documentReady for all UI components.Stephen Blott
2016-04-10Fix Vomnibar initialization issue.Stephen Blott
2016-04-08Merge pull request #2088 from smblott-github/filtered-hints-better-typed-text...Stephen Blott
2016-04-08Filtered hints; ignore unmatched text.Stephen Blott
2016-04-08Do not post hint descriptors back to the frame itself.Stephen Blott
2016-04-04Handle requireHref for link hints locally.Stephen Blott
2016-04-02Refactor DomUtils.documentReady.Stephen Blott
2016-03-30Add tests for GrabBackFocus.Stephen Blott
2016-03-30Add test for SuppressAllKeyboardEvents.Stephen Blott
2016-03-29Add tests for WaitForEnter.Stephen Blott
2016-03-29Ensure window has focus in tests.Stephen Blott
2016-03-28Filter out link-hint false positives.Stephen Blott
2016-03-28Global link hints; fix tests after rebase.Stephen Blott
2016-03-28Global link hints; self code review.Stephen Blott
2016-03-28Golbal link hints; fic tests.Stephen Blott
2016-03-25Better choice of callapse on exit.Stephen Blott
2016-03-25More selective integration with the tests.Stephen Blott
2016-03-25Add tests for visual mode.Stephen Blott
2016-03-21Simplify singleton handling.Stephen Blott
2016-03-21Rework visual mode.Stephen Blott
2016-03-21Rename visual mode file.Stephen Blott
2016-03-18Clarify why things are exported.Stephen Blott
2016-03-18Refactor the front-end initialisation sequence.Stephen Blott
2016-03-17Minor refactoring.Stephen Blott
2016-03-17Use Chrome frameIds.Stephen Blott
2016-03-17Move alphabet hint tests...Stephen Blott
2016-03-17Fix long-standing bug in link-hints tests.Stephen Blott
2016-03-13Add tests in various areas...Stephen Blott
2016-03-10Tests; add alphabet-hint hint tests.Stephen Blott
2016-03-06Initialize UI components only when they're needed.Stephen Blott
2016-03-06Fix count handling (again).Stephen Blott
2016-03-06Normal mode tests.Stephen Blott
2016-03-05Key bindings; add line missing from tests.Stephen Blott
2016-03-05Key bindings; refactor passKeys distribution.Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; refactor passKeys.Stephen Blott
2016-03-05Key bindings; fix tests...Stephen Blott
2016-02-23Tweak #2015.Stephen Blott
2016-02-23Workaround for the hanging part of issue #1944 "Tests fail/hang with latest P...stephane
2016-01-28Simplify hint-string generation; fix tests.Stephen Blott
2015-10-02Block keyboard events when a filtered hint matches.Stephen Blott
2015-09-13Only show link hints for <label>s for elements without a hintmrmr1993
2015-09-13Make <label>s clickable with LinkHintsmrmr1993
2015-09-11Make the sort used for filetered link hints stable.Stephen Blott
2015-06-25Merge branch 'store-all-settings' into hud-iframe-input-with-store-all-settingsStephen Blott
2015-06-10Guard against chrome being undefined in the HUD iframemrmr1993
2015-06-10Fix bug relating to duplicate hint strings.Stephen Blott
2015-06-09Make LinkHints a class (LinkHintsMode).Stephen Blott
2015-06-01Remove LinkHints.init()...Stephen Blott