aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audioparam.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
| | | | | * strict imports formatting * Reformat all imports
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add `no_trace` option to JSTraceable derive * NoTrace wrapper * Port some types to no_trace schematics * Fixing my unsafe mistakes (not tracing traceables) * Add docs & safety guards for no_trace Safety guards (trait shenanigans) guarantees safety usage of `no_trace` * Port canvas_traits to no_trace * Port servo_media to no_trace * Port net_traits to no_trace * Port style to no_trace * Port webgpu to no_trace * Port script_traits to no_trace * Port canvas_traits, devtools_traits, embedder_traits, profile_traits to no_trace * unrooted_must_root lint in seperate file * Add trace_in_no_trace_lint as script_plugin * Composable types in must_not_have_traceable * Introduced HashMapTracedValues wrapper * `HashMap<NoTrace<K>,V>`->`HashMapTracedValues<K,V>` * Port rest of servo's types to no_trace * Port html5ever, euclid, mime and http to no_trace * Port remaining externals to no_trace * Port webxr and Arc<Mutex<_>> * Fix spelling in notrace doc
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
|
* Update servo media to include global mute supportFernando Jiménez Moreno2019-07-051-0/+2
|
* Implemented JS API for setValueCurveAtTime and updated testsAkhilesh V2019-04-261-0/+34
|
* Add input validation for AudioParam methodsManish Goregaokar2019-04-251-12/+65
|
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Reorder importsPyfisch2018-11-061-2/+4
|
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
|
* Format script componentchansuke2018-09-191-46/+36
|
* Add AudioParam connection supportManish Goregaokar2018-07-301-0/+12
|
* AudioParam value getterFernando Jiménez Moreno2018-07-301-20/+20
|
* AudioParam automation rate setterFernando Jiménez Moreno2018-07-301-2/+28
|
* rustfmtFernando Jiménez Moreno2018-07-301-85/+91
|
* Use new params impl (#4)Manish Goregaokar2018-07-301-25/+76
| | | | | | * AudioNodeType -> AudioNodeInit * Use new param type system, clean up
* Expose more AudioParam methodsFernando Jiménez Moreno2018-07-301-0/+12
|
* Initial AudioParam bindingsFernando Jiménez Moreno2018-07-301-10/+65
|
* Initial WebAudio API stubsFernando Jiménez Moreno2018-07-301-0/+66