Bug 131195 - AX: iOS does not need to spin the run loop on synchronous message calls
Summary: AX: iOS does not need to spin the run loop on synchronous message calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-03 17:13 PDT by chris fleizach
Modified: 2014-04-03 23:53 PDT (History)
5 users (show)

See Also:


Attachments
patch (7.35 KB, patch)
2014-04-03 17:37 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (6.44 KB, patch)
2014-04-03 17:54 PDT, chris fleizach
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2014-04-03 17:13:53 PDT
On the Mac platform, we need to spin the run loop while making synchronous calls to avoid VoiceOver hanging.
On iOS, this not needed due to architectural differences
Comment 1 Radar WebKit Bug Importer 2014-04-03 17:14:08 PDT
<rdar://problem/16519544>
Comment 2 chris fleizach 2014-04-03 17:14:41 PDT
<rdar://problem/16507295>
Comment 3 Radar WebKit Bug Importer 2014-04-03 17:15:05 PDT
<rdar://problem/16519553>
Comment 4 chris fleizach 2014-04-03 17:37:20 PDT
Created attachment 228564 [details]
patch
Comment 5 chris fleizach 2014-04-03 17:54:23 PDT
Created attachment 228566 [details]
patch
Comment 6 chris fleizach 2014-04-03 23:53:15 PDT
http://trac.webkit.org/changeset/166769