aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-25 06:08:27 +0800
committermarcus <marcus@FreeBSD.org>2007-02-25 06:08:27 +0800
commitcb50f32a429fec9ea229f4169c4f3404ebe6c8b0 (patch)
treea825597b949d4f866933b0ac4c319290ae85b00e /www/firefox/files
parentba5e77ce5d245b19c6b7ba1b6b0d4d4454ca5715 (diff)
downloadfreebsd-ports-gnome-cb50f32a429fec9ea229f4169c4f3404ebe6c8b0.tar.gz
freebsd-ports-gnome-cb50f32a429fec9ea229f4169c4f3404ebe6c8b0.tar.zst
freebsd-ports-gnome-cb50f32a429fec9ea229f4169c4f3404ebe6c8b0.zip
Update to 2.0.0.2 to fix some security vulnerabilities. See
http://vuxml.FreeBSD.org/12bd6ecf-c430-11db-95c5-000c6ec775d9.html for more details.
Diffstat (limited to 'www/firefox/files')
-rw-r--r--www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp b/www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp
deleted file mode 100644
index df9abaef67cc..000000000000
--- a/www/firefox/files/patch-widget_src_gtk2_nsDragService.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- widget/src/gtk2/nsDragService.cpp.nograb 2007-01-16 21:26:49.000000000 -0500
-+++ widget/src/gtk2/nsDragService.cpp 2007-01-16 21:27:04.000000000 -0500
-@@ -799,7 +799,6 @@
- void
- nsDragService::GetTargetDragData(GdkAtom aFlavor)
- {
-- gtk_grab_add(mHiddenWidget);
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("getting data flavor %d\n", aFlavor));
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("mLastWidget is %p and mLastContext is %p\n",
- mTargetWidget, mTargetDragContext));
-@@ -817,7 +816,6 @@
- gtk_main_iteration();
- }
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("finished inner iteration\n"));
-- gtk_grab_remove(mHiddenWidget);
- }
-
- void