Closed
Bug 1196880
Opened 10 years ago
Closed 10 years ago
correctly compute interfaces for proxies
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: tbsaunde, Assigned: tbsaunde)
References
Details
Attachments
(1 file)
|
1.63 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
interfaces is supposed to be a bit mask indexed by MAI_INTERFACE_X, so when
adding interfaces MAI_INTERFACE_X should be used as an index of the bit to set,
not the mask to add.
| Assignee | ||
Comment 1•10 years ago
|
||
interfaces is supposed to be a bit mask indexed by MAI_INTERFACE_X, so when
adding interfaces MAI_INTERFACE_X should be used as an index of the bit to set,
not the mask to add.
Attachment #8650629 -
Flags: review?(dbolter)
Comment 2•10 years ago
|
||
Comment on attachment 8650629 [details] [diff] [review]
correctly compute interfaces for proxies
Review of attachment 8650629 [details] [diff] [review]:
-----------------------------------------------------------------
doh
Attachment #8650629 -
Flags: review?(dbolter) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•