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

Issue 2025903002: Drop deprecation message for xhr.withCredentials for sync requests (Closed)

Created:
4 years, 6 months ago by foolip
Modified:
4 years, 6 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, sergeyv+blink_chromium.org, 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

Drop deprecation message for xhr.withCredentials for sync requests The spec was changed due to a compat problem in Gecko, and Gecko has already changed as well, "since no one except for us bothered to implement the spec": https://bugzilla.mozilla.org/show_bug.cgi?id=1260515 https://github.com/whatwg/xhr/issues/66 Intent to Deprecate thread updated: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/BOgLhbdljU4 BUG=383483 Committed: https://crrev.com/5a7c5b314edf179e2831b17564418a2071d239bd Cr-Commit-Position: refs/heads/master@{#397085}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -21 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/har-content-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-content-replacement-xhr-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-empty-xhr-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-sync-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 chunk +0 lines, -1 line 4 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2025903002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2025903002/1
4 years, 6 months ago (2016-05-31 14:18:53 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-31 16:00:27 UTC) #5
foolip
PTAL, and please confirm that this will not create trouble for https://crbug.com/607497 (if so then ...
4 years, 6 months ago (2016-05-31 20:07:18 UTC) #7
sof
The restriction was added to the spec originally as a sync XHR deprecation tactic, nothing ...
4 years, 6 months ago (2016-05-31 20:32:20 UTC) #8
foolip
https://codereview.chromium.org/2025903002/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h File third_party/WebKit/Source/core/frame/UseCounter.h (left): https://codereview.chromium.org/2025903002/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h#oldcode375 third_party/WebKit/Source/core/frame/UseCounter.h:375: SyncXHRWithCredentials = 472, On 2016/05/31 20:32:20, sof wrote: > ...
4 years, 6 months ago (2016-05-31 21:45:53 UTC) #9
sof
lgtm from my side. https://codereview.chromium.org/2025903002/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h File third_party/WebKit/Source/core/frame/UseCounter.h (left): https://codereview.chromium.org/2025903002/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h#oldcode375 third_party/WebKit/Source/core/frame/UseCounter.h:375: SyncXHRWithCredentials = 472, On 2016/05/31 ...
4 years, 6 months ago (2016-06-01 05:34:16 UTC) #10
tyoshino (SeeGerritForStatus)
lgtm
4 years, 6 months ago (2016-06-01 06:47:29 UTC) #11
foolip
https://codereview.chromium.org/2025903002/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h File third_party/WebKit/Source/core/frame/UseCounter.h (left): https://codereview.chromium.org/2025903002/diff/1/third_party/WebKit/Source/core/frame/UseCounter.h#oldcode375 third_party/WebKit/Source/core/frame/UseCounter.h:375: SyncXHRWithCredentials = 472, On 2016/06/01 05:34:16, sof wrote: > ...
4 years, 6 months ago (2016-06-01 06:56:20 UTC) #12
jochen (gone - plz use gerrit)
lgtm
4 years, 6 months ago (2016-06-01 08:07:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2025903002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2025903002/1
4 years, 6 months ago (2016-06-01 08:49:51 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-01 08:53:55 UTC) #16
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 08:55:10 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5a7c5b314edf179e2831b17564418a2071d239bd
Cr-Commit-Position: refs/heads/master@{#397085}

Powered by Google App Engine
This is Rietveld 408576698