Bug 50667

Summary: [Qt] [WK2] IPC messages are not sent until send buffer fills up
Product: WebKit Reporter: Kimmo Kinnunen <kimmo.t.kinnunen>
Component: WebKit2Assignee: Kimmo Kinnunen <kimmo.t.kinnunen>
Status: RESOLVED FIXED    
Severity: Major CC: abarth, benjamin, commit-queue, eric, kenneth, webkit.review.bot
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch to fix the problem none

Description Kimmo Kinnunen 2010-12-07 22:23:56 PST
IPC messages are not sent until send buffer fills up. This causes page loads not start until enough messages are sent. Can be witnessed by starting a load and observing that the load doesn't start until enough mouse clicks have been made.
Comment 1 Kimmo Kinnunen 2010-12-08 23:43:51 PST
Created attachment 76019 [details]
Patch to fix the problem
Comment 2 WebKit Commit Bot 2010-12-09 05:11:24 PST
Comment on attachment 76019 [details]
Patch to fix the problem

Rejecting patch 76019 from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sl', 'build', '--no-clean', '--no-update', '--build-style=both']" exit_code: 1
ERROR: Working directory has local commits, pass --force-clean to continue.

Full output: http://queues.webkit.org/results/6941015
Comment 3 Kenneth Rohde Christiansen 2010-12-10 00:25:28 PST
Eric, any idea why the cq is acting like this?
Comment 4 Eric Seidel (no email) 2010-12-10 00:36:29 PST
It's unclear.  However Adam just landed a change today which we hope will fix it. :(
Comment 5 WebKit Commit Bot 2010-12-10 02:50:05 PST
Comment on attachment 76019 [details]
Patch to fix the problem

Clearing flags on attachment: 76019

Committed r73709: <http://trac.webkit.org/changeset/73709>
Comment 6 WebKit Commit Bot 2010-12-10 02:50:11 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 WebKit Review Bot 2010-12-10 11:46:17 PST
http://trac.webkit.org/changeset/73709 might have broken GTK Linux 32-bit Debug