[Pkg-mozext-commits] [tabmixplus] 22/34: [e10s] Don't use browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW

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 e651aa743eaa238020207faa465b7bf034a6268e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Feb 22 22:15:48 2015 +0200

    [e10s] Don't use browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW
---
 modules/Services.jsm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/modules/Services.jsm b/modules/Services.jsm
index 567d952..b03d4d2 100644
--- a/modules/Services.jsm
+++ b/modules/Services.jsm
@@ -265,20 +265,6 @@ XPCOMUtils.defineLazyGetter(TabmixSvc, "isPaleMoonID", function () {
   return Services.appinfo.ID == "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}";
 });
 
-/**
- * bug 1051017 - Firefox 34 - change
- * browser.contentWindow -> browser.contentWindowAsCPOW
- * browser.contentDocument -> browser.contentDocumentAsCPOW
- * window.content -> window.gBrowser.selectedBrowser.contentWindowAsCPOW
- **/
-XPCOMUtils.defineLazyGetter(TabmixSvc, "contentWindowAsCPOW", function () {
-  return isVersion(340) ? "contentWindowAsCPOW" : "contentWindow";
-});
-
-XPCOMUtils.defineLazyGetter(TabmixSvc, "contentDocumentAsCPOW", function () {
-  return isVersion(340) ? "contentDocumentAsCPOW" : "contentDocument";
-});
-
 XPCOMUtils.defineLazyModuleGetter(TabmixSvc, "FileUtils",
   "resource://gre/modules/FileUtils.jsm");
 

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