RESOLVED FIXED Bug 30894
[Qt] Implement DELETE HTTP method for XmlHttpRequest
https://bugs.webkit.org/show_bug.cgi?id=30894
Summary [Qt] Implement DELETE HTTP method for XmlHttpRequest
Laszlo Gombos
Reported 2009-10-28 19:51:12 PDT
DELETE method is not implemented for QtWebKit as the underlying QtNetwork module did not supported this HTTP method up until now. The next version of the QtNetwork library (v4.5) will support the DELETE method. The following patch takes advantage of the new QtNetwork feature and implements the DELETE method for XHR.
Attachments
proposed patch (3.58 KB, patch)
2009-10-28 20:11 PDT, Laszlo Gombos
no flags
Laszlo Gombos
Comment 1 2009-10-28 20:11:15 PDT
Created attachment 42079 [details] proposed patch
Kenneth Rohde Christiansen
Comment 2 2009-10-29 06:20:36 PDT
4.6 you mean?
Laszlo Gombos
Comment 3 2009-10-29 06:48:10 PDT
(In reply to comment #2) > 4.6 you mean? Kenneth, yes type - I meant 4.6 in the original bug description. ChangeLog and code looks good.
Laszlo Gombos
Comment 4 2009-10-29 06:48:40 PDT
(In reply to comment #3) > (In reply to comment #2) > > 4.6 you mean? > > Kenneth, yes type - I meant 4.6 in the original bug description. ChangeLog and > code looks good. I meant typo not type..
WebKit Commit Bot
Comment 5 2009-10-29 11:29:33 PDT
Comment on attachment 42079 [details] proposed patch Clearing flags on attachment: 42079 Committed r50288: <http://trac.webkit.org/changeset/50288>
WebKit Commit Bot
Comment 6 2009-10-29 11:29:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.