aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit_tests
AgeCommit message (Expand)Author
2016-09-25Space rotates hints (to make hidden hints visible).Stephen Blott
2016-04-18Cache content_scripts/vimium.css in chrome.storage.local.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-28Use image data for icons.Stephen Blott
2016-03-27Add test for extractQuery().Stephen Blott
2016-03-27Add test for escapeRegexSpecialCharacters().Stephen Blott
2016-03-27Add test for invokeCommandString().Stephen Blott
2016-03-26Add test for badly-formed exclusion regexp.Stephen Blott
2016-03-26Multiple minor tweaks.Stephen Blott
2016-03-18Add Utils.makeIdempotent.Stephen Blott
2016-03-17Tweaks for #2053.Stephen Blott
2016-03-17Simplify domReady handling.Stephen Blott
2016-03-17Move isEnabledForUrl to Frame.port.Stephen Blott
2016-03-05Key bindings; fix tests...Stephen Blott
2016-03-04Do not use standalone @.Stephen Blott
2016-02-21fix a crash of unit testsgdh1995
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-09BgUtils; move tabRecency to bg_tiles.coffee.Stephen Blott
2016-01-31Add a basic log page; tweaks.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-20Add test that every option has a default value.Stephen Blott
2015-06-17Fix non-default front-end settings.Stephen Blott
2015-06-01Refactor and eliminate Sync object.Stephen Blott
2015-06-01Re-work unified settings.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-27Custom-only: single-line completions for custom search engines.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-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; 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-24Add chrome.webNavigation stubs to fix testsmrmr1993
2015-04-24Get incognto state directly from chrome.extensions.inIncognitoContextmrmr1993
2015-04-12Add failing test case.Utkarsh Upadhyay