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

Issue 941223002: Fix regression from r317126 that caused a DCHECK in ResourceDispatcher. (Closed)

Created:
5 years, 10 months ago by jam
Modified:
5 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix regression from r317126 that caused a DCHECK in ResourceDispatcher. Previously WebURLLoaderImpl would keep track of cancelling the request by reseting bridge_. Now that we use request_id_ there instead, we need to do the same and reset its value. BUG=460335, 338338 Committed: https://crrev.com/a484b301ffe721cdce66a5c91115d09dd3c7ac86 Cr-Commit-Position: refs/heads/master@{#317349}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M content/child/web_url_loader_impl.cc View 3 chunks +17 lines, -8 lines 3 comments Download

Messages

Total messages: 9 (2 generated)
jam
5 years, 10 months ago (2015-02-20 06:01:13 UTC) #2
Ken Russell (switch to Gerrit)
I don't know this code but it seems LGTM based on filtering out calls to ...
5 years, 10 months ago (2015-02-20 17:52:51 UTC) #3
jam
https://codereview.chromium.org/941223002/diff/1/content/child/web_url_loader_impl.cc File content/child/web_url_loader_impl.cc (right): https://codereview.chromium.org/941223002/diff/1/content/child/web_url_loader_impl.cc#newcode378 content/child/web_url_loader_impl.cc:378: resource_dispatcher_->Cancel(request_id_); On 2015/02/20 17:52:51, Ken Russell wrote: > Is ...
5 years, 10 months ago (2015-02-20 17:56:29 UTC) #4
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/941223002/diff/1/content/child/web_url_loader_impl.cc File content/child/web_url_loader_impl.cc (right): https://codereview.chromium.org/941223002/diff/1/content/child/web_url_loader_impl.cc#newcode378 content/child/web_url_loader_impl.cc:378: resource_dispatcher_->Cancel(request_id_); On 2015/02/20 17:56:29, jam wrote: > On 2015/02/20 ...
5 years, 10 months ago (2015-02-20 17:57:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941223002/1
5 years, 10 months ago (2015-02-20 18:00:39 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-20 18:19:14 UTC) #8
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 18:19:53 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a484b301ffe721cdce66a5c91115d09dd3c7ac86
Cr-Commit-Position: refs/heads/master@{#317349}

Powered by Google App Engine
This is Rietveld 408576698