Bug 209336 - Fix for retrieving focus in isolated tree mode.
Summary: Fix for retrieving focus in isolated tree mode.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andres Gonzalez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-20 07:26 PDT by Andres Gonzalez
Modified: 2020-03-20 11:51 PDT (History)
9 users (show)

See Also:


Attachments
Patch (6.55 KB, patch)
2020-03-20 07:44 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (6.55 KB, patch)
2020-03-20 10:32 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>