Backed out changeset fb915f29821a (bug 1559200) for causing xpcshell failures. CLOSED TREE

This commit is contained in:
Iulian Moraru 2024-05-22 22:25:38 +03:00
parent f6d8491d08
commit 239e102d28
2 changed files with 1 additions and 10 deletions

View file

@ -96,11 +96,7 @@ nsresult nsAboutCache::Channel::Init(nsIURI* aURI, nsILoadInfo* aLoadInfo) {
if (!mOverview) {
mBuffer.AppendLiteral(
"<a href=\"about:cache?storage=\">Back to overview</a>\n");
mBuffer.AppendLiteral(
"<p id=\"explanation-dataSize\">Data sizes refer to the size of the "
"response body and do not reflect the amount of disk space that the "
"file occupies.</p>\n");
"<a href=\"about:cache?storage=\">Back to overview</a>");
}
rv = FlushBuffer();

View file

@ -28,11 +28,6 @@ td {
word-wrap: break-word;
}
#explanation-dataSize {
margin-top: 3em;
word-wrap: break-word;
}
#col-key {
width: 60%;
}