[Webkit-unassigned] [Bug 119508] Explicitly test same/cross-origin importScripts() effect on worker.onerror

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 04:02:15 PDT 2013


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





--- Comment #3 from Mike West <mkwst at chromium.org>  2013-08-07 04:01:54 PST ---
(In reply to comment #2)
> Workers allow cross-origin loads via importScript. Exceptions generated inside the imported scripts are the case I was interested in at the time.

That wasn't a clear comment, sorry. I know you know this, since you wrote a huge chunk of the code I'm poking at, but just for clarity:

The point of adding the tests was to ensure that our sanitization does what's specced: for cross-origin exceptions, "... then set message to "Script error.", set location to the empty string, set line and col to 0, and set error object to null." Not a big bug, of course.

-- 
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