Skip to content

Commit

Permalink
Bug 1679758 - Remove trailing empty lines r=sylvestre
Browse files Browse the repository at this point in the history
  • Loading branch information
ikartikgautam committed Dec 13, 2020
1 parent 97dd193 commit caf549c
Show file tree
Hide file tree
Showing 324 changed files with 0 additions and 344 deletions.
1 change: 0 additions & 1 deletion browser/base/content/safeMode.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
#resetProfileFooter {
font-weight: bold;
}

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@
}
</script>
</body></html>

1 change: 0 additions & 1 deletion browser/base/content/test/general/test_bug628179.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
<iframe id=iframe src="http://example.com/" width=320 height=240></iframe>
</body>
</html>

1 change: 0 additions & 1 deletion browser/base/content/test/metaTags/meta_tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion browser/base/content/test/pageinfo/all_images.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
<object type='image/svg+xml' width=20 height=20 data='dummy_object.svg'></object>
</body>
</html>");

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
</head>
<body></body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
</iframe>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
<frame src="browser_frame_history_c.html" name="c"/>
</frameset>
</html>

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<html>
<iframe src="browser_frame_history_index.html" id="iframe" />
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
<body>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
Hello Speculative Connect
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ <h1>Form Autofill Demo Page</h1>

</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@ <h1>Form Autofill Demo Page</h1>

</body>
</html>

1 change: 0 additions & 1 deletion browser/locales/en-US/browser/aboutSessionRestore.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ welcome-back-restore-all-label = Restore all windows & tabs
welcome-back-restore-some-label = Restore only the ones you want
welcome-back-page-info-link = Your add-ons and customizations have been removed and your browser settings have been restored to their defaults. If this didn’t fix your issue, <a data-l10n-name="link-more">learn more about what you can do.</a>
1 change: 0 additions & 1 deletion browser/locales/en-US/browser/browser.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,3 @@ fullscreen-exit-mac-button = Exit Full Screen (esc)
# $domain (String): the domain that is using pointer-lock, e.g. "mozilla.org"
pointerlock-warning-domain = <span data-l10n-name="domain">{ $domain }</span> has control of your pointer. Press Esc to take back control.
pointerlock-warning-no-domain = This document has control of your pointer. Press Esc to take back control.
1 change: 0 additions & 1 deletion browser/modules/test/browser/contain_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
</head>
<body><iframe src="http://example.com"></iframe></body>
</html>

2 changes: 0 additions & 2 deletions browser/modules/test/browser/multiple_iframes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
<iframe src="http://example.lk/"></iframe>
</body>
</html>


1 change: 0 additions & 1 deletion browser/modules/test/browser/preload_iframe_nested.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
<iframe src="http://example.org/browser/browser/modules/test/browser/preload_iframe.html"></iframe>
</body>
</html>

1 change: 0 additions & 1 deletion browser/themes/linux/compacttheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
% file, You can obtain one at http://mozilla.org/MPL/2.0/.

%include ../shared/compacttheme.inc.css

1 change: 0 additions & 1 deletion browser/themes/linux/places/organizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@
#clearDownloadsButton > .toolbarbutton-icon {
display: none;
}

1 change: 0 additions & 1 deletion browser/themes/linux/preferences/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
:root > * {
font-size: 1.05em;
}

1 change: 0 additions & 1 deletion browser/themes/shared/ctrlTab.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@
.ctrlTab-label {
text-align: center;
}

1 change: 0 additions & 1 deletion browser/themes/shared/fullscreen/warning.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ html|*.pointerlockfswarning-domain {
html|*#fullscreen-exit-button {
margin: 0;
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ using namespace shouldPass::java;

void test() {
}

1 change: 0 additions & 1 deletion build/clang-plugin/tests/TestTrivialDtor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ struct MOZ_TRIVIAL_DTOR BadNonTrivialDtorInMember { // expected-error {{class 'B
struct MOZ_TRIVIAL_DTOR OkVirtualMemberInMember {
VirtualMember m;
};

1 change: 0 additions & 1 deletion caps/tests/mochitest/test_bug246699.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@
</pre>
</body>
</html>

1 change: 0 additions & 1 deletion caps/tests/mochitest/test_bug423375.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
</pre>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@
background-color: var(--message-color);
fill: var(--message-background-color);
}

Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@
width: 24px;
-moz-context-properties: fill;
}

1 change: 0 additions & 1 deletion devtools/client/locales/en-US/application.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@ icon-warning =
icon-error =
.alt = Error icon
.title = Error
1 change: 0 additions & 1 deletion devtools/client/locales/en-US/boxmodel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ boxmodel.offsetParent=offset
# below the box model, in the layout view. This label tells users
# what the DOM node previewed next to it is: an offset parent for the position element.
boxmodel.offsetParent.title=Offset parent of the selected element

1 change: 0 additions & 1 deletion devtools/client/locales/en-US/har.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ har.responseBodyNotIncluded=Response bodies are not included.
# HAR file explaining that HTTP request bodies are not includes
# in exported data.
har.requestBodyNotIncluded=Request bodies are not included.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
.network-monitor .network-action-bar .tabs-menu-item {
width: 50%;
}

1 change: 0 additions & 1 deletion devtools/client/shared/test/doc_tableWidget_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'
title='Table Widget' width='600' height='500'>
<box flex='1' class='theme-light'/></window>

1 change: 0 additions & 1 deletion devtools/client/shared/test/doc_templater_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@

</body>
</html>

1 change: 0 additions & 1 deletion devtools/client/styleeditor/test/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
body {
margin: 0;
}

1 change: 0 additions & 1 deletion devtools/client/styleeditor/test/import2.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
p {
padding: 5px;
}

1 change: 0 additions & 1 deletion devtools/client/styleeditor/test/media-small.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
body {
background: red;
}

1 change: 0 additions & 1 deletion devtools/client/styleeditor/test/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
<div>test for media labels</div>
</body>
</html>

1 change: 0 additions & 1 deletion devtools/client/styleeditor/test/simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
body {
margin: 0;
}

1 change: 0 additions & 1 deletion devtools/client/styleeditor/test/sync_with_csp.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
#testid {
font-size: 4em;
}

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
<h1 id="heading">I won't be red for once.</h1>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ <h1>Heads Up Display - duplicate error test</h1>
</script>
</body>
</html>

1 change: 0 additions & 1 deletion devtools/client/webconsole/test/browser/test-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ <h1>Heads Up Display - error test</h1>
</script>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ <h1>Test for bug 597136: external script errors</h1>
src="test-external-script-errors.js"></script>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ body {
color: #0f0;
font-weight: green;
}

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ body {
color: #0fl;
font-weight: bold;
}

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ body {
color: #0f0;
font-weight: bold;
}

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
</form>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@
<p><img src="test-message-categories-image.jpg" alt="corrupted image"></p>
</body>
</html>


Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
</map>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
</svg>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
</script>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ <h1>Test for bug 658368: Expand console object with time and timeEnd
</script>
</body>
</html>

1 change: 0 additions & 1 deletion devtools/server/tests/chrome/inspector-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/abort/tests/test_abort_controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/abort/tests/test_abort_controller_fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/animation/test/crashtests/1277272-1-inner.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
</head>
<body onload="start()"></body>
</html>

1 change: 0 additions & 1 deletion dom/animation/test/crashtests/1277272-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
<body onload="start()"></body>
<iframe id="frame">
</html>

1 change: 0 additions & 1 deletion dom/animation/test/mozilla/test_event_listener_leaks.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
</pre>
</body>
</html>

2 changes: 0 additions & 2 deletions dom/broadcastchannel/tests/iframe_broadcastchannel.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@
</script>
</body>
</html>


Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/broadcastchannel/tests/test_broadcastchannel_self.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/broadcastchannel/tests/test_dataURL.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/broadcastchannel/tests/test_invalidState.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
</script>
</body>
</html>

2 changes: 0 additions & 2 deletions dom/broadcastchannel/tests/test_message_after_close.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@
</script>
</body>
</html>


1 change: 0 additions & 1 deletion dom/broadcastchannel/tests/test_ordering.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/console/tests/test_consoleEmptyStack.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
</pre>
</body>
</html>

2 changes: 0 additions & 2 deletions dom/crypto/test/test_WebCrypto.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ div.content {
font-weight: bold;
color: #666;
}


1 change: 0 additions & 1 deletion dom/file/tests/test_blob_reading.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/file/tests/test_file_from_blob.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@
</pre>
</body>
</html>

1 change: 0 additions & 1 deletion dom/file/tests/test_file_negative_date.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@
</script>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
</pre>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@
</pre>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@
</pre>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
</script>
</body>
</html>

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
</script>
</body>
</html>

1 change: 0 additions & 1 deletion dom/messagechannel/tests/test_event_listener_leaks.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@
</pre>
</body>
</html>

Loading

0 comments on commit caf549c

Please sign in to comment.