diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /layout/tools | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | UXP-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 'layout/tools')
-rw-r--r-- | layout/tools/recording/recording.js | 1 | ||||
-rw-r--r-- | layout/tools/reftest/Makefile.in | 1 | ||||
-rwxr-xr-x | layout/tools/reftest/clean-reftest-output.pl | 1 | ||||
-rw-r--r-- | layout/tools/reftest/reftest-content.js | 1 | ||||
-rw-r--r-- | layout/tools/reftest/reftest.jsm | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/layout/tools/recording/recording.js b/layout/tools/recording/recording.js index 552423c9f..8bacf98d3 100644 --- a/layout/tools/recording/recording.js +++ b/layout/tools/recording/recording.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- / -/* vim: set shiftwidth=4 tabstop=8 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/layout/tools/reftest/Makefile.in b/layout/tools/reftest/Makefile.in index 7ff59cd8b..bbd4cb7e4 100644 --- a/layout/tools/reftest/Makefile.in +++ b/layout/tools/reftest/Makefile.in @@ -1,4 +1,3 @@ -# vim: set shiftwidth=8 tabstop=8 autoindent noexpandtab copyindent: # 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/layout/tools/reftest/clean-reftest-output.pl b/layout/tools/reftest/clean-reftest-output.pl index b1959281d..0daef31ed 100755 --- a/layout/tools/reftest/clean-reftest-output.pl +++ b/layout/tools/reftest/clean-reftest-output.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# vim: set shiftwidth=4 tabstop=8 autoindent 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/layout/tools/reftest/reftest-content.js b/layout/tools/reftest/reftest-content.js index f26cae8ef..04e4714ff 100644 --- a/layout/tools/reftest/reftest-content.js +++ b/layout/tools/reftest/reftest-content.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- / -/* vim: set shiftwidth=4 tabstop=8 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/layout/tools/reftest/reftest.jsm b/layout/tools/reftest/reftest.jsm index c885150a4..5ee1b7105 100644 --- a/layout/tools/reftest/reftest.jsm +++ b/layout/tools/reftest/reftest.jsm @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- / -/* vim: set shiftwidth=4 tabstop=8 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/. */ |