aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authormrmr19932015-09-18 18:45:41 +0100
committermrmr19932015-09-18 18:45:41 +0100
commit2c6d67c05b6ef57aabda288a164dd2885894ae89 (patch)
treea42d82e20c4a527e145ddad2137cfdd46763ba7f /background_scripts
parent37ba00af0e89641d0c54c19968c8986719eecde1 (diff)
downloadvimium-2c6d67c05b6ef57aabda288a164dd2885894ae89.tar.bz2
Load UIComponent stylesheet via XMLHttpRequest, use background as needed
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index df841028..10f7500e 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -668,6 +668,7 @@ sendRequestHandlers =
setIcon: setIcon
sendMessageToFrames: sendMessageToFrames
log: bgLog
+ fetchFileContents: (request, sender) -> fetchFileContents request.fileName
# We always remove chrome.storage.local/findModeRawQueryListIncognito on startup.
chrome.storage.local.remove "findModeRawQueryListIncognito"