aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/crypto.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-1/+1
* Implement window.crypto.getRandomValues()Tim Taubert2015-07-031-0/+82