aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiobuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement AudioBufferSourceOptions.AudioBuffer and always keep servo media au...Fernando Jiménez Moreno2018-09-191-28/+16
* Check AudioBuffer options constraintsFernando Jiménez Moreno2018-09-191-1/+3
* Throw when trying to copy AudioBuffer data from or to a SharedArrayBufferFernando Jiménez Moreno2018-09-191-0/+8
* Fix AudioBuffer crash. Do not modify number of channels while moving from sha...Fernando Jiménez Moreno2018-09-191-4/+2
* Add support for multichannel decoded audioFernando Jiménez Moreno2018-09-111-4/+3
* Upgraded to SM 60Alan Jeffrey2018-08-201-2/+2
* Use JS_GetArrayBufferViewBuffer with JS_DetachArrayBufferManish Goregaokar2018-07-301-3/+9
* Throw if AudioBufferSourceNode.Start params are negativeFernando Jiménez Moreno2018-07-301-14/+8
* Get rooting out of AudioBuffer::new_inheritedFernando Jiménez Moreno2018-07-301-39/+38
* OfflineAudioContextFernando Jiménez Moreno2018-07-301-1/+8
* Fire AudioScheduledSourceNode.onended when playback stopsFernando Jiménez Moreno2018-07-301-1/+1