summaryrefslogtreecommitdiffstats
path: root/toolkit
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
commit4a42352e6418b69e600422fc516ad1e74c708fa9 (patch)
tree579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /toolkit
parent0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff)
downloadUXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.lz
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.xz
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.zip
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/components/contentprefs/ContentPrefServiceChild.jsm1
-rw-r--r--toolkit/components/contentprefs/ContentPrefServiceParent.jsm1
-rw-r--r--toolkit/components/contentprefs/ContentPrefUtils.jsm1
-rw-r--r--toolkit/components/satchel/nsFormAutoComplete.js1
-rw-r--r--toolkit/modules/InlineSpellCheckerContent.jsm1
-rw-r--r--toolkit/toolkit.mozbuild1
6 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/components/contentprefs/ContentPrefServiceChild.jsm b/toolkit/components/contentprefs/ContentPrefServiceChild.jsm
index 7faca8970..af2a3c14b 100644
--- a/toolkit/components/contentprefs/ContentPrefServiceChild.jsm
+++ b/toolkit/components/contentprefs/ContentPrefServiceChild.jsm
@@ -1,4 +1,3 @@
-/* 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/toolkit/components/contentprefs/ContentPrefServiceParent.jsm b/toolkit/components/contentprefs/ContentPrefServiceParent.jsm
index 32e31a789..2b425c42f 100644
--- a/toolkit/components/contentprefs/ContentPrefServiceParent.jsm
+++ b/toolkit/components/contentprefs/ContentPrefServiceParent.jsm
@@ -1,4 +1,3 @@
-/* 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/toolkit/components/contentprefs/ContentPrefUtils.jsm b/toolkit/components/contentprefs/ContentPrefUtils.jsm
index 557872e1a..72c12e558 100644
--- a/toolkit/components/contentprefs/ContentPrefUtils.jsm
+++ b/toolkit/components/contentprefs/ContentPrefUtils.jsm
@@ -1,4 +1,3 @@
-/* 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/toolkit/components/satchel/nsFormAutoComplete.js b/toolkit/components/satchel/nsFormAutoComplete.js
index aa090479a..41f7425bb 100644
--- a/toolkit/components/satchel/nsFormAutoComplete.js
+++ b/toolkit/components/satchel/nsFormAutoComplete.js
@@ -1,4 +1,3 @@
-/* vim: set ts=4 sts=4 sw=4 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/toolkit/modules/InlineSpellCheckerContent.jsm b/toolkit/modules/InlineSpellCheckerContent.jsm
index efb24d723..46046f881 100644
--- a/toolkit/modules/InlineSpellCheckerContent.jsm
+++ b/toolkit/modules/InlineSpellCheckerContent.jsm
@@ -1,4 +1,3 @@
-/* vim: set ts=2 sw=2 sts=2 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild
index b5679ca50..f88357d58 100644
--- a/toolkit/toolkit.mozbuild
+++ b/toolkit/toolkit.mozbuild
@@ -1,5 +1,4 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/.