The GTK+ port needs ATK/accessibility support.
Created attachment 21241 [details] Add initial accessibility support for GTK+ with ATK There are a couple of commented out lines of code but I'd like to leave them there since they're easy to miss and need to be implemented.
Comment on attachment 21241 [details] Add initial accessibility support for GTK+ with ATK Looks good!
Created attachment 21242 [details] Revised coding style suggested by andersca
Comment on attachment 21242 [details] Revised coding style suggested by andersca r=me
Landed in r33591. This will need a bit more work to provide complete accessibility support in upcoming patches.
Will use this as a tracking bug since people are already CC'ed.
Created attachment 21334 [details] AT-SPI accessibility enhancements With these changes accessibility starts to become usable. There are still many TODOs and FIXMEs.
Comment on attachment 21334 [details] AT-SPI accessibility enhancements >+// Used to provide const gchar* returns. >+static const char* returnString(String str) This should take a const String& I'm not too fond of the #if 0 and commented out code, but I think it might be OK for now. r=me
All patches associated with this bug have been landed. Please file new bugs about any remaining work that needs to be completed on this feature.