summaryrefslogtreecommitdiff
path: root/tools/wpt
AgeCommit message (Expand)Author
2021-10-12feat(ext/crypto): support importing/exporting raw AES keys (#12392)Divy Srivastava
2021-10-12feat: update to V8 9.5 (#12399)Luca Casonato
2021-10-12feat(ext/crypto): implement deriveKey (#12117)Divy Srivastava
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella
2021-10-08chore(wpt): Enable WPT worker tests (#12222)Andreu Botella
2021-10-08refactor: deduplicate `defineEventHandler` util (#12367)Andreu Botella
2021-10-07fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't th...Andreu Botella
2021-10-03feat(web): Implement `DOMException`'s `stack` property. (#12294)Andreu Botella
2021-10-01feat(ext/crypto): implement wrapKey (#12125)Divy Srivastava
2021-09-29fix(ext/fetch): avoid panic when header is invalid (#12244)Ahab
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-25chore: update wpt (#12206)Andreu Botella
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
2021-09-14feat(ext/crypto): import RSA pkcs#8 keys (#11891)Divy Srivastava
2021-09-13feat(ext/crypto): generate ECDH keys (#11870)Luca Casonato
2021-09-12fix: FileReader onevent attributes don't conform to spec (#11908)Feng Yu
2021-09-11feat(ext/crypto): implement HKDF operations (#11865)Divy Srivastava
2021-09-08fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)Andreu Botella
2021-09-08feat: add URLPattern API (#11941)Luca Casonato
2021-09-07chore: update wpt (#11950)Luca Casonato
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-08-31feat(ext/crypto): AES key generation (#11869)Luca Casonato
2021-08-27feat(ext/crypto): support JWK import for HMAC (#11716)Divy Srivastava
2021-08-26feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)Divy Srivastava
2021-08-25feat: ArrayBuffer in structured clone transfer (#11840)Luca Casonato
2021-08-24feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)Divy Srivastava
2021-08-24fix: FileReader.readAsText compat (#11814)Luca Casonato
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-16fix(ext/crypto): enable non-extractable keys (#11705)Divy Srivastava
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