diff options
Diffstat (limited to 'files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html')
-rw-r--r-- | files/ru/mozilla/preferences/preference_reference/javascript.options.showinconsole/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
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 ---- -<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> |