Bug 209336

Summary: Fix for retrieving focus 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-03-20 07:26:43 PDT
Fix for retrieving focus in isolated tree mode.
Comment 1 Andres Gonzalez 2020-03-20 07:44:15 PDT
Created attachment 394082 [details]
Patch
Comment 2 chris fleizach 2020-03-20 10:27:05 PDT
Comment on attachment 394082 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        Focused object request can come on the secondary thread before the

request > requests

> Source/WebCore/ChangeLog:10
> +        needs to generated the isolated tree if it doesn't exist, similar to

generated > generate
Comment 3 Andres Gonzalez 2020-03-20 10:32:58 PDT
Created attachment 394100 [details]
Patch
Comment 4 Andres Gonzalez 2020-03-20 10:34:47 PDT
(In reply to chris fleizach from comment #2)
> Comment on attachment 394082 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=394082&action=review
> 
> > Source/WebCore/ChangeLog:8
> > +        Focused object request can come on the secondary thread before the
> 
> request > requests

Fixed.

> 
> > Source/WebCore/ChangeLog:10
> > +        needs to generated the isolated tree if it doesn't exist, similar to
> 
> generated > generate

Fixed. Thanks.
Comment 5 EWS 2020-03-20 11:50:06 PDT
Committed r258776: <https://trac.webkit.org/changeset/258776>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 394100 [details].
Comment 6 Radar WebKit Bug Importer 2020-03-20 11:51:20 PDT
<rdar://problem/60696983>