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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/passwordcredential-fetch-expected.txt

Issue 2852423002: Expose passwords to JavaScript in Credential Manager API (Closed)
Patch Set: Console Message Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 42: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around October 2017. See https://www.chromestatus.com/features/5689327799500800 for more detai ls and https://www.chromium.org/developers/recent-changes-credential-management- api for migration suggestions.
2 CONSOLE WARNING: line 133: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around Octobe r 2017. See https://www.chromestatus.com/features/5689327799500800 for more deta ils and https://www.chromium.org/developers/recent-changes-credential-management -api for migration suggestions.
3 CONSOLE WARNING: line 134: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around Octobe r 2017. See https://www.chromestatus.com/features/5689327799500800 for more deta ils and https://www.chromium.org/developers/recent-changes-credential-management -api for migration suggestions.
4 CONSOLE WARNING: line 157: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around Octobe r 2017. See https://www.chromestatus.com/features/5689327799500800 for more deta ils and https://www.chromium.org/developers/recent-changes-credential-management -api for migration suggestions.
1 This is a testharness.js-based test. 5 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Simple Fetch" 6 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Simple Fetch"
3 PASS Body ignored in presence of a PasswordCredential 7 PASS Body ignored in presence of a PasswordCredential
4 PASS Body present if 'credentials' is not a PasswordCredential 8 PASS Body present if 'credentials' is not a PasswordCredential
5 PASS Creating/cloning a 'Request' does not expose the credential. 9 PASS Creating/cloning a 'Request' does not expose the credential.
6 PASS Creating a 'Request' throws in various ways. 10 PASS Creating a 'Request' throws in various ways.
7 PASS Simple Fetch 11 PASS Simple Fetch
8 PASS Simple Fetch 12 PASS Simple Fetch
9 PASS Fetch with cloned Request 13 PASS Fetch with cloned Request
10 PASS Fetch with copied Request 14 PASS Fetch with copied Request
11 PASS Fetch with overridden 'credentials' 15 PASS Fetch with overridden 'credentials'
12 PASS 'idName' and 'passwordName' 16 PASS 'idName' and 'passwordName'
13 PASS 'additionalData': Empty FormData has no effect. 17 PASS 'additionalData': Empty FormData has no effect.
14 PASS 'additionalData': FormData properties are properly injected. 18 PASS 'additionalData': FormData properties are properly injected.
15 PASS 'additionalData': FormData properties are properly injected after assignmen t. 19 PASS 'additionalData': FormData properties are properly injected after assignmen t.
16 PASS 'additionalData': FormData properties are properly overridden. 20 PASS 'additionalData': FormData properties are properly overridden.
17 PASS 'additionalData': Empty URLSearchParams has no effect. 21 PASS 'additionalData': Empty URLSearchParams has no effect.
18 PASS 'additionalData': URLSearchParams properties are properly injected. 22 PASS 'additionalData': URLSearchParams properties are properly injected.
19 PASS 'additionalData': URLSearchParams properties are properly overridden. 23 PASS 'additionalData': URLSearchParams properties are properly overridden.
20 PASS 'additionalData': URLSearchParams properties are properly injected (orderin g matters). 24 PASS 'additionalData': URLSearchParams properties are properly injected (orderin g matters).
21 PASS fetch() after get() 25 PASS fetch() after get()
22 PASS fetch() after get() with additionalData 26 PASS fetch() after get() with additionalData
23 PASS fetch() after get() with additionalData from DOM 27 PASS fetch() after get() with additionalData from DOM
24 Harness: the test ran to completion. 28 Harness: the test ran to completion.
25 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698