[Webkit-unassigned] [Bug 156605] [CSS Font Loading] FontFace's promise may never be resolved/rejected if Content Security Policy blocks all the URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 16:02:38 PDT 2016


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

--- Comment #3 from Myles C. Maxfield <mmaxfield at apple.com> ---
This means that CSSFontFace::pump() will never execute its loop, so the CSSFontFace's status will still be Pending. Therefore, we never call setStatus() with a terminal state, so we never resolve / reject the promise.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160414/68e8bb7c/attachment.html>


More information about the webkit-unassigned mailing list