diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 07:23:04 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 07:23:04 +0000 |
commit | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (patch) | |
tree | 5c190155a18b85d7610eb4ffa0562271cf32ead8 /js/ipc | |
parent | d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (diff) | |
download | uxp-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.tar.gz |
Issue #1656 - Part 7: Nuke vim config lines in JS
Diffstat (limited to 'js/ipc')
-rw-r--r-- | js/ipc/CPOWTimer.cpp | 1 | ||||
-rw-r--r-- | js/ipc/CPOWTimer.h | 1 | ||||
-rw-r--r-- | js/ipc/CpowHolder.h | 1 | ||||
-rw-r--r-- | js/ipc/CrossProcessObjectWrappers.h | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptBase.h | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptChild.cpp | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptChild.h | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptLogging.h | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptParent.cpp | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptParent.h | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptShared.cpp | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptShared.h | 1 | ||||
-rw-r--r-- | js/ipc/JavaScriptTypes.ipdlh | 1 | ||||
-rw-r--r-- | js/ipc/PJavaScript.ipdl | 1 | ||||
-rw-r--r-- | js/ipc/WrapperAnswer.cpp | 1 | ||||
-rw-r--r-- | js/ipc/WrapperAnswer.h | 1 | ||||
-rw-r--r-- | js/ipc/WrapperOwner.cpp | 1 | ||||
-rw-r--r-- | js/ipc/WrapperOwner.h | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/js/ipc/CPOWTimer.cpp b/js/ipc/CPOWTimer.cpp index 4f2add7f50..ad39c3d32e 100644 --- a/js/ipc/CPOWTimer.cpp +++ b/js/ipc/CPOWTimer.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/CPOWTimer.h b/js/ipc/CPOWTimer.h index 91dc66fd7f..173f87b107 100644 --- a/js/ipc/CPOWTimer.h +++ b/js/ipc/CPOWTimer.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/CpowHolder.h b/js/ipc/CpowHolder.h index 2be878f390..09a9ae8acb 100644 --- a/js/ipc/CpowHolder.h +++ b/js/ipc/CpowHolder.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 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 diff --git a/js/ipc/CrossProcessObjectWrappers.h b/js/ipc/CrossProcessObjectWrappers.h index cb0db53e91..78a00ebcc3 100644 --- a/js/ipc/CrossProcessObjectWrappers.h +++ b/js/ipc/CrossProcessObjectWrappers.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 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 diff --git a/js/ipc/JavaScriptBase.h b/js/ipc/JavaScriptBase.h index 9970bb031a..9b3c84b47a 100644 --- a/js/ipc/JavaScriptBase.h +++ b/js/ipc/JavaScriptBase.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 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 diff --git a/js/ipc/JavaScriptChild.cpp b/js/ipc/JavaScriptChild.cpp index 1ba5a4ca9f..5b2dbb726e 100644 --- a/js/ipc/JavaScriptChild.cpp +++ b/js/ipc/JavaScriptChild.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/JavaScriptChild.h b/js/ipc/JavaScriptChild.h index c545c5f82c..f1555e0f67 100644 --- a/js/ipc/JavaScriptChild.h +++ b/js/ipc/JavaScriptChild.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/JavaScriptLogging.h b/js/ipc/JavaScriptLogging.h index 187579a4b5..909b5c0c16 100644 --- a/js/ipc/JavaScriptLogging.h +++ b/js/ipc/JavaScriptLogging.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 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 diff --git a/js/ipc/JavaScriptParent.cpp b/js/ipc/JavaScriptParent.cpp index aafd7f565f..ee3e129c83 100644 --- a/js/ipc/JavaScriptParent.cpp +++ b/js/ipc/JavaScriptParent.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/JavaScriptParent.h b/js/ipc/JavaScriptParent.h index 19d4b22b55..8482d938ab 100644 --- a/js/ipc/JavaScriptParent.h +++ b/js/ipc/JavaScriptParent.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/JavaScriptShared.cpp b/js/ipc/JavaScriptShared.cpp index 961a3f9106..6ec339e493 100644 --- a/js/ipc/JavaScriptShared.cpp +++ b/js/ipc/JavaScriptShared.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/JavaScriptShared.h b/js/ipc/JavaScriptShared.h index 5ecec74296..9563ae7861 100644 --- a/js/ipc/JavaScriptShared.h +++ b/js/ipc/JavaScriptShared.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 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 diff --git a/js/ipc/JavaScriptTypes.ipdlh b/js/ipc/JavaScriptTypes.ipdlh index 5129fc304f..249472b2a1 100644 --- a/js/ipc/JavaScriptTypes.ipdlh +++ b/js/ipc/JavaScriptTypes.ipdlh @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/PJavaScript.ipdl b/js/ipc/PJavaScript.ipdl index 41110968f5..e6a1072d23 100644 --- a/js/ipc/PJavaScript.ipdl +++ b/js/ipc/PJavaScript.ipdl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/WrapperAnswer.cpp b/js/ipc/WrapperAnswer.cpp index 563f8f90d3..8ace3b49af 100644 --- a/js/ipc/WrapperAnswer.cpp +++ b/js/ipc/WrapperAnswer.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/WrapperAnswer.h b/js/ipc/WrapperAnswer.h index 4df7b08ae5..bee258073a 100644 --- a/js/ipc/WrapperAnswer.h +++ b/js/ipc/WrapperAnswer.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/WrapperOwner.cpp b/js/ipc/WrapperOwner.cpp index 427ec6ab33..f8e4930ddf 100644 --- a/js/ipc/WrapperOwner.cpp +++ b/js/ipc/WrapperOwner.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=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 diff --git a/js/ipc/WrapperOwner.h b/js/ipc/WrapperOwner.h index 79088b5be7..31291b5bfa 100644 --- a/js/ipc/WrapperOwner.h +++ b/js/ipc/WrapperOwner.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 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 |