[Pkg-mozext-commits] [tabmixplus] 19/34: [e10s] Stop using unsafe CPOW by TMP_extensionsCompatibility.RSSTICKER

David Prévot taffit at moszumanska.debian.org
Mon Mar 9 23:28:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 2afa65cad9d61665a66212442e540b98c5c965fa
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Feb 22 12:22:46 2015 +0200

    [e10s] Stop using unsafe CPOW by TMP_extensionsCompatibility.RSSTICKER
---
 chrome/content/extensions/extensions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/extensions/extensions.js b/chrome/content/extensions/extensions.js
index 7dfa4d0..3a696a3 100644
--- a/chrome/content/extensions/extensions.js
+++ b/chrome/content/extensions/extensions.js
@@ -488,7 +488,7 @@ TMP_extensionsCompatibility.RSSTICKER = {
        if (Tabmix.whereToOpen(null).lock)
          this.parent.browser.openInNewTab(this.href);
        else
-         window.gBrowser.selectedBrowser[TabmixSvc.contentDocumentAsCPOW].location.href = this.href;
+         window.loadURI(this.href);
      }
      else if (target == "window") {
        if (Tabmix.singleWindowMode)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list