DescriptionMake Windows accessibility event firing aware of guest / child frames.
Windows-specific fixes for accessibility of out-of-process iframes
and guest frames (e.g. <webview>):
1. When firing an event or doing a bounds calculation, we need to
call functions on the root BrowserAccessibilityManager's delegate
(not on the child frame's delegate).
2. When a MSAA client tries to look up an MSAA object by child ID,
we need to search child frames as well.
BUG=330307, 368298
Committed: https://crrev.com/28060a875c0a7fb9bbfe06a0057b4321518599a7
Cr-Commit-Position: refs/heads/master@{#312080}
Patch Set 1 #
Total comments: 27
Patch Set 2 : Address feedback #
Total comments: 6
Patch Set 3 : Address more feedback #
Total comments: 4
Patch Set 4 : Address last comments #Patch Set 5 : Rebase #Patch Set 6 : Remove autosave file #Patch Set 7 : Fix typo #Patch Set 8 : Fix crash due to no root node in the middle of an update #Patch Set 9 : Fix Mac compile #Messages
Total messages: 15 (2 generated)
|