[webkit-reviews] review granted: [Bug 228089] [ MacOS & iOS & GTK ] imported/w3c/web-platform-tests/html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_noopener.html is flaky failing : [Attachment 438286] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 17:13:40 PDT 2021


Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 228089: [ MacOS & iOS & GTK ]
imported/w3c/web-platform-tests/html/semantics/links/links-created-by-a-and-are
a-elements/htmlanchorelement_noopener.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=228089

Attachment 438286: Patch

https://bugs.webkit.org/attachment.cgi?id=438286&action=review




--- Comment #16 from Darin Adler <darin at apple.com> ---
Comment on attachment 438286
  --> https://bugs.webkit.org/attachment.cgi?id=438286
Patch

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

> Source/WebCore/page/DOMWindow.cpp:1062
> +	       page->chrome().closeWindowSoon();

Is the "soon" still needed? Seems like the queued task is now taking care of
the scheduling. Can we clean up further by just doing closeWindow; at some
point?


More information about the webkit-reviews mailing list