From a3d3f72729edf1ff829150bf7ddccfbc0a70497d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 02:54:07 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru) (#1715) --- files/ru/tools/browser_console/index.html | 6 +++--- files/ru/tools/firefox_os_1.1_simulator/index.html | 6 +++--- files/ru/tools/remote_debugging/firefox_for_android/index.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'files/ru/tools') diff --git a/files/ru/tools/browser_console/index.html b/files/ru/tools/browser_console/index.html index 00d49816ff..53e6c8b9ca 100644 --- a/files/ru/tools/browser_console/index.html +++ b/files/ru/tools/browser_console/index.html @@ -114,7 +114,7 @@ clearBtn.addEventListener('mouseover', function() {

Bonus Features Available

-

For Add-on SDK add-ons, the console API is available automatically. Here's an example add-on that just logs an error when the user clicks a widget:

+

For Add-on SDK add-ons, the console API is available automatically. Here's an example add-on that just logs an error when the user clicks a widget:

widget = require("sdk/widget").Widget({
   id: "an-error-happened",
@@ -128,13 +128,13 @@ function logError() {
   console.error("something went wrong!");
 }
-

If you build this as an XPI file, then open the Browser Console, then open the XPI file in Firefox and install it, you'll see a widget labeled "Error!" in the Add-on bar:

+

If you build this as an XPI file, then open the Browser Console, then open the XPI file in Firefox and install it, you'll see a widget labeled "Error!" in the Add-on bar:

Click the icon. You'll see output like this in the Browser Console:

-

For Add-on SDK-based add-ons only, the message is prefixed with the name of the add-on ("log-error"), making it easy to find all messages from this add-on using the "Filter output" search box. By default, only error messages are logged to the console, although you can change this in the browser's preferences.

+

For Add-on SDK-based add-ons only, the message is prefixed with the name of the add-on ("log-error"), making it easy to find all messages from this add-on using the "Filter output" search box. By default, only error messages are logged to the console, although you can change this in the browser's preferences.

Browser Console command line

diff --git a/files/ru/tools/firefox_os_1.1_simulator/index.html b/files/ru/tools/firefox_os_1.1_simulator/index.html index 57079732b6..08e5674e79 100644 --- a/files/ru/tools/firefox_os_1.1_simulator/index.html +++ b/files/ru/tools/firefox_os_1.1_simulator/index.html @@ -50,7 +50,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator

The Simulator is packaged and distributed as a Firefox add-on. To install it:

    -
  1. Using Firefox, go to the Simulator's page on addons.mozilla.org.
  2. +
  3. Using Firefox, go to the Simulator's page on addons.mozilla.org.
  4. Click "Add to Firefox".
  5. Once the add-on has downloaded you will be prompted to install it: click "Install Now".
@@ -252,7 +252,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator

Network Monitor

-

Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (Learn more about the Network Monitor.)

+

Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (Learn more about the Network Monitor.)

Receipts

@@ -299,7 +299,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator

Troubleshooting on Linux

-

If you are unable to connect your device after creating udev rules, please see this bug.

+

If you are unable to connect your device after creating udev rules, please see this bug.

Limitations of the Simulator

diff --git a/files/ru/tools/remote_debugging/firefox_for_android/index.html b/files/ru/tools/remote_debugging/firefox_for_android/index.html index 6bcd7b2b47..ed33d8c453 100644 --- a/files/ru/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ru/tools/remote_debugging/firefox_for_android/index.html @@ -19,13 +19,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android

ADB setup

-

Next, you'll need to get the desktop and the Android device talking to each other using the adb command-line tool.

+

Next, you'll need to get the desktop and the Android device talking to each other using the adb command-line tool.

On the Android device

-- cgit v1.2.3-54-g00ecf