aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/crypto.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
|
* Replace uses of spidermonkey-specific JS_GetArrayBufferViewType with ↵Sam Liu2017-02-201-7/+6
| | | | ArrayBufferView impl's method get_array_type()
* 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
| | | | | | Fix mut typed_array Redundant code
* 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
| | | | rebase + marked the necessary new code as unsafe
* 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
| | | | And use it instead of the raw jsapi calls.
* 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
| | | | This merges import blocks that were reported by tidy as unmerged.
* 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
| | | | closes #7357
* 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