- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Oct 2017 18:45:42 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by equalsJeffH to https://github.com/w3c/webauthn: * Fix #624 - Change PublicKeyCredential.clientExtensionResults to an operation The attribute `clientExtensionResults` is a typedef of `record<DOMString, any>`. The WebIDL spec says "Records must not be used as the type of an attribute or constant", so this is not legal. This commit changes the attribute `clientExtensionResults` into an operation `getClientExtensionResults()`. by J.C. Jones https://github.com/w3c/webauthn/commit/b8c60278ad53479d03a2247e1360c33869f58e92 * merge from master by JeffH https://github.com/w3c/webauthn/commit/928f83b11ebd3935f2dda9336963588199037a7a * continue fix conflicts from merge from master by JeffH https://github.com/w3c/webauthn/commit/3d84d14b436635d1774f7be5b033b83e2b9e0d5f * fix a couple of issue #466 stragglers in #op-make-cred by JeffH https://github.com/w3c/webauthn/commit/9d1db3aa47a19edc8cd31e464687fa13e47694d7 * revert to prior AuthenticationExtensions language per jyasskin by JeffH https://github.com/w3c/webauthn/commit/7e035e91d18f0d7555074f77d06b84a09221e5fb * add inline spec issue pointing to issue #657 by JeffH https://github.com/w3c/webauthn/commit/dbee09212b06495a16b0e72171154814cd07daf7 * minor cleanups, remove issue wrt not explicitly returning |credentialCreationData| by JeffH https://github.com/w3c/webauthn/commit/942e7b4fcd766451298febdce38b5fdea700a562 * fix annoying bikeshed warning wrt 'rpEntity' by JeffH https://github.com/w3c/webauthn/commit/32e2eb6e362774f4ba2138fce8c7db343b0cf2b3 * correctly fix warning as well as other incorrect markup by JeffH https://github.com/w3c/webauthn/commit/4b2193e02fc48cdc6b4f3793aabe0e246490d7b1
Received on Thursday, 19 October 2017 18:45:44 UTC