[webkit-reviews] review requested: [Bug 72155] Replace Qt QThread threading back-end with pthread/Win32 threading back-ends : [Attachment 116764] initialize WebCore from public static QWebSettings methods

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


Andrew Wason <rectalogic at rectalogic.com> has asked  for review:
Bug 72155: Replace Qt QThread threading back-end with pthread/Win32 threading
back-ends
https://bugs.webkit.org/show_bug.cgi?id=72155

Attachment 116764: initialize WebCore from public static QWebSettings methods
https://bugs.webkit.org/attachment.cgi?id=116764&action=review

------- Additional Comments from Andrew Wason <rectalogic at rectalogic.com>
(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.


More information about the webkit-reviews mailing list