Closed
Bug 708106
Opened 14 years ago
Closed 14 years ago
Remove consts for pre 10.4
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: hub, Assigned: hub)
References
Details
Attachments
(1 file)
|
12.97 KB,
patch
|
tbsaunde
:
review+
surkov
:
checkin+
|
Details | Diff | Splinter Review |
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)
| Assignee | ||
Comment 1•14 years ago
|
||
This is for MacOS X in case it wasn't obvious.
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → hub
Attachment #580179 -
Flags: review?
Comment 3•14 years ago
|
||
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+
| Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 580179 [details] [diff] [review]
proposed patch
he'll get the checkin. :-)
Attachment #580179 -
Flags: checkin?(surkov.alexander)
Comment 5•14 years ago
|
||
Comment on attachment 580179 [details] [diff] [review]
proposed patch
inbound land https://hg.mozilla.org/integration/mozilla-inbound/rev/4f633a8f0d06
Attachment #580179 -
Flags: checkin?(surkov.alexander) → checkin+
Comment 6•14 years ago
|
||
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.
Description
•