- Downloads
fixup! Bug 40925: Implemented the Security Level component
Bug 32274: Make the security level settings more accessible: + We remove the "Restore Defaults" link that was between each radio option and place it separately as a button, with some notification text. + We set the `aria-describedby` attribute on the radio options to point to the description. + We change the security level popup's button text from "Change" to "Change Setting" to give users more of a hint that clicking the button will land them in the middle of about:preferences. We also tidied up the javascript, CSS and xhtml.
Showing
- browser/components/preferences/privacy.js 3 additions, 5 deletionsbrowser/components/preferences/privacy.js
- browser/components/securitylevel/content/securityLevel.js 95 additions, 115 deletionsbrowser/components/securitylevel/content/securityLevel.js
- browser/components/securitylevel/content/securityLevelPreferences.css 35 additions, 28 deletions...onents/securitylevel/content/securityLevelPreferences.css
- browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml 40 additions, 44 deletions.../securitylevel/content/securityLevelPreferences.inc.xhtml
- browser/components/securitylevel/locale/en-US/securityLevel.properties 2 additions, 0 deletions...nents/securitylevel/locale/en-US/securityLevel.properties
Please sign in to comment