WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jon Lee
Comment 1
2012-05-04 21:09:10 PDT
Created
attachment 140380
[details]
Patch
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
Committed
r116226
: <
http://trac.webkit.org/changeset/116226
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug