Comment #1 on issue 23520 by [email protected]: Synchronous XHR should not accumulate data in browser http://code.google.com/p/chromium/issues/detail?id=23520
Note: In discussing with Alexey there is interest in having webkit run a nested event loop and use the async loading APIs. Despite how much I despise nested event loops, I could be convinced that that is the right answer here. WebKit already has a good mechanism for running nested event loops to support alert and other modal prompts. It tells all network requests, JavaScript timers, and other pending asynchronous activities related to existing web pages to suspend before it enters the nested loop, and then it resumes them upon exit. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
