RESOLVED FIXED Bug 85696
[WK2] Incoming events may be processed out-of-order
https://bugs.webkit.org/show_bug.cgi?id=85696
Summary [WK2] Incoming events may be processed out-of-order
Jon Lee
Reported 2012-05-04 20:31:42 PDT
Messages that arrive to the web process after an input event might be processed before the input event because all messages go to a single queue that gets iterated over by handleMessages(). What then happens is that one handleMessages() call processes all of the messages, and the subsequent handleMessages() handle none. It effectively promotes messages ahead of input events. <rdar://problem/11386129>
Attachments
Patch (3.64 KB, patch)
2012-05-04 21:09 PDT, Jon Lee
mjs: review+
Jon Lee
Comment 1 2012-05-04 21:09:10 PDT
Maciej Stachowiak
Comment 2 2012-05-05 12:32:08 PDT
Comment on attachment 140380 [details] Patch r=me
Jon Lee
Comment 3 2012-05-05 12:37:55 PDT
Note You need to log in before you can comment on or make changes to this bug.