Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 5139005: Use WebFrame::createAssociatedURLLoader.... (Closed)

Created:
10 years, 1 month ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
michaeln
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Use WebFrame::createAssociatedURLLoader. See https://bugs.webkit.org/show_bug.cgi?id=49764 for the WebKit side of this change. R=michaeln BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69146

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -19 lines) Patch
M webkit/glue/plugins/pepper_url_loader.cc View 1 1 chunk +1 line, -9 lines 0 comments Download
M webkit/glue/plugins/webplugin_impl.cc View 1 1 chunk +1 line, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
michaeln
http://codereview.chromium.org/5139005/diff/1/webkit/glue/resource_fetcher.cc File webkit/glue/resource_fetcher.cc (right): http://codereview.chromium.org/5139005/diff/1/webkit/glue/resource_fetcher.cc#newcode50 webkit/glue/resource_fetcher.cc:50: loader_->loadAsynchronously(WebURLRequest(url_), this); I wonder about ResourceFetcher resource loads now ...
10 years ago (2010-12-07 00:27:31 UTC) #1
darin (slow to review)
How about I add a parameter to createAssociatedURLLoader that disables appcache use? -Darin On Mon, ...
10 years ago (2010-12-07 00:29:31 UTC) #2
michaeln
On 2010/12/07 00:29:31, darin wrote: > How about I add a parameter to createAssociatedURLLoader that ...
10 years ago (2010-12-07 02:11:46 UTC) #3
darin (slow to review)
I just went ahead and removed the resource_fetcher.cc changes entirely. Now that I think about ...
10 years ago (2010-12-14 00:14:52 UTC) #4
michaeln
LGTM, I buy that! On 2010/12/14 00:14:52, darin wrote: > I just went ahead and ...
10 years ago (2010-12-14 00:18:56 UTC) #5
darin (slow to review)
oops, this caused some layout tests to fail: Regressions: Unexpected tests timed out : (6) ...
10 years ago (2010-12-14 17:23:07 UTC) #6
michaeln
Doh! Do you know why... is this because the change to the relative ordering of... ...
10 years ago (2010-12-14 20:24:57 UTC) #7
darin (slow to review)
It is because AssociatedURLLoader allows m_realLoader to be passed to the WebURLLoaderClient. That confuses the ...
10 years ago (2010-12-14 22:57:39 UTC) #8
darin (slow to review)
10 years ago (2010-12-14 23:02:56 UTC) #9
See:  https://bugs.webkit.org/show_bug.cgi?id=51062

On Tue, Dec 14, 2010 at 2:57 PM, Darin Fisher <darin@chromium.org> wrote:

> It is because AssociatedURLLoader allows m_realLoader to be passed to the
> WebURLLoaderClient.  That confuses the plugin code, which tracks
> WebURLLoader instances by address.
>
> -Darin
>
>
>
> On Tue, Dec 14, 2010 at 12:24 PM, <michaeln@chromium.org> wrote:
>
>> Doh!
>>
>> Do you know why... is this because the change to the relative ordering
>> of...
>>  devtools_agent->willSendRequest(resource_id, info.request);
>> vs
>>  webframe_->dispatchWillSendRequest(info.request);
>>
>> i see you pinged pavel on the revert
>>
>>
>> http://codereview.chromium.org/5139005/
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698