aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiobuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-5/+9
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+10
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-1/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-27/+26
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+6
* Remove unnecessary `unsafe` block (#33109)Taym Haddadi2024-08-181-3/+1
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-2/+2
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-1/+1
* Fix rustdoc errors in `components/script/dom` (#31617)Mucha Naibei2024-03-111-1/+1
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-5/+4
* Make HeapFloat32Array generic (#31167)Taym Haddadi2024-01-291-4/+4
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-5/+5
* audiobuffer: ensure dest has the same size as source in copy from channel (#3...Gregory Terzian2024-01-151-1/+1
* WebIDL: use FLoat32Array (#30990)Gregory Terzian2024-01-111-74/+29
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+10
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+8
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+18
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-4/+5
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+2
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+1
* AudioBuffer: Track sample rateMauricio Collares2019-08-191-4/+10
* Remove some usage of unsafe code in AudioBuffermarmeladema2019-08-091-18/+19
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-7/+7
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-11/+10
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-3/+3
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-2/+2
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+6
* Format remaining filesPyfisch2018-11-061-11/+9
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-3/+2
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Allow reusing AudioBuffersFernando Jiménez Moreno2018-10-111-52/+67
* Increase webaudio sample rate threshold to match firefoxManish Goregaokar2018-10-101-2/+2
* Rustfmt audiobuffer.rsFernando Jiménez Moreno2018-09-191-5/+13
* Keep shared and js channels in syncFernando Jiménez Moreno2018-09-191-7/+15
* Do not skip buffer update during copyToChannelFernando Jiménez Moreno2018-09-191-5/+1
* Throw IndexError if start_in_channel is equal to ArrayBuffer lengthFernando Jiménez Moreno2018-09-191-1/+1
* Apply start_in_channel to destination and not source during AudioBuffer.CopyT...Fernando Jiménez Moreno2018-09-191-6/+10