Closed
Bug 1146665
Opened 11 years ago
Closed 11 years ago
IPC Proxy for TableCell
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
|
10.26 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
This does not contain any atk stuff since there needs to be proxy for Table before that.
Attachment #8582032 -
Flags: review?(tbsaunde+mozbugs)
Comment 1•11 years ago
|
||
Comment on attachment 8582032 [details] [diff] [review]
v1
>+DocAccessibleChild::RecvTableOfACell(const uint64_t& aID,
>+ uint64_t* aTableID,
>+ bool* aOk)
>+{
why does this one have error checking? atk doesn't call it directly and windows doesn't care why it failed I don't think
Attachment #8582032 -
Flags: review?(tbsaunde+mozbugs) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
I've added error checking for all the cases when "ID" is returned. That way it doesn't matter
what kind of IDs we uses (whether they are pointers or increasing counter).
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•