Closed
Bug 759158
Opened 11 years ago
Closed 11 years ago
Add accessibility status to about:support
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
VERIFIED
FIXED
mozilla16
People
(Reporter: davidb, Assigned: davidb)
References
Details
Attachments
(1 file)
3.72 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
For all platforms. I propose a section in about:support called "Accessibility". First item could be "activated" or "instantiated".
Comment 1•11 years ago
|
||
Also a status like "disabled" for when we build without.
Assignee | ||
Comment 2•11 years ago
|
||
Assignee: nobody → dbolter
Comment 3•11 years ago
|
||
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
Assignee | ||
Comment 4•11 years ago
|
||
Sounds good.
Assignee | ||
Comment 5•11 years ago
|
||
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?
Comment 6•11 years ago
|
||
(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.
Assignee | ||
Comment 7•11 years ago
|
||
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 8•11 years ago
|
||
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+
Assignee | ||
Comment 9•11 years ago
|
||
(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
Assignee | ||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7ef9568fbd40
Target Milestone: --- → mozilla16
Comment 11•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7ef9568fbd40
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 12•11 years ago
|
||
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.
Description
•