From 15bb555c345a349662ca69ff7e7f661d8a9348e6 Mon Sep 17 00:00:00 2001 From: Fedor Date: Thu, 26 Nov 2020 05:42:25 +0200 Subject: [PATCH] [Mypal] Nuke vim configuration lines from the front-end (no code changes). --- application/palemoon/app.mozbuild | 1 - application/palemoon/app/moz.build | 1 - application/palemoon/app/profile/extensions/moz.build | 1 - .../extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build | 1 - application/palemoon/base/moz.build | 1 - application/palemoon/branding/unofficial/content/moz.build | 1 - application/palemoon/branding/unofficial/locales/moz.build | 1 - application/palemoon/branding/unofficial/moz.build | 1 - application/palemoon/components/abouthome/moz.build | 1 - application/palemoon/components/build/moz.build | 1 - application/palemoon/components/certerror/moz.build | 1 - application/palemoon/components/dirprovider/moz.build | 1 - application/palemoon/components/downloads/DownloadsCommon.jsm | 1 - application/palemoon/components/downloads/DownloadsLogger.jsm | 1 - application/palemoon/components/downloads/DownloadsStartup.js | 1 - application/palemoon/components/downloads/DownloadsTaskbar.jsm | 1 - application/palemoon/components/downloads/DownloadsUI.js | 1 - application/palemoon/components/downloads/content/download.xml | 1 - application/palemoon/components/downloads/content/downloads.js | 1 - .../palemoon/components/downloads/content/downloadsOverlay.xul | 1 - application/palemoon/components/downloads/content/indicator.js | 1 - .../palemoon/components/downloads/content/indicatorOverlay.xul | 1 - application/palemoon/components/downloads/moz.build | 1 - application/palemoon/components/feeds/moz.build | 1 - application/palemoon/components/fuel/moz.build | 1 - application/palemoon/components/moz.build | 1 - application/palemoon/components/newtab/moz.build | 1 - application/palemoon/components/pageinfo/moz.build | 1 - application/palemoon/components/permissions/moz.build | 1 - application/palemoon/components/places/moz.build | 1 - application/palemoon/components/preferences/moz.build | 1 - application/palemoon/components/privatebrowsing/moz.build | 1 - application/palemoon/components/search/moz.build | 1 - application/palemoon/components/sessionstore/moz.build | 1 - application/palemoon/components/shell/moz.build | 1 - application/palemoon/components/statusbar/moz.build | 1 - application/palemoon/components/sync/moz.build | 1 - application/palemoon/installer/moz.build | 1 - application/palemoon/installer/windows/moz.build | 1 - application/palemoon/locales/moz.build | 1 - application/palemoon/modules/moz.build | 1 - application/palemoon/moz.build | 1 - application/palemoon/moz.configure | 1 - application/palemoon/themes/linux/communicator/moz.build | 1 - application/palemoon/themes/linux/moz.build | 1 - application/palemoon/themes/moz.build | 1 - application/palemoon/themes/osx/communicator/moz.build | 1 - application/palemoon/themes/osx/moz.build | 1 - application/palemoon/themes/windows/communicator/moz.build | 1 - application/palemoon/themes/windows/moz.build | 1 - 50 files changed, 50 deletions(-) diff --git a/application/palemoon/app.mozbuild b/application/palemoon/app.mozbuild index 1727d4f6b..6111330d4 100644 --- a/application/palemoon/app.mozbuild +++ b/application/palemoon/app.mozbuild @@ -1,4 +1,3 @@ -# 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/. diff --git a/application/palemoon/app/moz.build b/application/palemoon/app/moz.build index bc8fed255..49a47ef28 100644 --- a/application/palemoon/app/moz.build +++ b/application/palemoon/app/moz.build @@ -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/. diff --git a/application/palemoon/app/profile/extensions/moz.build b/application/palemoon/app/profile/extensions/moz.build index df4318205..bdf235338 100644 --- a/application/palemoon/app/profile/extensions/moz.build +++ b/application/palemoon/app/profile/extensions/moz.build @@ -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/. diff --git a/application/palemoon/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build b/application/palemoon/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build index e14ac8e21..c96d19a09 100644 --- a/application/palemoon/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build +++ b/application/palemoon/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build @@ -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/. diff --git a/application/palemoon/base/moz.build b/application/palemoon/base/moz.build index e81e45c23..4f4a4db96 100644 --- a/application/palemoon/base/moz.build +++ b/application/palemoon/base/moz.build @@ -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/. diff --git a/application/palemoon/branding/unofficial/content/moz.build b/application/palemoon/branding/unofficial/content/moz.build index c97072bba..ecb79e730 100644 --- a/application/palemoon/branding/unofficial/content/moz.build +++ b/application/palemoon/branding/unofficial/content/moz.build @@ -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/. diff --git a/application/palemoon/branding/unofficial/locales/moz.build b/application/palemoon/branding/unofficial/locales/moz.build index 3a54c0cd2..0859b52af 100644 --- a/application/palemoon/branding/unofficial/locales/moz.build +++ b/application/palemoon/branding/unofficial/locales/moz.build @@ -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/. diff --git a/application/palemoon/branding/unofficial/moz.build b/application/palemoon/branding/unofficial/moz.build index 8cb90130f..ec3466b8f 100644 --- a/application/palemoon/branding/unofficial/moz.build +++ b/application/palemoon/branding/unofficial/moz.build @@ -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/. diff --git a/application/palemoon/components/abouthome/moz.build b/application/palemoon/components/abouthome/moz.build index 2d64d506c..8267a660d 100644 --- a/application/palemoon/components/abouthome/moz.build +++ b/application/palemoon/components/abouthome/moz.build @@ -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/. diff --git a/application/palemoon/components/build/moz.build b/application/palemoon/components/build/moz.build index ea1f77163..ebacbec8f 100644 --- a/application/palemoon/components/build/moz.build +++ b/application/palemoon/components/build/moz.build @@ -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/. diff --git a/application/palemoon/components/certerror/moz.build b/application/palemoon/components/certerror/moz.build index c97072bba..ecb79e730 100644 --- a/application/palemoon/components/certerror/moz.build +++ b/application/palemoon/components/certerror/moz.build @@ -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/. diff --git a/application/palemoon/components/dirprovider/moz.build b/application/palemoon/components/dirprovider/moz.build index b01c4a3bc..3f51743af 100644 --- a/application/palemoon/components/dirprovider/moz.build +++ b/application/palemoon/components/dirprovider/moz.build @@ -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/. diff --git a/application/palemoon/components/downloads/DownloadsCommon.jsm b/application/palemoon/components/downloads/DownloadsCommon.jsm index 5d5aa4fcd..53287e34e 100644 --- a/application/palemoon/components/downloads/DownloadsCommon.jsm +++ b/application/palemoon/components/downloads/DownloadsCommon.jsm @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=2 et sw=2 tw=80 filetype=javascript: */ /* 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/application/palemoon/components/downloads/DownloadsLogger.jsm b/application/palemoon/components/downloads/DownloadsLogger.jsm index 833826ec0..845f1c91f 100644 --- a/application/palemoon/components/downloads/DownloadsLogger.jsm +++ b/application/palemoon/components/downloads/DownloadsLogger.jsm @@ -1,5 +1,4 @@ /* -*- Mode: js2; js2-basic-offset: 2; indent-tabs-mode: nil; -*- */ -/* vim: set ft=javascript ts=2 et sw=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/application/palemoon/components/downloads/DownloadsStartup.js b/application/palemoon/components/downloads/DownloadsStartup.js index 8c0c40f2f..363b9642c 100644 --- a/application/palemoon/components/downloads/DownloadsStartup.js +++ b/application/palemoon/components/downloads/DownloadsStartup.js @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=2 et sw=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/application/palemoon/components/downloads/DownloadsTaskbar.jsm b/application/palemoon/components/downloads/DownloadsTaskbar.jsm index cf915abb5..e1b9f7a27 100644 --- a/application/palemoon/components/downloads/DownloadsTaskbar.jsm +++ b/application/palemoon/components/downloads/DownloadsTaskbar.jsm @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ -/* vim: set ts=2 et sw=2 tw=80 filetype=javascript: */ /* 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/application/palemoon/components/downloads/DownloadsUI.js b/application/palemoon/components/downloads/DownloadsUI.js index 9686c2b78..e62bb8148 100644 --- a/application/palemoon/components/downloads/DownloadsUI.js +++ b/application/palemoon/components/downloads/DownloadsUI.js @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=2 et sw=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/application/palemoon/components/downloads/content/download.xml b/application/palemoon/components/downloads/content/download.xml index 542901bbf..a15f0e6f5 100644 --- a/application/palemoon/components/downloads/content/download.xml +++ b/application/palemoon/components/downloads/content/download.xml @@ -1,6 +1,5 @@ - -