[Webkit-unassigned] [Bug 72155] Replace Qt QThread threading back-end with pthread/Win32 threading back-ends

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 08:34:34 PST 2011


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


Andrew Wason <rectalogic at rectalogic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116639|0                           |1
        is obsolete|                            |
 Attachment #116764|                            |review?, commit-queue?
               Flag|                            |




--- Comment #19 from Andrew Wason <rectalogic at rectalogic.com>  2011-11-28 08:34:34 PST ---
Created an attachment (id=116764)
 --> (https://bugs.webkit.org/attachment.cgi?id=116764&action=review)
initialize WebCore from public static QWebSettings methods

(In reply to comment #18)
>     2) Ensure initializeMainThreadPlatform() is called before any thread other than the gui thread is started.

I did this. Any public static QWebSettings method could be called before a QWebPage has been constructed, and if those methods call any WebCore APIs they should ensure it has been initialized.

-- 
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