summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06ci: avoid running man-db triggers when setting up sysroot (#11300)Bert Belder
2021-07-06ci: fix typo 'CCFLAGs' to 'CFLAGS' (#11298)Bert Belder
2021-07-06refactor: use primordials in extensions/web (#11273)Bartek Iwańczuk
2021-07-06perf: don't double convert to USVString for TextEncoder (#11297)Andreu Botella
2021-07-06feat(crypto): implement generateKey() and sign() (#9614)Divy Srivastava
2021-07-06refactor: use primordials for extensions/console (#11249)Divy Srivastava
2021-07-06refactor: use primordials in extensions/fetch (#11266)Satya Rohith
2021-07-05feat(test): add --shuffle flag to randomize test ordering (#11163)Casper Beyer
2021-07-06perf: opt-level = 3 for deno_net (#11283)Luca Casonato
2021-07-05chore: add tests for previous assertion error when file contained only triple...David Sherret
2021-07-05chore: upgrade crates (#11284)Bartek Iwańczuk
2021-07-05refactor: use primordials for extensions/timers (#11256)Simon Rask
2021-07-05fix(core): Delay deadlock detection for dynamic imports (#11282)Nayeem Rahman
2021-07-05fix(runtime): ignored tests should not cause permission changes (#11278)Casper Beyer
2021-07-05chore: upgrade Tokio to 1.8.0 (#11281)Yusuke Tanaka
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-05tests: be more liberal with expectation wildcards (#11279)Casper Beyer
2021-07-05fix: spec conformance for performance API (#10887)Leo K
2021-07-05fix(fetch): OPTIONS should be allowed a non-null body (#11242)Craig Morten
2021-07-05refactor: introduce primordials for web/streams (#11251)Luca Casonato
2021-07-05refactor(runtime): reduce duplication in test harness (#11274)Casper Beyer
2021-07-05fix(webidl): use primordial for SymbolToStringTag (#11275)Divy Srivastava
2021-07-05fix(webstorage): use primordial for Symbol.for (#11276)Divy Srivastava
2021-07-04refactor: use primordials for extensions/websocket (#11240)Divy Srivastava
2021-07-04fix: primordials in extensions/net and runtime/js (#11270)Simon Rask
2021-07-04refactor: use primordials in extensions/web/02_event.js (#11264)Bartek Iwańczuk
2021-07-04refactor use primordials in extensions/webgpu (#11265)Bartek Iwańczuk
2021-07-04fix: align DOMException to webidl spec (#11259)Luca Casonato
2021-07-04refactor: use primordials in runtime/, part2 (#11248)Bartek Iwańczuk
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-07-03fix: stream strategy size should be plain functionLuca Casonato
2021-07-03chore: update wpt submoduleLuca Casonato
2021-07-03refactor: introduce primordials for ext/web (#11228)Luca Casonato
2021-07-03fix: primordials in extensions/net (#11250)Bartek Iwańczuk
2021-07-03refactor: use primordials for `13_buffer.js` and `30_fs.js` (#11247)Simon Rask
2021-07-03refactor: use primordials in extensions/net/ (#11243)Bartek Iwańczuk
2021-07-03refactor: use primordials in runtime/, part1 (#11241)Bartek Iwańczuk
2021-07-03refactor: use primordials for extensions/broadcast_channel (#11231)Divy Srivastava
2021-07-03refactor: use primordials for extensions/webstorage (#11239)Divy Srivastava
2021-07-03chore: add TypedArray to primordials typings (#11236)Luca Casonato
2021-07-02chore: upgrade rusty_v8 and serde_v8 (#11233)Bartek Iwańczuk
2021-07-02doc: fix duplicated words 'use of use of' (#11230)TED@Hexaflow
2021-07-02refactor: use primordials for extensions/webidl (#11227)Luca Casonato
2021-07-02fix(diff): better handling of text with only line ending differences (#11212)David Sherret
2021-07-02Remove unstable native plugins (#10908)Bartek Iwańczuk
2021-07-02refactor: use primordials for extensions/url (#11225)Luca Casonato
2021-07-02refactor: introduce primordials (#10939)Luca Casonato
2021-07-02perf: speed up TextEncoder.prototype.encodeInto() (#11219)Andreu Botella
2021-07-02fix(fetch): a consumed body with a non-stream source should result in a distu...Andreu Botella
2021-07-02feat(core): pump V8 message loop on event loop tick (#11221)Bartek Iwańczuk