clean up getTextFromIAccessible#13127
Merged
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
6 tasks
5 tasks
2b71b72 to
d0ced3b
Compare
This comment has been minimized.
This comment has been minimized.
seanbudd
approved these changes
Jan 16, 2022
No longer need to manually release.
Make all usages of AccessibleChildren conform to a consitant approach. Management of resources is automatic.
d0ced3b to
21cf41a
Compare
michaelDCurran
requested changes
Jan 25, 2022
Member
|
Yes, I'm confident. As long as the COM interface was generated from an
IDL file, which it was, then it will certainly have an associated UUID.
Message ID: ***@***.***>
|
michaelDCurran
approved these changes
Jan 25, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Depends on:
Summary of the issue:
The moved function
getTextFromIAccessibledoesn't use smart pointers, was missing some explicit initialization, and logic could be simplified.Description of how this pull request fixes the issue:
[ ] Also split based on "useNewText" Report Aria Details In Focus Mode #13106 (comment)This has been dropped. It will be kept in mind for future work in the area.Testing strategy:
Known issues with pull request:
None
Change log entries:
None
Code Review Checklist: