[Webkit-unassigned] [Bug 14997] Support for server-sent DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 09:17:22 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=14997


Adam Bergkvist <adam.bergkvist at ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31160|0                           |1
        is obsolete|                            |
  Attachment #34139|                            |review?
               Flag|                            |




--- Comment #31 from Adam Bergkvist <adam.bergkvist at ericsson.com>  2009-08-05 09:17:17 PDT ---
Created an attachment (id=34139)
 --> (https://bugs.webkit.org/attachment.cgi?id=34139)
updated patch

Updated patch to reflect recent changes in the spec as well as in WebKit.

Fixes:
* Renamed disconnect to close according to spec changes (and updated tests)
* Added connection limit counting fix (nonCacheRequestInFlight/Complete)
* Updated calls to set/unsetPendingActivity according to new garbage collection
rules in the spec
* Added EventSource to the Qt build system

Since r45558 events are delayed until 512 bytes have been received with the
Soup backend due to content sniffing always being enabled (see
https://bugs.webkit.org/show_bug.cgi?id=27981).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list