[Webkit-unassigned] [Bug 38935] [Qt][Symbian] data URIs cause crash at QFile layer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 14 08:23:57 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=38935
Kenneth Rohde Christiansen <kenneth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kenneth at webkit.org
--- Comment #7 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2010-05-14 08:23:56 PST ---
(In reply to comment #6)
> Don't worry :)
> The order is now the "correct" one:
>
> static void ensureInitialized()
> {
> #ifndef QT_NO_HTTP
> (void) httpBackend();
> #endif // QT_NO_HTTP
> (void) dataBackend();
> #ifndef QT_NO_FTP
> (void) ftpBackend();
> #endif
>
> #ifdef QT_BUILD_INTERNAL
> (void) debugpipeBackend();
> #endif
>
> // leave this one last since it will query the special QAbstractFileEngines
> (void) fileBackend();
> }
So it is fixed now? Can we close this bug?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list