From 301e707e6be90eaf2905cfbc47af1b955f07c102 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 8 Apr 2015 18:46:08 -0400 Subject: [PATCH] refactored tabs/context code --- platform/firefox/vapi-background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index da5a037..0b04d43 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1920,6 +1920,7 @@ vAPI.onLoadAllCompleted = function() { var tabId = this.tabs.getTabId(tab); var browser = getBrowserForTab(tab); + µb.tabContextManager.commit(tabId, browser.currentURI.asciiSpec); µb.bindTabToPageStats(tabId, browser.currentURI.asciiSpec); browser.messageManager.sendAsyncMessage( location.host + '-load-completed'