Re: Interaction with Workers (was Re: setTimeout error handling)

On 03/29/2011 06:58 PM, Adam Barth wrote:
> WebKit literally checks for callable:
> 
> http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/js/ScheduledAction.cpp#L53
> 
> Anyway, that's something for HTML5 or WebIDL to define.  What's
> important for our purposes is that there's a branch there and we need
> to block on side of the branch but not the other (as in
> https://bugs.webkit.org/attachment.cgi?id=87220&action=prettypatch)

I just pushed a change to address this issue:
https://dvcs.w3.org/hg/content-security-policy/rev/6a8f36118103

Cheers,
Brandon

Received on Thursday, 9 June 2011 23:08:34 UTC