Backed out changeset 52b1205696cd (bug 927974) on the suspicion of this having caused frequent mochitest-bc oranges

This commit is contained in:
Ehsan Akhgari 2013-10-18 20:51:18 -04:00
parent c449fc9c3b
commit 7a6c00ee31
2 changed files with 2 additions and 9 deletions

View File

@ -45,6 +45,6 @@
<section id="connecting"> <section id="connecting">
<p><img src="chrome://browser/skin/tabbrowser/loading.png"></img> &connecting;</p> <p><img src="chrome://browser/skin/tabbrowser/loading.png"></img> &connecting;</p>
</section> </section>
<footer>&remoteHelp;<a target='_' href='https://developer.mozilla.org/docs/Tools/Remote_Debugging'>&remoteDocumentation;</a>&remoteHelpSuffix;</footer> <footer>&help2;</footer>
</body> </body>
</html> </html>

View File

@ -19,11 +19,4 @@
<!ENTITY errorTimeout "Error: connection timeout."> <!ENTITY errorTimeout "Error: connection timeout.">
<!ENTITY errorRefused "Error: connection refused."> <!ENTITY errorRefused "Error: connection refused.">
<!ENTITY errorUnexpected "Unexpected error."> <!ENTITY errorUnexpected "Unexpected error.">
<!ENTITY help2 "Firefox Developer Tools can debug remote devices (Firefox for Android and Firefox OS, for example). Make sure that you have turned on the 'Remote debugging' option in the remote device. See the <a target='_' href='https://developer.mozilla.org/docs/Tools/Remote_Debugging'>documentation</a> for more.">
<!-- LOCALIZATION NOTE (remoteHelp, remoteDocumentation, remoteHelpSuffix):
these strings will be concatenated in a single label, remoteDocumentation will
be used as text for a link to MDN. -->
<!ENTITY remoteHelp "Firefox Developer Tools can debug remote devices (Firefox for Android and Firefox OS, for example). Make sure that you have turned on the 'Remote debugging' option in the remote device. For more, see the">
<!ENTITY remoteDocumentation "documentation">
<!ENTITY remoteHelpSuffix ".">