[webkit-reviews] review granted: [Bug 227846] document.readyState should be "complete" after calling DOMParser.parseFromString() : [Attachment 433248] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 17:17:12 PDT 2021


Ryosuke Niwa <rniwa at webkit.org> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 227846: document.readyState should be "complete" after calling
DOMParser.parseFromString()
https://bugs.webkit.org/show_bug.cgi?id=227846

Attachment 433248: Patch

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




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 433248
  --> https://bugs.webkit.org/attachment.cgi?id=433248
Patch

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

> Source/WebCore/dom/Document.cpp:3106
> +	   setReadyState(Complete);

Does this also impact document.close?


More information about the webkit-reviews mailing list