[Webkit-unassigned] [Bug 106082] [GTK][Qt] Make compositing messages async again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 04:33:12 PST 2013


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181287|review?                     |review+
               Flag|                            |




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2013-01-04 04:35:10 PST ---
(From update of attachment 181287)
The composition messages from the UI process to the Web process must be async for sure. Synchronous messages from WebProcess to the UI process are okay(ish), but the other way around is a wonderful source of crashes because they still allow for the processing of other sync messages, so they aren't fully blocking.

In Qt we made it a policy to not have these, so if we want to share the code this change fixes a regression. If Gtk needs the messages to remain sync, then we have to fork the code.

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