aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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-11Merge pull request #1813 from mrmr1993/stop-decoding-js-uris-after-fixStephen Blott
2015-09-11Make the sort used for filetered link hints stable.Stephen Blott
2015-09-10Don't decode javascript URIs on 46.0.2467.2 and latermrmr1993
2015-06-25Merge branch 'hud-iframe-input-with-store-all-settings'Stephen Blott
2015-06-25Merge branch 'store-all-settings' into hud-iframe-input-with-store-all-settingsStephen Blott
2015-06-20Add test that every option has a default value.Stephen Blott
2015-06-17Fix non-default front-end settings.Stephen 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-01Refactor and eliminate Sync object.Stephen Blott
2015-06-01Remove LinkHints.init()...Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Rewrite settings as a tight wrapper around Settings, tweaks for testsmrmr1993
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-29Verify keyword for custom search-engine activation.Stephen Blott
2015-05-29Make Settings explicitly use a cachemrmr1993
2015-05-29Move settings.coffee from background_scripts/ to lib/mrmr1993
2015-05-29Only perform settings migration in the background pagemrmr1993
2015-05-29Move registration of postUpdateHooks to the corresponding source filesmrmr1993
2015-05-29Remove all direct calls to Sync, stop exporting itmrmr1993
2015-05-29Combine sync.coffee with settings.coffeemrmr1993
2015-05-29Merge branch 'completion-on-custom-search-only' into completion-on-custom-sea...Stephen Blott
2015-05-27Merge pull request #1616 from mrmr1993/detect-inline-inline-fontSize-elementsStephen Blott
2015-05-27Custom-only: single-line completions for custom search engines.Stephen Blott
2015-05-26Refactor to avoid potential race condition.Stephen Blott
2015-05-18Merge branch 'vomnibar-insert-history-with-tab'Stephen Blott
2015-05-17use a less brittle approach to decoding URIs (fix tests).Stephen Blott
2015-05-17TabToOpen: respect trailing options when extracting query terms.Stephen Blott
2015-05-13Domain completer: no completions for "w ".Stephen Blott
2015-05-13Search completion; rework handling when no selection.Stephen Blott
2015-05-11Move the HUD to its own filemrmr1993
2015-05-11Merge branch 'search-engine-completion-v5'Stephen Blott
2015-05-10Search completion; refactor searchEngineCompleter.Stephen Blott
2015-05-09Search completion; tweaks and tests.Stephen Blott
2015-05-09Search completion; complete commmon search term.Stephen Blott
2015-05-09Search completion; refactor SearchCompleter activation.Stephen Blott
2015-05-08Search completion; fix DOM tests.Stephen Blott
2015-05-08Search completion; fix unit tests.Stephen Blott
2015-05-06Fix 889decf6c183a185022c22f21143e5436381b942 for tests.Stephen Blott
2015-05-05Better javascript: test case.Stephen Blott
2015-05-05Fix javascript: URIs.Stephen Blott
2015-05-04Search completion; tweak scoring and synchronization.Stephen Blott
2015-05-02Rename SearchEngineCompleter to CustomSearchEngineCompleter.Stephen Blott
2015-04-29Fix text matching/exclusion; repair tests (again).Stephen Blott
2015-04-29Fix text matching/exclusion; repair tests.Stephen Blott