summaryrefslogtreecommitdiff
path: root/tools/wpt
AgeCommit message (Expand)Author
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-14chore: roll wpt (#11692)Luca Casonato
2021-08-13fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)Divy Srivastava
2021-08-12fix: Blob#slice arguments should be optional (#11665)Luca Casonato
2021-08-12chore(tools): use local std in wpt utils (#11644)Divy Srivastava
2021-08-10feat: add experimental WebSocketStream API (#10365)Leo K
2021-08-09chore: update wpt (#11621)Luca Casonato
2021-08-04feat(extensions/crypto): implement verify() for HMAC (#11387)Divy Srivastava
2021-08-03feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys ...Divy Srivastava
2021-08-02Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fet...Bartek Iwańczuk
2021-08-02fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)Feng Yu
2021-07-19fix: Big{U|}Int64Array in crypto.getRandomValues (#11447)Luca Casonato
2021-07-19chore: update wpt (#11446)Luca Casonato
2021-07-14fix(extensions/web): aborting a FileReader should not affect later reads (#11...Andreu Botella
2021-07-12chore(wpt): Mark a WPT test as failed if it exits before completion (#11371)Andreu Botella
2021-07-12feat(extensions/crypto): implement verify() for RSA (#11312)Divy Srivastava
2021-07-10fix(extensiosn/web): AddEventListenerOptions.signal shouldn't be nullable (#1...Divy Srivastava
2021-07-09chore(extensions/crypto): enable WPT stringification test (#11336)Divy Srivastava
2021-07-07tests: escape lone surrogates in wptreport (#11310)Andreu Botella
2021-07-06feat(crypto): implement generateKey() and sign() (#9614)Divy Srivastava
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-05fix: spec conformance for performance API (#10887)Leo K
2021-07-04fix: align DOMException to webidl spec (#11259)Luca Casonato
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-07-03chore: update wpt submoduleLuca Casonato
2021-07-02chore: upgrade rusty_v8 and serde_v8 (#11216)Bartek Iwańczuk
2021-06-26fix(fetch): encode and decode headers as byte strings (#11070)Andreu Botella
2021-06-24chore(wpt): clean up temporary files created by the WPT test runner (#11108)Andreu Botella
2021-06-24fix(url): use USVStrings in URLSearchParams constructor (#11101)Andreu Botella
2021-06-23tests: fix bug in WPT test harness (#10920)Bert Belder
2021-06-23fix(fetch): proxy body for requests created from other requests (#11093)Andreu Botella
2021-06-21feat: `MessageChannel` and `MessagePort` (#11051)Luca Casonato
2021-06-21fix(websocket): spec conformance & WPT (#11010)Leo K
2021-06-18fix: fetch with method HEAD should not have body (#11003)Yasser A.Idrissi
2021-06-16fix: align URL / URLSearchParams to spec (#11005)Luca Casonato
2021-06-16fix: some more console spec compliance (#10983)Luca Casonato
2021-06-16fix: closing / aborting WritableStream is racy (#10982)Luca Casonato
2021-06-15fix: pass some more WHATWG streams WPT (#10970)Luca Casonato
2021-06-15fix: make WHATWG streams more compliant (#10967)Luca Casonato
2021-06-14tests: fix wpt epoch ci job (#10960)Luca Casonato
2021-06-14build: add wpt epoch/daily run (#10937)Luca Casonato
2021-06-11fix: propagate top level thrown errors in WPT (#10932)Luca Casonato
2021-06-07chore: update wpt (#10884)Luca Casonato
2021-06-07refactor: clean up webidl protype configuration (#10871)Luca Casonato
2021-06-06tests: run wpt scripts with Deno.core.evalContext (#10852)Luca Casonato
2021-06-06tests: generate and upload wptreport.json (#10869)Luca Casonato
2021-06-06feat(fetch): implement abort (#10863)Luca Casonato
2021-06-06feat(extensions/crypto): implement subtle.digest (#10796)Casper Beyer
2021-06-06feat(web): Implement TextDecoderStream and TextEncoderStream (#10842)Andreu Botella
2021-06-05refactor(web): use encoding_rs for text encoding (#10844)Luca Casonato