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

Issue 1129743002: Gracefully handle backdoor cancellations of synchronous resource fetches. (Closed)

Created:
5 years, 7 months ago by sof
Modified:
5 years, 7 months ago
CC:
blink-reviews, gavinp+loader_chromium.org, Nate Chapin, tyoshino+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Gracefully handle backdoor cancellations of synchronous resource fetches. When fetching a resource synchronously (via XHR, say), messages can be handled & dispatched while that fetch is ongoing. These may in the general case bring about the cancellation of the resource being synchronously fetched. Be prepared for that eventuality when the (failing) synchronous fetch returns. R=jochen BUG=484101 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194973

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -5 lines) Patch
A LayoutTests/plugins/plugin-cancel-sync-xhr.html View 1 chunk +25 lines, -0 lines 0 comments Download
A + LayoutTests/plugins/plugin-cancel-sync-xhr-expected.txt View 1 chunk +2 lines, -5 lines 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
sof
please take a look.
5 years, 7 months ago (2015-05-06 07:57:16 UTC) #2
jochen (gone - plz use gerrit)
lgtm
5 years, 7 months ago (2015-05-06 13:06:48 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1129743002/1
5 years, 7 months ago (2015-05-06 13:13:14 UTC) #5
commit-bot: I haz the power
5 years, 7 months ago (2015-05-06 13:17:03 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194973

Powered by Google App Engine
This is Rietveld 408576698