File: background.js

package info (click to toggle)
vimium 2.1.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: javascript: 12,766; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
import "../lib/utils.js";
import "../lib/settings.js";
import "../lib/url_utils.js";
import "../background_scripts/tab_recency.js";
import "../background_scripts/bg_utils.js";
import "../background_scripts/commands.js";
import "../background_scripts/exclusions.js";
import "../background_scripts/completion_engines.js";
import "../background_scripts/completion_search.js";
import "../background_scripts/completion.js";
import "../background_scripts/tab_operations.js";
import "../background_scripts/marks.js";
import "../background_scripts/main.js";