diff options
Diffstat (limited to 'dom')
-rw-r--r-- | dom/bindings/Bindings.conf | 1 | ||||
-rw-r--r-- | dom/browser-element/BrowserElementCopyPaste.js | 1 | ||||
-rw-r--r-- | dom/heapsnapshot/CoreDump.proto | 1 | ||||
-rw-r--r-- | dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl | 1 | ||||
-rw-r--r-- | dom/inputmethod/forms.js | 1 | ||||
-rw-r--r-- | dom/interfaces/base/nsIStructuredCloneContainer.idl | 1 | ||||
-rw-r--r-- | dom/plugins/test/testplugin/testplugin.mozbuild | 1 | ||||
-rw-r--r-- | dom/tests/mochitest/bugs/file_redirector.sjs | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf index 7972f5311..afa019c46 100644 --- a/dom/bindings/Bindings.conf +++ b/dom/bindings/Bindings.conf @@ -1,5 +1,4 @@ # -*- Mode:Python; tab-width:8; indent-tabs-mode:nil -*- */ -# vim: set ts=8 sts=4 et sw=4 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/dom/browser-element/BrowserElementCopyPaste.js b/dom/browser-element/BrowserElementCopyPaste.js index 7aa7c5148..ffb114f84 100644 --- a/dom/browser-element/BrowserElementCopyPaste.js +++ b/dom/browser-element/BrowserElementCopyPaste.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- / -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* 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/dom/heapsnapshot/CoreDump.proto b/dom/heapsnapshot/CoreDump.proto index 24a223e11..9280a00a2 100644 --- a/dom/heapsnapshot/CoreDump.proto +++ b/dom/heapsnapshot/CoreDump.proto @@ -1,5 +1,4 @@ /* -*- Mode: protobuf; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl b/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl index 2576470e2..0029f627a 100644 --- a/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl +++ b/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/dom/inputmethod/forms.js b/dom/inputmethod/forms.js index 1884f2b4d..5f593fc38 100644 --- a/dom/inputmethod/forms.js +++ b/dom/inputmethod/forms.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- / -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* 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/dom/interfaces/base/nsIStructuredCloneContainer.idl b/dom/interfaces/base/nsIStructuredCloneContainer.idl index 23f11c714..8b9c483fd 100644 --- a/dom/interfaces/base/nsIStructuredCloneContainer.idl +++ b/dom/interfaces/base/nsIStructuredCloneContainer.idl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set ts=8 sw=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/dom/plugins/test/testplugin/testplugin.mozbuild b/dom/plugins/test/testplugin/testplugin.mozbuild index 9ed4f8966..12bbb3c7e 100644 --- a/dom/plugins/test/testplugin/testplugin.mozbuild +++ b/dom/plugins/test/testplugin/testplugin.mozbuild @@ -1,5 +1,4 @@ # -*- Mode: python; 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/dom/tests/mochitest/bugs/file_redirector.sjs b/dom/tests/mochitest/bugs/file_redirector.sjs index 70478e69a..6d7d14d95 100644 --- a/dom/tests/mochitest/bugs/file_redirector.sjs +++ b/dom/tests/mochitest/bugs/file_redirector.sjs @@ -1,4 +1,3 @@ -/* vim: set ft=javascript: */ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ function handleRequest(request, response) { |