From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ru/mozilla/preferences/index.html | 48 ---------------------- .../preferences/preference_reference/index.html | 14 ------- .../javascript.options.showinconsole/index.html | 33 --------------- 3 files changed, 95 deletions(-) delete mode 100644 files/ru/mozilla/preferences/index.html delete mode 100644 files/ru/mozilla/preferences/preference_reference/index.html delete mode 100644 files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html (limited to 'files/ru/mozilla/preferences') diff --git a/files/ru/mozilla/preferences/index.html b/files/ru/mozilla/preferences/index.html deleted file mode 100644 index 1169ecabf1..0000000000 --- a/files/ru/mozilla/preferences/index.html +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Preferences -slug: Mozilla/Preferences -tags: - - NeedsTranslation - - TopicStub -translation_of: Mozilla/Preferences ---- -

The preference system makes it possible to store data for Mozilla applications using a key/value pairing system. These articles provide information about how to use the preference system.

- - - - - - - -
-

Documentation

-
-
Preferences system
-
An introduction to using the preference system in Mozilla.
-
XUL School: Handling preferences
-
The XUL School tutorial chapter on preferences.
-
Mozilla preference reference
-
A reference guide to all Mozilla preferences; currently a work in progress.
-
A brief guide to Mozilla preferences
-
An introductory guide to where preferences are stored and other useful information about the core preference system.
-
Using preferences from application code {{gecko_minversion_inline("6.0")}}
-
Firefox 6 introduced static functions for accessing preferences efficiently from within application code. This API is not available for add-ons, but if you're working on a Gecko application, this API is the preferred way to access preferences.
-
Mozilla networking preferences
-
A guide to key networking-related preferences.
-
Mozilla preferences for uber-geeks
-
A guide to preferences that only truly elite geeks should play with.
-
-

View all pages tagged with "Preferences"...

-
-

Examples

-
-
Code snippets
-
Preference-related code snippets.
-
Adding preferences to an extension
-
How to add preferences to an existing extension.
-
- - -
diff --git a/files/ru/mozilla/preferences/preference_reference/index.html b/files/ru/mozilla/preferences/preference_reference/index.html deleted file mode 100644 index 64af848546..0000000000 --- a/files/ru/mozilla/preferences/preference_reference/index.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Preference reference -slug: Mozilla/Preferences/Preference_reference -tags: - - Mozilla - - NeedsTranslation - - Preferences - - Reference - - TopicStub -translation_of: Mozilla/Preferences/Preference_reference ---- -

{{ draft() }}

- -

{{LandingPageListSubpages()}}

diff --git a/files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html b/files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html deleted file mode 100644 index d1955ccfda..0000000000 --- a/files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: javascript.options.showInConsole -slug: Mozilla/Preferences/Preference_reference/javascript.options.showInConsole -translation_of: Mozilla/Preferences/Preference_reference/javascript.options.showInConsole ---- -

Русский The preference javascript.options.showInConsole controls whether errors or warnings in chrome code are shown in the Error Console.

- - - -

Values

- -
-
false
-
Only errors and warnings from content code are shown.
-
true (default)
-
Errors and warnings from both chrome and content are shown in the Error Console. -
-

Note: Since the Web Console was introduced in Firefox 4 specifically for debugging content, the default value for this preference has changed to true as of {{Gecko ("2.0")}}.

-
-
-
- -

See also

- -

Setting up extension development environment

-- cgit v1.2.3-54-g00ecf