summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-10 12:46:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-10 12:46:35 +0800
commit4be46567cfac284ae01f771a2f070b495e7503a9 (patch)
treea469bfba4146e1cf6832d84f1af5eda1e314512a /www/epiphany-extensions/files
parent65a7284e04fe0f76ecc2b2bc7f48e13f378d6aae (diff)
downloadmarcuscom-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.cpp21
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