Commit 86ce20e4 authored by Csoregi Natalia's avatar Csoregi Natalia
Browse files

Backed out changeset 5cb52fcd2fb0 (bug 1504751) for...

Backed out changeset 5cb52fcd2fb0 (bug 1504751) for browser_misused_characters_in_strings.js failures. CLOSED TREE
parent 9766c8e6
Loading
Loading
Loading
Loading
+0 −89
Original line number Diff line number Diff line
from __future__ import absolute_import
import fluent.syntax.ast as FTL
from fluent.migrate.helpers import transforms_from
from fluent.migrate import REPLACE
from fluent.migrate import COPY


def migrate(ctx):
    """ Bug 1504751 - Migrate about:Networking to Fluent, part {index}. """

    ctx.add_transforms(
        "toolkit/toolkit/about/aboutNetworking.ftl",
        "toolkit/toolkit/about/aboutNetworking.ftl",
        transforms_from(
"""
title = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.title")}
warning = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.warning")}
show-next-time-checkbox = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.showNextTime")}
ok = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.ok")}
http = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.HTTP")}
sockets = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.sockets")}
dns = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.dns")}
websockets = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.websockets")}
refresh = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.refresh")}
auto-refresh = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.autoRefresh")}
hostname = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.hostname")}
port = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.port")}
http2 = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.http2")}
ssl = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.ssl")}
active = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.active")}
idle = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.idle")}
host = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.host")}
tcp = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.tcp")}
sent = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.sent")}
received = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.received")}
family = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.family")}
trr = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.trr")}
addresses = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.addresses")}
expires = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.expires")}
messages-sent = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.messagesSent")}
messages-received = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.messagesReceived")}
bytes-sent = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.bytesSent")}
bytes-received = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.bytesReceived")}
logging = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.logging")}
current-log-file = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.currentLogFile")}
current-log-modules = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.currentLogModules")}
set-log-file = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.setLogFile")}
set-log-modules = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.setLogModules")}
start-logging = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.startLogging")}
stop-logging = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.stopLogging")}
dns-lookup = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.dnsLookup")}
dns-lookup-button = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.dnsLookupButton")}
dns-domain = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.dnsDomain")}
dns-lookup-table-column = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.dnsLookupTableColumn")}
rcwn = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwn")}
rcwn-status = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnStatus")}
rcwn-cache-won-count = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnCacheWonCount")}
rcwn-net-won-count = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnNetWonCount")}
total-network-requests = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.totalNetworkRequests")}
rcwn-operation = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnOperation")}
rcwn-perf-open = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnPerfOpen")}
rcwn-perf-read = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnPerfRead")}
rcwn-perf-write = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnPerfWrite")}
rcwn-perf-entry-open = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnPerfEntryOpen")}
rcwn-avg-short = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnAvgShort")}
rcwn-avg-long = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnAvgLong")}
rcwn-std-dev-long = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnStddevLong")}
rcwn-cache-slow = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnCacheSlow")}
rcwn-cache-not-slow = { COPY("toolkit/chrome/global/aboutNetworking.dtd", "aboutNetworking.rcwnCacheNotSlow")}
"""
        )
    )

    ctx.add_transforms(
        "toolkit/toolkit/about/aboutNetworking.ftl",
        "toolkit/toolkit/about/aboutNetworking.ftl",
        [
            FTL.Message(
            id=FTL.Identifier("log-tutorial"),
            value=REPLACE(
                "toolkit/chrome/global/aboutNetworking.dtd",
                "aboutNetworking.logTutorial",
                {
                    "href='https://developer.mozilla.org/docs/Mozilla/Debugging/HTTP_logging'": FTL.TextElement('data-l10n-name="logging"')
                }
            )
        )
    ]
)
+74 −68
Original line number Diff line number Diff line
@@ -4,59 +4,65 @@
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->


<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html [
<!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD;
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
<!ENTITY % networkingDTD SYSTEM "chrome://global/locale/aboutNetworking.dtd"> %networkingDTD;
]>

<html xmlns="http://www.w3.org/1999/xhtml" dir="&locale.dir;">
    <head>
        <title data-l10n-id="title"/>
        <title>&aboutNetworking.title;</title>
        <link rel="stylesheet" href="chrome://mozapps/skin/aboutNetworking.css" type="text/css" />
        <script type="application/javascript" src="chrome://global/content/aboutNetworking.js" />
        <link rel="localization"  href="toolkit/about/aboutNetworking.ftl"/>
    </head>
    <body id="body">
        <div id="warning_message" class="warningBackground" hidden="true">
            <div class="container">
                <h1 class="title" data-l10n-id="warning"/>
                <h1 class="title">&aboutNetworking.warning;</h1>
                <div class="toggle-container-with-text">
                    <input id="warncheck" type="checkbox" checked="yes" role="checkbox" />
                    <label for="warncheck" data-l10n-id="show-next-time-checkbox"/>
                    <label for="warncheck">&aboutNetworking.showNextTime;</label>
                </div>
                <div>
                    <button id="confpref" class="primary" data-l10n-id="ok"/>
                    <button id="confpref" class="primary">&aboutNetworking.ok;</button>
                </div>
            </div>
        </div>
        <div id="categories">
            <div class="category" selected="true" id="category-http">
                <span class="category-name" data-l10n-id="http"/>
                <span class="category-name">&aboutNetworking.HTTP;</span>
            </div>
            <div class="category" id="category-sockets">
                <span class="category-name" data-l10n-id="sockets"/>
                <span class="category-name">&aboutNetworking.sockets;</span>
            </div>
            <div class="category" id="category-dns">
                <span class="category-name" data-l10n-id="dns"/>
                <span class="category-name">&aboutNetworking.dns;</span>
            </div>
            <div class="category" id="category-websockets">
                <span class="category-name" data-l10n-id="websockets"/>
                <span class="category-name">&aboutNetworking.websockets;</span>
            </div>
            <hr></hr>
            <div class="category" id="category-dnslookuptool">
                <span class="category-name" data-l10n-id="dns-lookup"/>
                <span class="category-name">&aboutNetworking.dnsLookup;</span>
            </div>
            <div class="category" id="category-logging">
                <span class="category-name" data-l10n-id="logging"/>
                <span class="category-name">&aboutNetworking.logging;</span>
            </div>
            <div class="category" id="category-rcwn">
                <span class="category-name" data-l10n-id="rcwn"/>
                <span class="category-name">&aboutNetworking.rcwn;</span>
            </div>
        </div>
        <div class="main-content">
            <div class="header">
                <div id="sectionTitle" class="header-name" data-l10n-id="http"/>
                <div id="sectionTitle" class="header-name">
                    &aboutNetworking.HTTP;
                </div>
                <div id="refreshDiv" class="toggle-container-with-text">
                    <button id="refreshButton" data-l10n-id="refresh"/>
                    <button id="refreshButton">&aboutNetworking.refresh;</button>
                    <input id="autorefcheck" type="checkbox" name="Autorefresh" role="checkbox" />
                    <label for="autorefcheck" data-l10n-id="auto-refresh"/>
                    <label for="autorefcheck">&aboutNetworking.autoRefresh;</label>
                </div>
            </div>

@@ -64,12 +70,12 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="hostname"/>
                          <th data-l10n-id="port"/>
                          <th data-l10n-id="http2"/>
                          <th data-l10n-id="ssl"/>
                          <th data-l10n-id="active"/>
                          <th data-l10n-id="idle"/>
                          <th>&aboutNetworking.hostname;</th>
                          <th>&aboutNetworking.port;</th>
                          <th>&aboutNetworking.http2;</th>
                          <th>&aboutNetworking.ssl;</th>
                          <th>&aboutNetworking.active;</th>
                          <th>&aboutNetworking.idle;</th>
                      </tr>
                  </thead>
                  <tbody id="http_content" />
@@ -80,12 +86,12 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="host"/>
                          <th data-l10n-id="port"/>
                          <th data-l10n-id="tcp"/>
                          <th data-l10n-id="active"/>
                          <th data-l10n-id="sent"/>
                          <th data-l10n-id="received"/>
                          <th>&aboutNetworking.host;</th>
                          <th>&aboutNetworking.port;</th>
                          <th>&aboutNetworking.tcp;</th>
                          <th>&aboutNetworking.active;</th>
                          <th>&aboutNetworking.sent;</th>
                          <th>&aboutNetworking.received;</th>
                      </tr>
                  </thead>
                  <tbody id="sockets_content" />
@@ -96,11 +102,11 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="hostname"/>
                          <th data-l10n-id="family"/>
                          <th data-l10n-id="trr"/>
                          <th data-l10n-id="addresses"/>
                          <th data-l10n-id="expires"/>
                          <th>&aboutNetworking.hostname;</th>
                          <th>&aboutNetworking.family;</th>
                          <th>&aboutNetworking.trr;</th>
                          <th>&aboutNetworking.addresses;</th>
                          <th>&aboutNetworking.expires;</th>
                      </tr>
                  </thead>
                  <tbody id="dns_content" />
@@ -111,26 +117,26 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="hostname"/>
                          <th data-l10n-id="ssl"/>
                          <th data-l10n-id="messages-sent"/>
                          <th data-l10n-id="messages-received"/>
                          <th data-l10n-id="bytes-sent"/>
                          <th data-l10n-id="bytesReceived"/>
                          <th>&aboutNetworking.hostname;</th>
                          <th>&aboutNetworking.ssl;</th>
                          <th>&aboutNetworking.messagesSent;</th>
                          <th>&aboutNetworking.messagesReceived;</th>
                          <th>&aboutNetworking.bytesSent;</th>
                          <th>&aboutNetworking.bytesReceived;</th>
                      </tr>
                  </thead>
                  <tbody id="websockets_content" />
              </table>
          </div>

          <div id="dnslookuptool" class="tab" hidden="true" data-l10n-id="dns-domain">
              <input type="text" name="host" id="host"></input>
              <button id="dnsLookupButton" data-l10n-id="dns-lookup-button"/>
          <div id="dnslookuptool" class="tab" hidden="true">
              &aboutNetworking.dnsDomain;: <input type="text" name="host" id="host"></input>
              <button id="dnsLookupButton">&aboutNetworking.dnsLookupButton;</button>
              <hr/>
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="dns-lookup-table-column"/>
                          <th>&aboutNetworking.dnsLookupTableColumn;</th>
                      </tr>
                  </thead>
                  <tbody id="dnslookuptool_content" />
@@ -141,10 +147,10 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="rcwn-status"/>
                          <th data-l10n-id="total-network-requests"/>
                          <th data-l10n-id="rcwn-cache-won-count"/>
                          <th data-l10n-id="rcwn-net-won-count"/>
                          <th>&aboutNetworking.rcwnStatus;</th>
                          <th>&aboutNetworking.totalNetworkRequests;</th>
                          <th>&aboutNetworking.rcwnCacheWonCount;</th>
                          <th>&aboutNetworking.rcwnNetWonCount;</th>
                      </tr>
                  </thead>
                  <tbody id="rcwn_content">
@@ -162,33 +168,33 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="rcwn-operation"/>
                          <th data-l10n-id="rcwn-avg-short"/>
                          <th data-l10n-id="rcwn-avg-long"/>
                          <th data-l10n-id="rcwn-std-dev-long"/>
                          <th>&aboutNetworking.rcwnOperation;</th>
                          <th>&aboutNetworking.rcwnAvgShort;</th>
                          <th>&aboutNetworking.rcwnAvgLong;</th>
                          <th>&aboutNetworking.rcwnStddevLong;</th>
                      </tr>
                  </thead>
                  <tbody id="cacheperf_content">
                      <tr>
                          <td data-l10n-id="rcwn-perf-open"/>
                          <td>&aboutNetworking.rcwnPerfOpen;</td>
                          <td id="rcwn_perfstats_open_avgShort"> </td>
                          <td id="rcwn_perfstats_open_avgLong"> </td>
                          <td id="rcwn_perfstats_open_stddevLong"> </td>
                      </tr>
                      <tr>
                          <td data-l10n-id="rcwn-perf-read"/>
                          <td>&aboutNetworking.rcwnPerfRead;</td>
                          <td id="rcwn_perfstats_read_avgShort"> </td>
                          <td id="rcwn_perfstats_read_avgLong"> </td>
                          <td id="rcwn_perfstats_read_stddevLong"> </td>
                      </tr>
                      <tr>
                          <td data-l10n-id="rcwn-perf-write"/>
                          <td>&aboutNetworking.rcwnPerfWrite;</td>
                          <td id="rcwn_perfstats_write_avgShort"> </td>
                          <td id="rcwn_perfstats_write_avgLong"> </td>
                          <td id="rcwn_perfstats_write_stddevLong"> </td>
                      </tr>
                      <tr>
                          <td data-l10n-id="rcwn-perf-entry-open"/>
                          <td>&aboutNetworking.rcwnPerfEntryOpen;</td>
                          <td id="rcwn_perfstats_entryopen_avgShort"> </td>
                          <td id="rcwn_perfstats_entryopen_avgLong"> </td>
                          <td id="rcwn_perfstats_entryopen_stddevLong"> </td>
@@ -201,8 +207,8 @@
              <table>
                  <thead>
                      <tr>
                          <th data-l10n-id="rcwn-cache-slow"/>
                          <th data-l10n-id="rcwn-cache-not-slow"/>
                          <th>&aboutNetworking.rcwnCacheSlow;</th>
                          <th>&aboutNetworking.rcwnCacheNotSlow;</th>
                      </tr>
                  </thead>
                  <tbody>
@@ -216,24 +222,24 @@

          <div id="logging" class="tab" hidden="true">
            <div>
                <a href='https://developer.mozilla.org/docs/Mozilla/Debugging/HTTP_logging' data-l10n-name="logging"></a>
              &aboutNetworking.logTutorial;
            </div>
            <br/>
            <div>
              <button id="start-logging-button" data-l10n-id="start-logging"/>
              <button id="stop-logging-button" data-l10n-id="stop-logging"/>
              <button id="start-logging-button"> &aboutNetworking.startLogging; </button>
              <button id="stop-logging-button"> &aboutNetworking.stopLogging; </button>
            </div>
            <br/>
            <br/>
            <div data-l10n-id="current-log-file">
              <div id="current-log-file"></div><br/>
            <div>
              &aboutNetworking.currentLogFile; <div id="current-log-file"></div><br/>
              <input type="text" name="log-file" id="log-file"></input>
              <button id="set-log-file-button" data-l10n-id="set-log-file"/>
              <button id="set-log-file-button"> &aboutNetworking.setLogFile; </button>
            </div>
            <div data-l10n-id="current-log-modules">
              <div id="current-log-modules"></div><br/>
            <div>
              &aboutNetworking.currentLogModules; <div id="current-log-modules"></div><br/>
              <input type="text" name="log-modules" id="log-modules" value="timestamp,sync,nsHttp:5,cache2:5,nsSocketTransport:5,nsHostResolver:5"></input>
              <button id="set-log-modules-button" data-l10n-id="set-log-modules"/>
              <button id="set-log-modules-button"> &aboutNetworking.setLogModules; </button>
            </div>
          </div>

+59 −0
Original line number Diff line number Diff line
<!-- 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/. -->

<!ENTITY aboutNetworking.title                 "About Networking">
<!ENTITY aboutNetworking.warning               "This is very experimental. Do not use without adult supervision.">
<!ENTITY aboutNetworking.showNextTime          "Show this warning next time">
<!ENTITY aboutNetworking.ok                    "OK">
<!ENTITY aboutNetworking.HTTP                  "HTTP">
<!ENTITY aboutNetworking.sockets               "Sockets">
<!ENTITY aboutNetworking.dns                   "DNS">
<!ENTITY aboutNetworking.websockets            "WebSockets">
<!ENTITY aboutNetworking.refresh               "Refresh">
<!ENTITY aboutNetworking.autoRefresh           "Autorefresh every 3 seconds">
<!ENTITY aboutNetworking.hostname              "Hostname">
<!ENTITY aboutNetworking.port                  "Port">
<!ENTITY aboutNetworking.http2                 "HTTP/2">
<!ENTITY aboutNetworking.ssl                   "SSL">
<!ENTITY aboutNetworking.active                "Active">
<!ENTITY aboutNetworking.idle                  "Idle">
<!ENTITY aboutNetworking.host                  "Host">
<!ENTITY aboutNetworking.tcp                   "TCP">
<!ENTITY aboutNetworking.sent                  "Sent">
<!ENTITY aboutNetworking.received              "Received">
<!ENTITY aboutNetworking.family                "Family">
<!ENTITY aboutNetworking.trr                   "TRR">
<!ENTITY aboutNetworking.addresses             "Addresses">
<!ENTITY aboutNetworking.expires               "Expires (Seconds)">
<!ENTITY aboutNetworking.messagesSent          "Messages Sent">
<!ENTITY aboutNetworking.messagesReceived      "Messages Received">
<!ENTITY aboutNetworking.bytesSent             "Bytes Sent">
<!ENTITY aboutNetworking.bytesReceived         "Bytes Received">
<!ENTITY aboutNetworking.logging               "Logging">
<!ENTITY aboutNetworking.logTutorial           "See <a href='https://developer.mozilla.org/docs/Mozilla/Debugging/HTTP_logging'>HTTP Logging</a> for instructions on how to use this tool.">
<!ENTITY aboutNetworking.currentLogFile        "Current Log File:">
<!ENTITY aboutNetworking.currentLogModules     "Current Log Modules:">
<!ENTITY aboutNetworking.setLogFile            "Set Log File">
<!ENTITY aboutNetworking.setLogModules         "Set Log Modules">
<!ENTITY aboutNetworking.startLogging          "Start Logging">
<!ENTITY aboutNetworking.stopLogging           "Stop Logging">
<!ENTITY aboutNetworking.dnsLookup             "DNS Lookup">
<!ENTITY aboutNetworking.dnsLookupButton       "Resolve">
<!ENTITY aboutNetworking.dnsDomain             "Domain">
<!ENTITY aboutNetworking.dnsLookupTableColumn  "IPs">
<!ENTITY aboutNetworking.rcwn                  "RCWN Stats">
<!ENTITY aboutNetworking.rcwnStatus            "RCWN Status">
<!ENTITY aboutNetworking.rcwnCacheWonCount     "Cache won count">
<!ENTITY aboutNetworking.rcwnNetWonCount       "Net won count">
<!ENTITY aboutNetworking.totalNetworkRequests  "Total network request count">
<!ENTITY aboutNetworking.rcwnOperation         "Cache Operation">
<!ENTITY aboutNetworking.rcwnPerfOpen          "Open">
<!ENTITY aboutNetworking.rcwnPerfRead          "Read">
<!ENTITY aboutNetworking.rcwnPerfWrite         "Write">
<!ENTITY aboutNetworking.rcwnPerfEntryOpen     "Entry Open">
<!ENTITY aboutNetworking.rcwnAvgShort          "Short Average">
<!ENTITY aboutNetworking.rcwnAvgLong           "Long Average">
<!ENTITY aboutNetworking.rcwnStddevLong        "Long Standard Deviation">
<!ENTITY aboutNetworking.rcwnCacheSlow         "Cache slow count">
<!ENTITY aboutNetworking.rcwnCacheNotSlow      "Cache not slow count">
+0 −61

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
% locale global @AB_CD@ %locale/@AB_CD@/global/
  locale/@AB_CD@/global/aboutReader.properties          (%chrome/global/aboutReader.properties)
  locale/@AB_CD@/global/aboutRights.dtd                 (%chrome/global/aboutRights.dtd)
  locale/@AB_CD@/global/aboutNetworking.dtd             (%chrome/global/aboutNetworking.dtd)
  locale/@AB_CD@/global/aboutStudies.properties         (%chrome/global/aboutStudies.properties)
  locale/@AB_CD@/global/aboutServiceWorkers.dtd         (%chrome/global/aboutServiceWorkers.dtd)
  locale/@AB_CD@/global/aboutServiceWorkers.properties  (%chrome/global/aboutServiceWorkers.properties)