diff options
Diffstat (limited to 'files/ru/mozilla/preferences')
3 files changed, 95 insertions, 0 deletions
diff --git a/files/ru/mozilla/preferences/index.html b/files/ru/mozilla/preferences/index.html new file mode 100644 index 0000000000..1169ecabf1 --- /dev/null +++ b/files/ru/mozilla/preferences/index.html @@ -0,0 +1,48 @@ +--- +title: Preferences +slug: Mozilla/Preferences +tags: + - NeedsTranslation + - TopicStub +translation_of: Mozilla/Preferences +--- +<p>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.</p> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h2 class="Documentation" id="Documentation" name="Documentation">Documentation</h2> + <dl> + <dt><a href="/en-US/docs/Preferences/Preferences_system" title="Preferences/Preferences system">Preferences system</a></dt> + <dd>An introduction to using the preference system in Mozilla.</dd> + <dt><a href="/en-US/docs/XUL_School/Handling_Preferences" title="XUL School/Handling Preferences">XUL School: Handling preferences</a></dt> + <dd>The XUL School tutorial chapter on preferences.</dd> + <dt><a href="/en-US/docs/Preferences/Preference_reference" title="Preferences/Preference_reference">Mozilla preference reference</a></dt> + <dd>A reference guide to all Mozilla preferences; currently a work in progress.</dd> + <dt><a href="/en-US/docs/Preferences/A_brief_guide_to_Mozilla_preferences" title="Preferences/A brief guide to Mozilla preferences">A brief guide to Mozilla preferences</a></dt> + <dd>An introductory guide to where preferences are stored and other useful information about the core preference system.</dd> + <dt><a href="/en-US/docs/Preferences/Using_preferences_from_application_code" title="Preferences/Using preferences from application code">Using preferences from application code</a> {{gecko_minversion_inline("6.0")}}</dt> + <dd>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.</dd> + <dt><a href="/en-US/docs/Preferences/Mozilla_networking_preferences" title="Preferences/Mozilla networking preferences">Mozilla networking preferences</a></dt> + <dd>A guide to key networking-related preferences.</dd> + <dt><a href="/en-US/docs/Preferences/Mozilla_preferences_for_uber-geeks" title="Preferences/Mozilla preferences for uber-geeks">Mozilla preferences for uber-geeks</a></dt> + <dd>A guide to preferences that only truly elite geeks should play with.</dd> + </dl> + <p><span class="alllinks"><a href="/en-US/docs/tag/Preferences" title="tag/Preferences">View all pages tagged with "Preferences"...</a></span></p> + </td> + <td> + <h2 class="Community" id="Examples" name="Examples">Examples</h2> + <dl> + <dt><a href="/en-US/docs/Code_snippets/Preferences" title="Code snippets/Preferences">Code snippets</a></dt> + <dd>Preference-related code snippets.</dd> + <dt><a href="/en-US/docs/Adding_preferences_to_an_extension" title="Adding preferences to an extension">Adding preferences to an extension</a></dt> + <dd>How to add preferences to an existing extension.</dd> + </dl> + <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Related Topics</h2> + <ul> + <li><a href="/en-US/docs/XUL" title="XUL">XUL</a>, <a href="/en-US/docs/JavaScript" title="JavaScript">JavaScript</a>, <a href="/en-US/docs/XPCOM" title="XPCOM">XPCOM</a>, <a href="/en-US/docs/Extensions" title="Extensions">Extensions</a>, <a href="/en-US/docs/Developer_Guide" title="Developing_Mozilla">Developing Mozilla</a></li> + </ul> + </td> + </tr> + </tbody> +</table> diff --git a/files/ru/mozilla/preferences/preference_reference/index.html b/files/ru/mozilla/preferences/preference_reference/index.html new file mode 100644 index 0000000000..64af848546 --- /dev/null +++ b/files/ru/mozilla/preferences/preference_reference/index.html @@ -0,0 +1,14 @@ +--- +title: Preference reference +slug: Mozilla/Preferences/Preference_reference +tags: + - Mozilla + - NeedsTranslation + - Preferences + - Reference + - TopicStub +translation_of: Mozilla/Preferences/Preference_reference +--- +<p>{{ draft() }}</p> + +<p>{{LandingPageListSubpages()}}</p> 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 new file mode 100644 index 0000000000..d1955ccfda --- /dev/null +++ b/files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html @@ -0,0 +1,33 @@ +--- +title: javascript.options.showInConsole +slug: Mozilla/Preferences/Preference_reference/javascript.options.showInConsole +translation_of: Mozilla/Preferences/Preference_reference/javascript.options.showInConsole +--- +<p>Русский The preference <code>javascript.options.showInConsole</code> controls whether errors or warnings in chrome code are shown in the Error Console.</p> + +<ul style="display: table; padding: 0; border-left: 2px solid; margin-left: 0.5em;"> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Type:</dfn><code>boolean</code></li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Default value: </dfn> <code>false</code> (<code>true</code> in debug builds)</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Exists by default:</dfn> yes</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Application support:</dfn>Firefox 1.0</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Status:</dfn> Active</li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Introduction:</dfn><a class="external text" href="http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=consoleBindings.xml&branch=&root=/cvsroot&subdir=mozilla/xpfe/components/console/resources/content&command=DIFF_FRAMESET&rev1=1.9&rev2=1.10" rel="nofollow" title="http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=consoleBindings.xml&branch=&root=/cvsroot&subdir=mozilla/xpfe/components/console/resources/content&command=DIFF_FRAMESET&rev1=1.9&rev2=1.10">2002-02-26</a></li> + <li style="display: table-row; padding: 3px; margin: 0;"><dfn>Bugs:</dfn> {{ bug("125181") }} {{ bug("337875") }}</li> +</ul> + +<h2 id="Values">Values</h2> + +<dl> + <dt><code>false</code></dt> + <dd>Only errors and warnings from content code are shown.</dd> + <dt><code>true</code> (default)</dt> + <dd>Errors and warnings from both chrome and content are shown in the Error Console. + <div class="note"> + <p><strong>Note:</strong> Since the Web Console was introduced in Firefox 4 specifically for debugging content, the default value for this preference has changed to <code>true</code> as of {{Gecko ("2.0")}}.</p> + </div> + </dd> +</dl> + +<h2 id="See_also">See also</h2> + +<p><a href="/en-US/docs/Setting_up_extension_development_environment" title="/en-US/docs/Setting_up_extension_development_environment">Setting up extension development environment</a></p> |