[WebKit-devel] [Bug 275946] Konqueror crashed by surfing on facebook with webkit

Dawit Alemayehu adawit at kde.org
Tue Nov 15 00:58:10 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=275946


Dawit Alemayehu <adawit at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adawit at kde.org




--- Comment #2 from Dawit Alemayehu <adawit kde org>  2011-11-15 00:58:10 ---
(In reply to comment #1)
> Uh oh... QtWebKit spawns a local event loop?

It used to in the older versions of QtWebKit included in Qt 4.7. It no longer
does that in QtWebKit 2.2, the version that will come with Qt 4.8. However, the
client then faces the same issue for XMLHttpRequests that must be done in sync
mode. Hence, we use a local event loop in KIO::AccessManager::createRequest
whenever we are asked to perform a synchronous request.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the WebKit-devel mailing list