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

Issue 2271033003: Suppress cancellation notification in XMLHttpRequest::endLoading (Closed)

Created:
4 years, 3 months ago by yhirano
Modified:
4 years, 3 months ago
CC:
chromium-reviews, blink-reviews, tyoshino+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Suppress cancellation notification in XMLHttpRequest::endLoading We call ThreadableLoader::cancel in XMLHttpRequest::endLoading as it is required by ThreadableLoader, but that cancellation should not be notified to JS. Otherwise, the script can replace |m_loader| in the XMLHttpRequest instance and that violates the ThreadableLoader assumption itself. BUG=638567, 638432 Committed: https://crrev.com/44a428232115791ba479e01981a5450c8500ee70 Cr-Commit-Position: refs/heads/master@{#414026}

Patch Set 1 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (16 generated)
yhirano
4 years, 3 months ago (2016-08-24 04:33:19 UTC) #9
tyoshino (SeeGerritForStatus)
lgtm
4 years, 3 months ago (2016-08-24 04:48:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2271033003/20001
4 years, 3 months ago (2016-08-24 05:02:10 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/279691)
4 years, 3 months ago (2016-08-24 06:46:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2271033003/20001
4 years, 3 months ago (2016-08-24 06:46:40 UTC) #19
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 3 months ago (2016-08-24 08:43:27 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-08-24 08:45:18 UTC) #23
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/44a428232115791ba479e01981a5450c8500ee70
Cr-Commit-Position: refs/heads/master@{#414026}

Powered by Google App Engine
This is Rietveld 408576698