Bug 218669

Summary: Fix for LayoutTests/accessibility/Mac/accesskey.html in isolated tree mode.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: New BugsAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Andres Gonzalez 2020-11-06 12:47:49 PST
Fix for LayoutTests/accessibility/Mac/accesskey.html in isolated tree mode.
Comment 1 Andres Gonzalez 2020-11-06 12:57:01 PST
Created attachment 413469 [details]
Patch
Comment 2 chris fleizach 2020-11-06 13:03:01 PST
Comment on attachment 413469 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=413469&action=review

> Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:203
> +    setProperty(AXPropertyName::AccessKey, object.accessKey().isolatedCopy());

can you do a scan on the read of these and let's just update all to isolatedCopy that we need
Comment 3 Andres Gonzalez 2020-11-06 14:11:21 PST
Created attachment 413479 [details]
Patch
Comment 4 Andres Gonzalez 2020-11-06 14:13:13 PST
(In reply to chris fleizach from comment #2)
> Comment on attachment 413469 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=413469&action=review
> 
> > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:203
> > +    setProperty(AXPropertyName::AccessKey, object.accessKey().isolatedCopy());
> 
> can you do a scan on the read of these and let's just update all to
> isolatedCopy that we need

Done.
Comment 5 EWS 2020-11-06 17:12:14 PST
Committed r269553: <https://trac.webkit.org/changeset/269553>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413479 [details].
Comment 6 Radar WebKit Bug Importer 2020-11-06 17:13:22 PST
<rdar://problem/71138788>