| LOW | tests/dom_tests/dom_tests.js | 201 | }; |
| LOW | tests/dom_tests/dom_tests.js | 221 | // "month", "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", |
| LOW | tests/dom_tests/dom_tests.js | 241 | |
| LOW | tests/dom_tests/dom_tests.js | 961 | // disrepair, or we merged changes to master and neglected to update the tests. We should return to |
| LOW | tests/dom_tests/dom_tests.js | 981 | // assert.isFalse(this.initialVisualMode.modeIsActive); |
| LOW | tests/dom_tests/dom_tests.js | 1001 | // assert.equal("i", getSelection()); |
| LOW | tests/dom_tests/dom_tests.js | 1021 | |
| LOW | tests/dom_tests/dom_tests.js | 1041 | // // TODO(philc): Re-enable |
| LOW | tests/dom_tests/dom_tests.js | 1061 | |
| LOW | tests/dom_tests/dom_tests.js | 1081 | |
| LOW | tests/dom_tests/dom_tests.js | 1101 | // assert.equal("a", getSelection()); |
| LOW | tests/dom_tests/dom_utils_test.js | 121 | // document.getElementById("test-div").innerHTML = """ |
| LOW | lib/utils.js | 241 | // Logs a backtrace when an assertion fails, and also halts execution by throwing an error. We do |
| LOW | lib/settings.js | 61 | # More examples. |
| LOW | pages/vomnibar_page.js | 281 | // - If they've activated a custom search engine in the Vomnibar, launch that search using the |
| LOW | content_scripts/scroller.js | 1 | // activatedElement is different from document.activeElement -- the latter seems to be reserved |
| LOW | content_scripts/mode_visual.js | 41 | /[_0-9\u0041-\u005A\u0061-\u007A\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u0 |
| LOW | content_scripts/ui_component.js | 1 | // A UIComponent is an iframe containing a Vimium extension page, like the Vomnibar. This class |
| LOW | content_scripts/ui_component.js | 21 | shadowDOM; |
| LOW | content_scripts/mode_key_handler.js | 1 | // Example key mapping (@keyMapping): |
| LOW | content_scripts/link_hints.js | 1 | // |
| LOW | content_scripts/mode.js | 1 | // |
| LOW | background_scripts/tab_recency.js | 1 | // TabRecency associates an integer with each tab id representing how recently it has been accessed. |
| LOW | background_scripts/reload.js | 21 | } |
| LOW | background_scripts/all_commands.js | 1 | // This is the order they will be shown in the help dialog. |
| LOW | background_scripts/completion/completers.js | 1 | // This file contains the definition of the completers used for the Vomnibar's suggestion UI. A |
| LOW | background_scripts/completion/completers.js | 161 | let textPosition = 0; |
| LOW | background_scripts/completion/completers.js | 241 | } |
| LOW | background_scripts/completion/search_engines.js | 1 | // An engine provides search suggestions for a online search engine. |
| LOW | background_scripts/completion/search_engines.js | 21 | // "description" and an "explanation". This info is shown as documentation to the user. |
| LOW | background_scripts/completion/ranking.js | 141 | // Get rexexp for `string` from cache, creating it if necessary. |