Bug 495615: Remove 'Enable JavaScript Tracing' pref, r=gavin

This commit is contained in:
Mark Finkle 2009-05-31 00:39:03 -04:00
parent c561be0752
commit c0bdd2656f
2 changed files with 0 additions and 5 deletions

View File

@ -359,9 +359,6 @@
<richpref pref="javascript.enabled" type="bool" title="&enableJavaScript.title;">
&enableJavaScript.description;
</richpref>
<richpref pref="javascript.options.jit.content" type="bool" title="&javascript.options.jit.content.title;">
&javascript.options.jit.content.description;
</richpref>
<richpref pref="plugins.enabled" type="bool" title="&enablePlugins.title;" onsynctopreference="Browser.setPluginState(this.value);">
&enablePlugins.description;
</richpref>

View File

@ -2,8 +2,6 @@
<!ENTITY showImages.title "Show images">
<!ENTITY enableJavaScript.title "Enable JavaScript">
<!ENTITY enableJavaScript.description "Most interactive sites use JavaScript">
<!ENTITY javascript.options.jit.content.title "Enable JavaScript tracing">
<!ENTITY javascript.options.jit.content.description "Use nativecode compilation in JavaScript">
<!ENTITY enablePlugins.title "Enable Plugins">
<!ENTITY enablePlugins.description "Plugins are used for special content such as video">
<!ENTITY privacy.title "Privacy &amp; Security">