Browse Source

refactored tabs/context code

pull/2/head
gorhill 10 years ago
parent
commit
301e707e6b
  1. 1
      platform/firefox/vapi-background.js

1
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'

Loading…
Cancel
Save