aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2016-02-29 06:07:01 +0000
committerStephen Blott2016-03-05 05:39:33 +0000
commit9cfa00bc7db3e07c3abbeb09e483d9fdf20bbc17 (patch)
tree36582874bbf16741cc097613527e55065328ae8a /tests
parentf2bced459457dcc962d4bafe2fdf2e6245506ee3 (diff)
downloadvimium-9cfa00bc7db3e07c3abbeb09e483d9fdf20bbc17.tar.bz2
Key bindings; refactor passKeys.
Previously, the key-handling logic (keyQueue, etc) was and the backend whereas passKeys were handled in the content scripts - so they were a long way apart. Now that they're in the same place, it makes more sense to integrate passKey handling into the regular key handling, because they depend upon the same data structures.
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html
index 8c914d3c..9aa804d1 100644
--- a/tests/dom_tests/dom_tests.html
+++ b/tests/dom_tests/dom_tests.html
@@ -42,7 +42,6 @@
<script type="text/javascript" src="../../content_scripts/link_hints.js"></script>
<script type="text/javascript" src="../../content_scripts/vomnibar.js"></script>
<script type="text/javascript" src="../../content_scripts/scroller.js"></script>
- <script type="text/javascript" src="../../content_scripts/mode_passkeys.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_insert.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_find.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_visual_edit.js"></script>