From 0cf07f5b3b8400586c2a0a8e15a22e50e81bd9a1 Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 22:42:06 +0200 Subject: [PATCH 01/13] Copy .gitignore from `dev-1.0` branch --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 1b012391..7da448ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,10 @@ *.xpi *.bak* *.orig + +# build and dist directories in the root folder +/build/ +/dist/ + +/tests/mozmill/data +/tests/mozmill/mozmill-tests From 53776846f73ff5a23405763cde3552456b5644fb Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 22:43:40 +0200 Subject: [PATCH 02/13] Change extension ID old: `requestpolicy@requestpolicy.com` new: `rpcontinued@requestpolicy.org` --- src/build.xml | 2 +- src/install.rdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build.xml b/src/build.xml index 28d373cb..919bd25b 100644 --- a/src/build.xml +++ b/src/build.xml @@ -4,7 +4,7 @@ - + diff --git a/src/install.rdf b/src/install.rdf index 1739f692..e722a7d1 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -9,7 +9,7 @@ 2 Control which cross-site requests are allowed. Improve the privacy of your browsing. Secure yourself from Cross-Site Request Forgery (CSRF) and other attacks. Justin Samuel - requestpolicy@requestpolicy.com + rpcontinued@requestpolicy.org http://www.requestpolicy.com/ chrome://requestpolicy/content/prefWindow.xul chrome://requestpolicy/skin/requestpolicy-icon-32.png From 3c213c34fa9885ff14ce83b99c2760ee80675578 Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 22:53:00 +0200 Subject: [PATCH 03/13] update extension name in some places --- src/content/overlay.xul | 4 ++-- src/install.rdf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/overlay.xul b/src/content/overlay.xul index 7c4c62cb..5efed2da 100644 --- a/src/content/overlay.xul +++ b/src/content/overlay.xul @@ -38,7 +38,7 @@ @@ -55,7 +55,7 @@ diff --git a/src/install.rdf b/src/install.rdf index e722a7d1..9cf0e05c 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -4,7 +4,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> - RequestPolicy + RequestPolicy Continued 0.5.28 2 Control which cross-site requests are allowed. Improve the privacy of your browsing. Secure yourself from Cross-Site Request Forgery (CSRF) and other attacks. From 0e549d5daa32b272aca7ed05b3bc19c5bed20809 Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 22:53:18 +0200 Subject: [PATCH 04/13] update developer information --- src/install.rdf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/install.rdf b/src/install.rdf index 9cf0e05c..48c398e4 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -8,12 +8,16 @@ 0.5.28 2 Control which cross-site requests are allowed. Improve the privacy of your browsing. Secure yourself from Cross-Site Request Forgery (CSRF) and other attacks. - Justin Samuel rpcontinued@requestpolicy.org http://www.requestpolicy.com/ chrome://requestpolicy/content/prefWindow.xul chrome://requestpolicy/skin/requestpolicy-icon-32.png + RequestPolicy Continued Team + + Justin Samuel (original author) + Martin Kimmerle (main developer) + myahoo (French translation) Team erweiterungen.de (German translation) Archaeopteryx (German translation) From 0bdcce5cc6bcefb2a59ea2dde7a71e96d495dd76 Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 23:09:55 +0200 Subject: [PATCH 05/13] update `maxVersion`s --- src/install.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.rdf b/src/install.rdf index 48c398e4..0b473cca 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -44,7 +44,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 4.0 - 26.0 + 40.0a2 @@ -53,7 +53,7 @@ {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.1 - 2.23 + 2.33.* From e853ad3c3e0e390e4a3f19d290ff1278e2ac3b29 Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 23:17:25 +0200 Subject: [PATCH 06/13] update the XPI's readme and `homepageURL` --- src/README | 18 +++++++++++------- src/install.rdf | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/README b/src/README index 64a8ce5c..1c140da9 100644 --- a/src/README +++ b/src/README @@ -1,17 +1,17 @@ -RequestPolicy +RequestPolicy Continued ================================================= A Firefox extension for allowing user control over cross-site requests. -Author: Justin Samuel +original author: Justin Samuel +maintainer/main developer: Martin Kimmerle License: GPL 3 or later -Copyright 2008 -Website: http://www.requestpolicy.com/ -Documentation -------------- -On the website: http://www.requestpolicy.com/ +Website and Documentation +------------------------- +https://requestpolicycontinued.github.io/ + Installation ------------ @@ -19,3 +19,7 @@ Installation Any way you like to install your Firefox extensions. For example, you can open the .xpi file through Firefox's File > Open dialog. + +The extension is developed on github +------------------------------------ +https://github.com/RequestPolicyContinued/requestpolicy diff --git a/src/install.rdf b/src/install.rdf index 0b473cca..1e104bac 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -9,7 +9,7 @@ 2 Control which cross-site requests are allowed. Improve the privacy of your browsing. Secure yourself from Cross-Site Request Forgery (CSRF) and other attacks. rpcontinued@requestpolicy.org - http://www.requestpolicy.com/ + https://requestpolicycontinued.github.io/ chrome://requestpolicy/content/prefWindow.xul chrome://requestpolicy/skin/requestpolicy-icon-32.png From 36310d4aeb6cab527cb49bdf3009bdbc4a4283c4 Mon Sep 17 00:00:00 2001 From: Martin Kimmerle Date: Wed, 20 May 2015 23:45:46 +0200 Subject: [PATCH 07/13] Remove `DOM_VK_ENTER` == Message on AMO: == Warning: DOM_VK_ENTER has been removed. Removing it from your code shouldn't have any impact since it was never triggered in Firefox anyway. See bug https://bugzil.la/969247 for more information. --- src/content/prefWindow.xul | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/prefWindow.xul b/src/content/prefWindow.xul index 666555bd..fa6c1e8f 100644 --- a/src/content/prefWindow.xul +++ b/src/content/prefWindow.xul @@ -128,7 +128,7 @@ + onkeydown="if(event.keyCode==event.DOM_VK_RETURN) { requestpolicy.prefWindow.addToWhitelist(this.button); return false; }" />