Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Replace uses of spidermonkey-specific JS_GetArrayBufferViewType with ↵ | Sam Liu | 2017-02-20 | 1 | -7/+6 |
| | | | | ArrayBufferView impl's method get_array_type() | ||||
* | An in-memory RNG that shares its file descriptor. | Alan Jeffrey | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | Rewrite Crypto::GetRandomValues to use typed array API | deror1869107 | 2016-12-26 | 1 | -4/+4 |
| | | | | | | Fix mut typed_array Redundant code | ||||
* | Mark JSTraceable and its method as unsafe | Anthony Ramine | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | script creates methods taking '*mut JSContext' unsafe | Abelardo E. Mendoza | 2016-11-14 | 1 | -3/+3 |
| | | | | rebase + marked the necessary new code as unsafe | ||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Compile WebIDL return type "object" to NonZero<*mut JSObject> | Anthony Ramine | 2016-08-30 | 1 | -2/+4 |
| | |||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -0/+1 |
| | |||||
* | conversions: Add a checked version to array_buffer_view_data | Emilio Cobos Álvarez | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | conversion: Extrapolate array_buffer_view_data | Emilio Cobos Álvarez | 2016-01-04 | 1 | -13/+12 |
| | | | | And use it instead of the raw jsapi calls. | ||||
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -3/+6 |
| | |||||
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+3 |
| | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -4/+1 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -2/+2 |
| | |||||
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
| | | | | closes #7357 | ||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+1 |
| | |||||
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | Implement window.crypto.getRandomValues() | Tim Taubert | 2015-07-03 | 1 | -0/+82 |