diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:53:29 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:53:29 +0200 |
commit | e7e10ab2877db24976858b840ba9f649023d7642 (patch) | |
tree | 4878d0a2aadff61b7baa2963b87b85066597cb63 /uriloader | |
parent | b9da018639cc0e3e6bb3d90cf195060df318953a (diff) | |
download | uxp-e7e10ab2877db24976858b840ba9f649023d7642.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from accessible, [root], tools, uriloader, widget, xpcom and
xpfe.
Resolves #1656
Diffstat (limited to 'uriloader')
-rw-r--r-- | uriloader/base/nsURILoader.cpp | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsContentHandlerApp.cpp | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsContentHandlerApp.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsDBusHandlerApp.cpp | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsDBusHandlerApp.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsExternalProtocolHandler.cpp | 2 | ||||
-rw-r--r-- | uriloader/exthandler/nsLocalHandlerApp.cpp | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsLocalHandlerApp.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsMIMEInfoImpl.cpp | 1 | ||||
-rw-r--r-- | uriloader/exthandler/nsMIMEInfoImpl.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.mm | 1 | ||||
-rw-r--r-- | uriloader/exthandler/uikit/nsMIMEInfoUIKit.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/uikit/nsMIMEInfoUIKit.mm | 1 | ||||
-rw-r--r-- | uriloader/exthandler/uikit/nsOSHelperAppService.h | 1 | ||||
-rw-r--r-- | uriloader/exthandler/uikit/nsOSHelperAppService.mm | 1 | ||||
-rw-r--r-- | uriloader/exthandler/win/nsOSHelperAppService.cpp | 2 | ||||
-rw-r--r-- | uriloader/prefetch/nsPrefetchService.cpp | 1 |
18 files changed, 0 insertions, 20 deletions
diff --git a/uriloader/base/nsURILoader.cpp b/uriloader/base/nsURILoader.cpp index 5a6b380285..224f2219ed 100644 --- a/uriloader/base/nsURILoader.cpp +++ b/uriloader/base/nsURILoader.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode:nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sts=2 sw=2 et cin: */ /* 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/uriloader/exthandler/nsContentHandlerApp.cpp b/uriloader/exthandler/nsContentHandlerApp.cpp index ce3f7b90f5..7bd9b49b8a 100644 --- a/uriloader/exthandler/nsContentHandlerApp.cpp +++ b/uriloader/exthandler/nsContentHandlerApp.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/nsContentHandlerApp.h b/uriloader/exthandler/nsContentHandlerApp.h index 8ace9a2cd4..187e28fad4 100644 --- a/uriloader/exthandler/nsContentHandlerApp.h +++ b/uriloader/exthandler/nsContentHandlerApp.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/nsDBusHandlerApp.cpp b/uriloader/exthandler/nsDBusHandlerApp.cpp index bed2ecd989..9ef16948c4 100644 --- a/uriloader/exthandler/nsDBusHandlerApp.cpp +++ b/uriloader/exthandler/nsDBusHandlerApp.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/nsDBusHandlerApp.h b/uriloader/exthandler/nsDBusHandlerApp.h index a2835d98f2..f8adc95d40 100644 --- a/uriloader/exthandler/nsDBusHandlerApp.h +++ b/uriloader/exthandler/nsDBusHandlerApp.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/nsExternalProtocolHandler.cpp b/uriloader/exthandler/nsExternalProtocolHandler.cpp index 3e7e40d2b0..df77b8308b 100644 --- a/uriloader/exthandler/nsExternalProtocolHandler.cpp +++ b/uriloader/exthandler/nsExternalProtocolHandler.cpp @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:set ts=2 sts=2 sw=2 et cin: - * * 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/uriloader/exthandler/nsLocalHandlerApp.cpp b/uriloader/exthandler/nsLocalHandlerApp.cpp index f1b65dca21..5ce4f5c865 100644 --- a/uriloader/exthandler/nsLocalHandlerApp.cpp +++ b/uriloader/exthandler/nsLocalHandlerApp.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/nsLocalHandlerApp.h b/uriloader/exthandler/nsLocalHandlerApp.h index 30b410ce32..11e2b59229 100644 --- a/uriloader/exthandler/nsLocalHandlerApp.h +++ b/uriloader/exthandler/nsLocalHandlerApp.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/nsMIMEInfoImpl.cpp b/uriloader/exthandler/nsMIMEInfoImpl.cpp index 59886e4651..fe99db75d0 100644 --- a/uriloader/exthandler/nsMIMEInfoImpl.cpp +++ b/uriloader/exthandler/nsMIMEInfoImpl.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: */ /* 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/uriloader/exthandler/nsMIMEInfoImpl.h b/uriloader/exthandler/nsMIMEInfoImpl.h index 34f2442423..94bfe1c2a4 100644 --- a/uriloader/exthandler/nsMIMEInfoImpl.h +++ b/uriloader/exthandler/nsMIMEInfoImpl.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* vim:set ts=4 sw=4 sts=4 et: */ /* 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/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.h b/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.h index 9d5ef31da1..e3c7ec2b2e 100644 --- a/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.h +++ b/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.mm b/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.mm index afa600721e..a5c030639c 100644 --- a/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.mm +++ b/uriloader/exthandler/uikit/nsLocalHandlerAppUIKit.mm @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/uikit/nsMIMEInfoUIKit.h b/uriloader/exthandler/uikit/nsMIMEInfoUIKit.h index 3f6bc8b42f..2f4a897356 100644 --- a/uriloader/exthandler/uikit/nsMIMEInfoUIKit.h +++ b/uriloader/exthandler/uikit/nsMIMEInfoUIKit.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/uikit/nsMIMEInfoUIKit.mm b/uriloader/exthandler/uikit/nsMIMEInfoUIKit.mm index 4b950dffc4..0b4bfbc952 100644 --- a/uriloader/exthandler/uikit/nsMIMEInfoUIKit.mm +++ b/uriloader/exthandler/uikit/nsMIMEInfoUIKit.mm @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/uikit/nsOSHelperAppService.h b/uriloader/exthandler/uikit/nsOSHelperAppService.h index 1f33be0fba..57b7b360d1 100644 --- a/uriloader/exthandler/uikit/nsOSHelperAppService.h +++ b/uriloader/exthandler/uikit/nsOSHelperAppService.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/uikit/nsOSHelperAppService.mm b/uriloader/exthandler/uikit/nsOSHelperAppService.mm index dfee24b2db..4d0b8c4acc 100644 --- a/uriloader/exthandler/uikit/nsOSHelperAppService.mm +++ b/uriloader/exthandler/uikit/nsOSHelperAppService.mm @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:expandtab:shiftwidth=2:tabstop=2:cin: * 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/uriloader/exthandler/win/nsOSHelperAppService.cpp b/uriloader/exthandler/win/nsOSHelperAppService.cpp index 1d1ef2dcb9..f89b23de13 100644 --- a/uriloader/exthandler/win/nsOSHelperAppService.cpp +++ b/uriloader/exthandler/win/nsOSHelperAppService.cpp @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 3; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim:set ts=2 sts=2 sw=2 et cin: - * * 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/uriloader/prefetch/nsPrefetchService.cpp b/uriloader/prefetch/nsPrefetchService.cpp index bd2b10d304..927a6038b5 100644 --- a/uriloader/prefetch/nsPrefetchService.cpp +++ b/uriloader/prefetch/nsPrefetchService.cpp @@ -928,4 +928,3 @@ nsPrefetchService::Observe(nsISupports *aSubject, return NS_OK; } -// vim: ts=4 sw=4 expandtab |