NEW 172884
UIScriptController: Synchronously calling the callback of an async task causes assertions and lots of trouble
https://bugs.webkit.org/show_bug.cgi?id=172884
Summary UIScriptController: Synchronously calling the callback of an async task cause...
Tim Horton
Reported 2017-06-02 17:50:58 PDT
Created attachment 311891 [details] test/repro I wrote a test in r217587 that is broken because the async task's completion block is called synchronously, and UIScriptController is just not designed to deal with that. I've attached a patch that adds a test that reproduces this, but don't really have a great plan to fix (I'm just going to paper over it in my test for now).
Attachments
test/repro (6.65 KB, patch)
2017-06-02 17:50 PDT, Tim Horton
no flags
Note You need to log in before you can comment on or make changes to this bug.