summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-24 08:06:05 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-24 08:10:23 +0000
commitb915850fbbbc7ad40ace78c0e36f9c91ec655e95 (patch)
tree579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /security
parent5518a7c8e14f9b27335a20748f9d9240d266cfd0 (diff)
downloadaura-central-b915850fbbbc7ad40ace78c0e36f9c91ec655e95.tar.gz
Issue mcp-graveyard/UXP%1656 - Part 8: Devtools and misc.
Diffstat (limited to 'security')
-rw-r--r--security/manager/ssl/PPSMContentDownloader.ipdl1
-rw-r--r--security/manager/ssl/PSMContentListener.cpp1
-rw-r--r--security/manager/ssl/nsKeygenHandlerContent.cpp1
-rw-r--r--security/manager/ssl/nsKeygenHandlerContent.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/security/manager/ssl/PPSMContentDownloader.ipdl b/security/manager/ssl/PPSMContentDownloader.ipdl
index a9c0fc266..7c4991520 100644
--- a/security/manager/ssl/PPSMContentDownloader.ipdl
+++ b/security/manager/ssl/PPSMContentDownloader.ipdl
@@ -1,4 +1,3 @@
-/* vim: set sw=2 sts=2 ts=2 et tw=80 ft=cpp: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/security/manager/ssl/PSMContentListener.cpp b/security/manager/ssl/PSMContentListener.cpp
index 688e2c18c..2327f3462 100644
--- a/security/manager/ssl/PSMContentListener.cpp
+++ b/security/manager/ssl/PSMContentListener.cpp
@@ -1,5 +1,4 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- * vim: set sw=2 sts=2 ts=2 et tw=80:
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/security/manager/ssl/nsKeygenHandlerContent.cpp b/security/manager/ssl/nsKeygenHandlerContent.cpp
index 766da0a6d..4d8935a18 100644
--- a/security/manager/ssl/nsKeygenHandlerContent.cpp
+++ b/security/manager/ssl/nsKeygenHandlerContent.cpp
@@ -1,5 +1,4 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- * vim: set ts=2 sw=2 sts=2 et tw=80:
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/security/manager/ssl/nsKeygenHandlerContent.h b/security/manager/ssl/nsKeygenHandlerContent.h
index c36e57051..18962700e 100644
--- a/security/manager/ssl/nsKeygenHandlerContent.h
+++ b/security/manager/ssl/nsKeygenHandlerContent.h
@@ -1,5 +1,4 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- * vim: set ts=2 sw=2 sts=2 et tw=80:
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this