RESOLVED FIXED189877
[WebAuthN] Import a JS CBOR coder
https://bugs.webkit.org/show_bug.cgi?id=189877
Summary [WebAuthN] Import a JS CBOR coder
Jiewen Tan
Reported 2018-09-21 21:46:33 PDT
We need to import a JS CBOR coder in order to check responds in layout tests. One of the candidate is: https://github.com/paroga/cbor-js.
Attachments
Patch (45.88 KB, patch)
2018-09-28 18:05 PDT, Jiewen Tan
no flags
Archive of layout-test-results from ews123 for ios-simulator-wk2 (9.49 MB, application/zip)
2018-09-29 03:45 PDT, EWS Watchlist
no flags
Patch (48.57 KB, patch)
2018-09-29 20:24 PDT, Jiewen Tan
no flags
Radar WebKit Bug Importer
Comment 1 2018-09-21 21:48:22 PDT
Jiewen Tan
Comment 2 2018-09-28 18:05:26 PDT
EWS Watchlist
Comment 3 2018-09-29 03:45:55 PDT
Comment on attachment 351153 [details] Patch Attachment 351153 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/9391951 New failing tests: http/wpt/credential-management/credentialscontainer-store-basics.https.html
EWS Watchlist
Comment 4 2018-09-29 03:45:57 PDT
Created attachment 351178 [details] Archive of layout-test-results from ews123 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews123 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.6
Jiewen Tan
Comment 5 2018-09-29 20:24:48 PDT
Chris Dumez
Comment 6 2018-10-01 12:36:15 PDT
Comment on attachment 351208 [details] Patch r=me
Jiewen Tan
Comment 7 2018-10-01 12:42:36 PDT
(In reply to Chris Dumez from comment #6) > Comment on attachment 351208 [details] > Patch > > r=me Thanks, Chris.
WebKit Commit Bot
Comment 8 2018-10-01 12:47:15 PDT
Comment on attachment 351208 [details] Patch Clearing flags on attachment: 351208 Committed r236686: <https://trac.webkit.org/changeset/236686>
WebKit Commit Bot
Comment 9 2018-10-01 12:47:16 PDT
All reviewed patches have been landed. Closing bug.
Simon Fraser (smfr)
Comment 10 2018-10-01 13:13:23 PDT
Comment on attachment 351208 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=351208&action=review > Source/WebKit/ChangeLog:10 > + as Local's memeber such that tests can pass those certificates to MockLocalConnection instead of letting it memeber -> member > Source/WebKit/ChangeLog:11 > + holds some static ones. holds -> hold > LayoutTests/ChangeLog:9 > + This patch import a 3rd party JS CBOR coder from https://github.com/paroga/cbor-js. imports
Jiewen Tan
Comment 11 2018-10-01 13:28:35 PDT
Comment on attachment 351208 [details] Patch Oops, it seems too late this time to correct those grammar issues. I will pay more attentions to it next time. Thanks for reviewing, Simon.
Note You need to log in before you can comment on or make changes to this bug.