[Webkit-unassigned] [Bug 216134] Each step in Page::updateRendering() should use the same set of documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 19:56:24 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216134

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Simon Fraser (smfr) from comment #0)
> https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-
> model implies that once you've collected the set of documents in step 11.1,
> you use that same set for all the subsequent steps.
> 
> We don't follow this; we call forEachDocument() at each step, so potentially
> we'll pick up a new document that was added by the previous step.

Right, I wanna make this code change with a test.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200904/78221503/attachment.htm>


More information about the webkit-unassigned mailing list