RESOLVED FIXED Bug 54489
WebURLRequest, WebURLResponse properties should be passed to WebCore Layer
https://bugs.webkit.org/show_bug.cgi?id=54489
Summary WebURLRequest, WebURLResponse properties should be passed to WebCore Layer
Bill Budge
Reported 2011-02-15 12:38:51 PST
WebURLRequest::downloadToFile, setDownloadToFile methods should delegate to ResourceRequest methods. WebURLResponse::downloadFilePath, setDownloadFilePath methods should delegate to ResourceResponse methods. This will allow these property values to pass between WebKit and WebCore layers, allowing us to use DocumentThreadableLoader to implement AssociatedURLLoader.
Attachments
Proposed Patch (4.10 KB, patch)
2011-02-15 14:19 PST, Bill Budge
levin: review-
Proposed Patch (4.10 KB, patch)
2011-02-15 14:53 PST, Bill Budge
no flags
Proposed Patch (4.37 KB, patch)
2011-02-15 15:41 PST, Bill Budge
no flags
Proposed Patch (4.43 KB, patch)
2011-02-15 17:53 PST, Bill Budge
no flags
Proposed Patch (4.51 KB, patch)
2011-02-25 14:26 PST, Bill Budge
no flags
Bill Budge
Comment 1 2011-02-15 14:19:23 PST
Created attachment 82519 [details] Proposed Patch This patch is another step to re-implementing AssociatedURLLoader in terms of DocumentThreadableLoader.
WebKit Review Bot
Comment 2 2011-02-15 14:30:24 PST
David Levin
Comment 3 2011-02-15 14:34:52 PST
Comment on attachment 82519 [details] Proposed Patch Seems fine except for the compile issue.
David Levin
Comment 4 2011-02-15 14:37:43 PST
Also the bug title seems incorrect: "WebCore layer Layer "
Bill Budge
Comment 5 2011-02-15 14:53:13 PST
Created attachment 82526 [details] Proposed Patch You can tell I'm not building on the Mac : )
David Levin
Comment 6 2011-02-15 14:57:15 PST
Even if this builds, the title (and corresponding changelog) is still ugly :S "WebCore layer Layer "
WebKit Review Bot
Comment 7 2011-02-15 15:09:16 PST
Bill Budge
Comment 8 2011-02-15 15:41:51 PST
Created attachment 82537 [details] Proposed Patch
Bill Budge
Comment 9 2011-02-15 17:53:30 PST
Created attachment 82563 [details] Proposed Patch
WebKit Commit Bot
Comment 10 2011-02-15 20:51:22 PST
Comment on attachment 82563 [details] Proposed Patch Clearing flags on attachment: 82563 Committed r78678: <http://trac.webkit.org/changeset/78678>
WebKit Commit Bot
Comment 11 2011-02-15 20:51:26 PST
All reviewed patches have been landed. Closing bug.
Mikhail Naganov
Comment 12 2011-02-16 07:43:39 PST
Reopening bug.
Bill Budge
Comment 13 2011-02-25 14:26:10 PST
Created attachment 83875 [details] Proposed Patch I think I was converting the WebString to a wtf::String incorrectly. Changed to use 'utf8().data()' instead of 'data()'.
WebKit Commit Bot
Comment 14 2011-02-26 06:23:37 PST
The commit-queue encountered the following flaky tests while processing attachment 83875 [details]: animations/suspend-resume-animation.html bug 48161 (author: cmarrin@apple.com) The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 15 2011-02-26 06:26:25 PST
Comment on attachment 83875 [details] Proposed Patch Clearing flags on attachment: 83875 Committed r79782: <http://trac.webkit.org/changeset/79782>
WebKit Commit Bot
Comment 16 2011-02-26 06:26:32 PST
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 17 2011-02-27 09:01:32 PST
http://trac.webkit.org/changeset/79782 might have broken GTK Linux 32-bit Debug
Note You need to log in before you can comment on or make changes to this bug.