[Pkg-mozext-commits] [greasemonkey] 13/24: Indent continued lines by four.
David Prévot
taffit at moszumanska.debian.org
Sat May 30 13:32:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit 6f04d8a8eca49d5918512e068d5b2285a4c3cc3b
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Sat May 23 11:57:45 2015 -0400
Indent continued lines by four.
---
modules/xmlhttprequester.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/xmlhttprequester.js b/modules/xmlhttprequester.js
index f4c9e23..64f3115 100644
--- a/modules/xmlhttprequester.js
+++ b/modules/xmlhttprequester.js
@@ -13,7 +13,7 @@ function GM_xmlhttpRequester(wrappedContentWin, originUrl, sandbox) {
this.wrappedContentWin = wrappedContentWin;
this.originUrl = originUrl;
this.sandbox = sandbox;
- // Firefox < 29 (i.e. PaleMoon) does not support getObjectPrincipal in a
+ // Firefox < 29 (i.e. PaleMoon) does not support getObjectPrincipal in a
// scriptable context. Greasemonkey users on this platform otherwise would
// use an older version without this check, so skipping is no worse.
this.sandboxPrincipal = 'function' == typeof Components.utils.getObjectPrincipal
@@ -81,7 +81,7 @@ GM_xmlhttpRequester.prototype.contentStartRequest = function(details) {
rv.status = req.status;
rv.statusText = req.statusText;
}
-
+
rv = Components.utils.cloneInto({
abort: rv.abort.bind(rv),
finalUrl: rv.finalUrl,
@@ -138,12 +138,12 @@ function(safeUrl, details, req) {
}
if (isPrivate) {
channel = req.channel
- .QueryInterface(Components.interfaces.nsIPrivateBrowsingChannel);
+ .QueryInterface(Components.interfaces.nsIPrivateBrowsingChannel);
channel.setPrivate(true);
}
channel = req.channel
- .QueryInterface(Components.interfaces.nsIHttpChannelInternal);
+ .QueryInterface(Components.interfaces.nsIHttpChannelInternal);
channel.forceAllowThirdPartyCookie = true;
if (details.overrideMimeType) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list