summaryrefslogtreecommitdiff
path: root/www/xpi-foxyproxy/files/patch-components_foxyproxy.js
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2009-07-14 03:56:51 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2009-07-14 03:56:51 +0000
commitb2e878614d98648ee8520a00fc32835b5d83ff2d (patch)
tree5f93ee21aeff9511c8d9e3490f2bf75414324507 /www/xpi-foxyproxy/files/patch-components_foxyproxy.js
parentAdd ``regression-test'' and ``check'' aliases to the test-target. The (diff)
Update to 2.13.
PR: ports/136062 Reported by: Sutra Zhou zhoushuqun gmail com Submitted by: Ashish SHUKLA wahjava gmail com (maintainer)
Notes
Notes: svn path=/head/; revision=237748
Diffstat (limited to 'www/xpi-foxyproxy/files/patch-components_foxyproxy.js')
-rw-r--r--www/xpi-foxyproxy/files/patch-components_foxyproxy.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/xpi-foxyproxy/files/patch-components_foxyproxy.js b/www/xpi-foxyproxy/files/patch-components_foxyproxy.js
deleted file mode 100644
index b1f3c8f43319..000000000000
--- a/www/xpi-foxyproxy/files/patch-components_foxyproxy.js
+++ /dev/null
@@ -1,26 +0,0 @@
-
-$FreeBSD$
-
---- components/foxyproxy.js.orig
-+++ components/foxyproxy.js
-@@ -424,15 +424,13 @@
- },
-
- getDefaultPath : function() {
-- //var file = CC["@mozilla.org/file/local;1"].createInstance(CI.nsILocalFile);
-- //var dir = CC["@mozilla.org/file/directory_service;1"].getService(CI.nsIProperties).get("ProfD", CI.nsILocalFile);
-- var f = settingsDir.clone();
-- f.append("foxyproxy.xml");
-+ var file = CC["@mozilla.org/file/local;1"].createInstance(CI.nsILocalFile);
-+ var dir = CC["@mozilla.org/file/directory_service;1"].getService(CI.nsIProperties).get("ProfD", CI.nsILocalFile);
- // dump("settings file: " + f.path + "\n");
- return f;
-- // file.initWithPath(dir.path);
-- // file.appendRelativePath("foxyproxy.xml");
-- // return file;
-+ file.initWithPath(dir.path);
-+ file.appendRelativePath("foxyproxy.xml");
-+ return file;
- },
-
- // Convert |o| from: