[webkit-reviews] review cancelled: [Bug 16989] XmlHttpRequest should use the send() flag algorithm : [Attachment 18632] Implementation + test case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 06:27:58 PST 2008


Julien Chaffraix <julien.chaffraix at gmail.com> has cancelled Julien Chaffraix
<julien.chaffraix at gmail.com>'s request for review:
Bug 16989: XmlHttpRequest should use the send() flag algorithm
http://bugs.webkit.org/show_bug.cgi?id=16989

Attachment 18632: Implementation + test case
http://bugs.webkit.org/attachment.cgi?id=18632&action=edit

------- Additional Comments from Julien Chaffraix <julien.chaffraix at gmail.com>
(In reply to comment #2)
> (From update of attachment 18632 [edit])
> The send flag that the spec talks about was supposed to be m_loader being
> non-null in our implementation.
> 
> Is it possible to match the behavior in the spec without introducing
> m_sendFlag?
> 

Indeed ! The attached patch display the right behaviour without the m_sendFlag.


More information about the webkit-reviews mailing list