aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/crypto.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: add CanGc as argument to methods in CSSGroupingRule, CSSKeyframesRu...Yerkebulan Tulibergenov2025-03-021-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+4
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Preference-gate `crypto.subtle` (#34295)Simon Wülker2024-11-191-2/+2
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-081-3/+10
* Add checks for BigInt/BigUint in getRandomValues (#33485)Daniel Adams2024-09-181-1/+3
* Implement crypto.randomUUID() (#33158)webbeef2024-08-221-1/+12
* clippy: Fix `match_like_matches` warnings (#31947)eri2024-03-301-9/+9
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* removed mutable compile warnings (#31822)sandeep2024-03-221-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* WebIDL: Use ArrayBufferViewU8 instead of raw JSObject in bindings (#31325)Taym Haddadi2024-02-161-6/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Update rand to 0.6Bastien Orivel2019-08-111-1/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-5/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-5/+10
* getRandomValues uses ArrayBufferView nowChristian Poveda2018-03-221-17/+11
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-3/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Replace uses of spidermonkey-specific JS_GetArrayBufferViewType with ArrayBuf...Sam Liu2017-02-201-7/+6
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-4/+4
* Rewrite Crypto::GetRandomValues to use typed array APIderor18691072016-12-261-4/+4
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-1/+1
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Compile WebIDL return type "object" to NonZero<*mut JSObject>Anthony Ramine2016-08-301-2/+4
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-0/+1
* conversions: Add a checked version to array_buffer_view_dataEmilio Cobos Álvarez2016-01-041-1/+1
* conversion: Extrapolate array_buffer_view_dataEmilio Cobos Álvarez2016-01-041-13/+12
* Rustfmt some of script.Ms2ger2015-11-181-3/+6
* more refactoringrohan.prinja2015-10-301-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-4/+1