[Webkit-unassigned] [Bug 137139] Failed to run SunSpider 1.0.2 in Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 3 17:12:00 PDT 2014


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





--- Comment #6 from Geoffrey Garen <ggaren at apple.com>  2014-10-03 17:11:56 PST ---
The document.open/write/close APIs are synchronous. So, the target document should call back to recordResult synchronously before any new loading takes place. What is it about Chrome's process model that prevents document.open/write/close from being synchronous? Is this a bug in Chrome?

Why is a timeout of 0 sufficient? If the target iframe is truly decoupled and asynchronous, the required timeout could be unpredictable, and much longer than 0.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list