Bug 106677

Summary: Incoming synchronous messages can sometimes arrive out of order
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: gtk-ews, levin+threading, webkit-ews, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+, eflews.bot: commit-queue-

Description Anders Carlsson 2013-01-11 10:31:15 PST
Incoming synchronous messages can sometimes arrive out of order
Comment 1 Anders Carlsson 2013-01-11 10:41:35 PST
Created attachment 182367 [details]
Patch
Comment 2 EFL EWS Bot 2013-01-11 10:47:45 PST
Comment on attachment 182367 [details]
Patch

Attachment 182367 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/15804445
Comment 3 Early Warning System Bot 2013-01-11 10:48:20 PST
Comment on attachment 182367 [details]
Patch

Attachment 182367 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/15806447
Comment 4 kov's GTK+ EWS bot 2013-01-11 10:56:47 PST
Comment on attachment 182367 [details]
Patch

Attachment 182367 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/15802494
Comment 5 Andreas Kling 2013-01-11 11:02:52 PST
Comment on attachment 182367 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=182367&action=review

Sweet! r=me

> Source/WebKit2/ChangeLog:10
> +        the synchronous messages before any pending asynchronous messages on that connection. This breaks FIFO ordering,

Comma at end here.
Comment 6 Anders Carlsson 2013-01-11 11:10:09 PST
Committed r139464: <http://trac.webkit.org/changeset/139464>