Bug 30894 - [Qt] Implement DELETE HTTP method for XmlHttpRequest
Summary: [Qt] Implement DELETE HTTP method for XmlHttpRequest
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks: Qt46
  Show dependency treegraph
 
Reported: 2009-10-28 19:51 PDT by Laszlo Gombos
Modified: 2009-10-29 11:29 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (3.58 KB, patch)
2009-10-28 20:11 PDT, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 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.
Comment 1 Laszlo Gombos 2009-10-28 20:11:15 PDT
Created attachment 42079 [details]
proposed patch
Comment 2 Kenneth Rohde Christiansen 2009-10-29 06:20:36 PDT
4.6 you mean?
Comment 3 Laszlo Gombos 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.
Comment 4 Laszlo Gombos 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..
Comment 5 WebKit Commit Bot 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>
Comment 6 WebKit Commit Bot 2009-10-29 11:29:37 PDT
All reviewed patches have been landed.  Closing bug.