Bug 1607675 - Remove unused debugger container in DevTools options panel r=fluent-reviewers,jlast,flod

Differential Revision: https://phabricator.services.mozilla.com/D59290

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2020-01-09 18:13:02 +00:00
parent a273e05e06
commit 421f49ed93
3 changed files with 0 additions and 10 deletions

View File

@ -61,10 +61,6 @@
</label>
</fieldset>
<fieldset id="debugger-options" class="options-groupbox" hidden="true">
<legend data-l10n-id="options-debugger-label"></legend>
</fieldset>
<fieldset id="styleeditor-options" class="options-groupbox">
<legend data-l10n-id="options-styleeditor-label"></legend>
<label data-l10n-id="options-stylesheet-autocompletion-tooltip">

View File

@ -530,7 +530,6 @@ OptionsPanel.prototype = {
createPreferenceOption(prefDefinition),
referenceElement
);
parent.removeAttribute("hidden");
}
},

View File

@ -129,11 +129,6 @@ options-source-maps-tooltip =
# The message shown for settings that trigger page reload
options-context-triggers-page-refresh = * Current session only, reloads the page
##
# The heading for the Debugger section
options-debugger-label = Debugger
# The label for the checkbox that toggles the display of the platform data in the
# Profiler i.e. devtools.profiler.ui.show-platform-data a boolean preference in about:config
options-show-platform-data-label = Show Gecko platform data