Closed Bug 708106 Opened 14 years ago Closed 14 years ago

Remove consts for pre 10.4

Categories

(Core :: Disability Access APIs, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla11

People

(Reporter: hub, Assigned: hub)

References

Details

Attachments

(1 file)

In mozAccessible.mm we have const NSString *kInstanceDescriptionAttribute = @"AXDescription"; // NSAccessibilityDescriptionAttribute const NSString *kTopLevelUIElementAttribute = @"AXTopLevelUIElement"; // NSAccessibilityTopLevelUIElementAttribute const NSString *kTextLinkSubrole = @"AXTextLink"; // NSAccessibilitySecureTextFieldSubrole These constants are only useful for pre 10.4 SDK. Given that we don't support PPC anymore, it is unlikely we need to build on pre 10.4 SDK. (I don't have a patch yet)
This is for MacOS X in case it wasn't obvious.
Blocks: maca11y
Attached patch proposed patchSplinter Review
Assignee: nobody → hub
Attachment #580179 - Flags: review?
Comment on attachment 580179 [details] [diff] [review] proposed patch we only support 10.5+ (stealing review unless Alex really wants to) r=tbsaunde
Attachment #580179 - Flags: review? → review+
Comment on attachment 580179 [details] [diff] [review] proposed patch he'll get the checkin. :-)
Attachment #580179 - Flags: checkin?(surkov.alexander)
Attachment #580179 - Flags: checkin?(surkov.alexander) → checkin+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: