Bug 106677 - Incoming synchronous messages can sometimes arrive out of order
Summary: Incoming synchronous messages can sometimes arrive out of order
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 10:31 PST by Anders Carlsson
Modified: 2013-01-11 11:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (6.79 KB, patch)
2013-01-11 10:41 PST, Anders Carlsson
kling: review+
eflews.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>