[webkit-reviews] review requested: [Bug 14997] Support for server-sent DOM events : [Attachment 34139] updated patch

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


Adam Bergkvist <adam.bergkvist at ericsson.com> has asked	for review:
Bug 14997: Support for server-sent DOM events
https://bugs.webkit.org/show_bug.cgi?id=14997

Attachment 34139: updated patch
https://bugs.webkit.org/attachment.cgi?id=34139&action=review

------- Additional Comments from Adam Bergkvist <adam.bergkvist at ericsson.com>
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).


More information about the webkit-reviews mailing list