- From: GitHub <noreply@github.com>
- Date: Thu, 19 Oct 2017 11:45:42 -0700
- To: public-webauthn@w3.org
- Message-ID: <59e8f2d6cc5f_5e693ff5c47abc381082dd@hookshot-fe5-cp1-prd.iad.github.net.mail>
Branch: refs/heads/jeffh-fixup-algs-contd-3 Home: https://github.com/w3c/webauthn Commit: b8c60278ad53479d03a2247e1360c33869f58e92 https://github.com/w3c/webauthn/commit/b8c60278ad53479d03a2247e1360c33869f58e92 Author: J.C. Jones <jc@mozilla.com> Date: 2017-10-18 (Wed, 18 Oct 2017) Changed paths: M index.bs Log Message: ----------- 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()`. Commit: 928f83b11ebd3935f2dda9336963588199037a7a https://github.com/w3c/webauthn/commit/928f83b11ebd3935f2dda9336963588199037a7a Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-18 (Wed, 18 Oct 2017) Changed paths: M index.bs Log Message: ----------- merge from master Commit: 3d84d14b436635d1774f7be5b033b83e2b9e0d5f https://github.com/w3c/webauthn/commit/3d84d14b436635d1774f7be5b033b83e2b9e0d5f Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-18 (Wed, 18 Oct 2017) Changed paths: M index.bs Log Message: ----------- continue fix conflicts from merge from master Commit: 9d1db3aa47a19edc8cd31e464687fa13e47694d7 https://github.com/w3c/webauthn/commit/9d1db3aa47a19edc8cd31e464687fa13e47694d7 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-18 (Wed, 18 Oct 2017) Changed paths: M index.bs Log Message: ----------- fix a couple of issue #466 stragglers in #op-make-cred Commit: 7e035e91d18f0d7555074f77d06b84a09221e5fb https://github.com/w3c/webauthn/commit/7e035e91d18f0d7555074f77d06b84a09221e5fb Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-19 (Thu, 19 Oct 2017) Changed paths: M index.bs Log Message: ----------- revert to prior AuthenticationExtensions language per jyasskin Commit: dbee09212b06495a16b0e72171154814cd07daf7 https://github.com/w3c/webauthn/commit/dbee09212b06495a16b0e72171154814cd07daf7 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-19 (Thu, 19 Oct 2017) Changed paths: M index.bs Log Message: ----------- add inline spec issue pointing to issue #657 Commit: 942e7b4fcd766451298febdce38b5fdea700a562 https://github.com/w3c/webauthn/commit/942e7b4fcd766451298febdce38b5fdea700a562 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-19 (Thu, 19 Oct 2017) Changed paths: M index.bs Log Message: ----------- minor cleanups, remove issue wrt not explicitly returning |credentialCreationData| Commit: 32e2eb6e362774f4ba2138fce8c7db343b0cf2b3 https://github.com/w3c/webauthn/commit/32e2eb6e362774f4ba2138fce8c7db343b0cf2b3 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-19 (Thu, 19 Oct 2017) Changed paths: M index.bs Log Message: ----------- fix annoying bikeshed warning wrt 'rpEntity' Commit: 4b2193e02fc48cdc6b4f3793aabe0e246490d7b1 https://github.com/w3c/webauthn/commit/4b2193e02fc48cdc6b4f3793aabe0e246490d7b1 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-19 (Thu, 19 Oct 2017) Changed paths: M index.bs Log Message: ----------- correctly fix warning as well as other incorrect markup Compare: https://github.com/w3c/webauthn/compare/6f51ef671931...4b2193e02fc4
Received on Thursday, 19 October 2017 18:46:05 UTC