aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gainnode.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
| | | | | * strict imports formatting * Reformat all imports
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
|
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+15
|
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-8/+2
|
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
|
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Reorder importsPyfisch2018-11-061-2/+6
|
* Format remaining filesPyfisch2018-11-061-3/+3
|
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
|
* Auto merge of #21750 - Manishearth:biquad, r=ferjmbors-servo2018-09-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Implement BiquadFilterNode A bunch of tests still fail but some of it may be a timing issue, looking at it the tests are *at least* affected by https://github.com/servo/servo/issues/21659 (changing how they work to avoid problems from that does not make them pass but does change the exact value of the error), so I feel like I should fix that first before investigating these. r? @ferjm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21750) <!-- Reviewable:end -->
| * Fix GainNode constructor for gain audioparamManish Goregaokar2018-09-201-1/+1
| |
* | Format script componentchansuke2018-09-191-4/+9
|/
* Pass down ChannelInfo to create_nodeManish Goregaokar2018-09-111-9/+4
|
* Throw on out-of-bounds channelCount in AudioNodesManish Goregaokar2018-09-031-8/+8
|
* Allow overriding GainNode's settings from the constructorManish Goregaokar2018-09-031-5/+8
|
* Upgrade to latest servo-mediaManish Goregaokar2018-08-231-1/+0
|
* test-tidy fixesFernando Jiménez Moreno2018-07-301-3/+4
|
* rustfmtFernando Jiménez Moreno2018-07-301-16/+18
|
* Use new params impl (#4)Manish Goregaokar2018-07-301-12/+8
| | | | | | * AudioNodeType -> AudioNodeInit * Use new param type system, clean up
* Remove unsafe code to create empty AudioNodeOptionsFernando Jiménez Moreno2018-07-301-2/+1
|
* Add disconnect methods; cleanup DOM stuff (#2)Manish Goregaokar2018-07-301-3/+3
| | | | | | | | | * Add disconnect methods * Use Dom, not DomRoot DomRoot will keep it permanently rooted, it should only be used in values not on the JS heap
* GainNodeFernando Jiménez Moreno2018-07-301-0/+97