diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 12:46:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 12:46:35 +0800 |
commit | 4be46567cfac284ae01f771a2f070b495e7503a9 (patch) | |
tree | a469bfba4146e1cf6832d84f1af5eda1e314512a /www/epiphany-extensions/files | |
parent | 65a7284e04fe0f76ecc2b2bc7f48e13f378d6aae (diff) | |
download | marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.tar marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.tar.gz marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.tar.bz2 marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.tar.lz marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.tar.xz marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.tar.zst marcuscom-ports-4be46567cfac284ae01f771a2f070b495e7503a9.zip |
Update to 0.7.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2026 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/files')
-rw-r--r-- | www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp b/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp deleted file mode 100644 index 2e62f2492..000000000 --- a/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- extensions/popup-blocker/mozilla/PopupBlockerListener.cpp.orig Sun Mar 7 20:06:38 2004 -+++ extensions/popup-blocker/mozilla/PopupBlockerListener.cpp Mon Mar 8 01:36:08 2004 -@@ -62,6 +62,7 @@ - rv = popupWindowURI->GetSpec (popupWindowURIString); - NS_ENSURE_SUCCESS (rv, NS_ERROR_FAILURE); - -+#if MOZILLA_SNAPSHOT >= 14 - nsAutoString popupWindowFeatures; - rv = popupEvent->GetPopupWindowFeatures (popupWindowFeatures); - NS_ENSURE_SUCCESS (rv, NS_ERROR_FAILURE); -@@ -69,6 +70,10 @@ - ephy_popup_blocker_extension_block (mOwner, - popupWindowURIString.get (), - NS_ConvertUCS2toUTF8 (popupWindowFeatures).get ()); -+#else -+ ephy_popup_blocker_extension_block (mOwner, popupWindowURIString.get (), -+ NULL); -+#endif - } - - nsresult |