Closed Bug 1209147 Opened 9 years ago Closed 9 years ago

make proxying of Accessible::TakeFocus() async

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: tbsaunde, Assigned: tbsaunde)

References

Details

Attachments

(1 file)

TakeFocus() ends up making sync calls to the parent process. That means if we
try to call it from a sync call to the child process we end up deadlocked.  The
easiest way to fix this is to make the message to the child process async.
Comment on attachment 8666815 [details] [diff] [review]
make proxying of Accessible::TakeFocus() async

Review of attachment 8666815 [details] [diff] [review]:
-----------------------------------------------------------------

r=me if tests pass
Attachment #8666815 - Flags: review?(dbolter) → review+
https://hg.mozilla.org/mozilla-central/rev/696f880dcb6d
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Assignee: nobody → tbsaunde+mozbugs
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: