Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE WARNING: line 43: fetch.RequestInit.RequestCredentials.password is depre cated and will be removed in M62, around October 2017. See https://www.chromesta tus.com/features/5689327799500800 for more details. | |
|
Mike West
2017/05/19 09:47:49
This is a fairly meaningless error message. Can we
jdoerrie
2017/05/22 11:35:31
Done, I put up a guide at https://www.chromium.org
| |
| 2 CONSOLE WARNING: line 134: PasswordCredential.idName is deprecated and will be r emoved in M62, around October 2017. See https://www.chromestatus.com/features/56 89327799500800 for more details. | |
| 3 CONSOLE WARNING: line 135: PasswordCredential.passwordName is deprecated and wil l be removed in M62, around October 2017. See https://www.chromestatus.com/featu res/5689327799500800 for more details. | |
| 4 CONSOLE WARNING: line 158: PasswordCredential.additionalData is deprecated and w ill be removed in M62, around October 2017. See https://www.chromestatus.com/fea tures/5689327799500800 for more details. | |
|
Mike West
2017/05/19 09:47:49
Ditto for these.
jdoerrie
2017/05/22 11:35:31
Done.
| |
| 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 |
| OLD | NEW |