Closed Bug 759158 Opened 13 years ago Closed 12 years ago

Add accessibility status to about:support

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla16

People

(Reporter: davidb, Assigned: davidb)

References

Details

Attachments

(1 file)

For all platforms. I propose a section in about:support called "Accessibility". First item could be "activated" or "instantiated".
Also a status like "disabled" for when we build without.
Attached patch WIP (works)Splinter Review
Assignee: nobody → dbolter
Comment on attachment 632391 [details] [diff] [review] WIP (works) Review of attachment 632391 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/content/aboutSupport.js @@ +409,5 @@ > + try { > + enabled = Components.manager.QueryInterface(Ci.nsIServiceManager) > + .isServiceInstantiatedByContractID( > + "@mozilla.org/accessibilityService;1", > + Ci.nsISupports); See bug 761589: we should also have these, IMHO
Sounds good.
Actually hub, how about I go ahead and get this reviewed and landed, and you can do the additional support info in a follow up after 761589 is finished?
(In reply to David Bolter [:davidb] from comment #5) > Actually hub, how about I go ahead and get this reviewed and landed, and you > can do the additional support info in a follow up after 761589 is finished? yeah sure.
Comment on attachment 632391 [details] [diff] [review] WIP (works) Review of attachment 632391 [details] [diff] [review]: ----------------------------------------------------------------- Adds accessibility activated yes/no info to about:support.
Attachment #632391 - Flags: review?(gavin.sharp)
Comment on attachment 632391 [details] [diff] [review] WIP (works) I assume you've tested that this works (both disabled/enabled show up correctly as appropriate). Rather than using "yes"/"no", you should use 1/0 like the Incremental GC string, so that this doesn't stick out too much in localized builds.
Attachment #632391 - Flags: review?(gavin.sharp) → review+
(In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment #8) > Comment on attachment 632391 [details] [diff] [review] > WIP (works) > > I assume you've tested that this works (both disabled/enabled show up > correctly as appropriate). Yes. > Rather than using "yes"/"no", you should use 1/0 like the Incremental GC > string, so that this doesn't stick out too much in localized builds. Good catch. Will land with 1/0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Blocks: 769304
Verified in Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0. This shows up in about:support.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: