aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiodestinationnode.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove script_plugins * Use crown instead of script_plugins * crown_is_not_used * Use crown in command base * bootstrap crown * tidy happy * disable sccache * Bring crown in tree * Install crown from tree * fix windows ci * fix warning * fix mac libscript_plugins.dylib is not available anymore * Update components/script/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> * Update for nightly-2023-03-18 Mostly just based off https://github.com/servo/servo/pull/30630 * Always install crown it's slow only when there is new version * Run crown test with `mach test-unit` * Small fixups; better trace_in_no_trace tests * Better doc * crown in config.toml * Fix tidy for real * no sccache on rustc_wrapper * document rustc overrides * fixup of compiletest * Make a few minor comment adjustments * Fix a typo in python/servo/platform/base.py Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com> * Proper test types * Ignore tidy on crown/tests --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+3
| | | | | * strict imports formatting * Reformat all imports
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+2
|
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Reorder importsPyfisch2018-11-061-2/+6
|
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
|
* Format script componentchansuke2018-09-191-2/+2
|
* Make tidy happyFernando Jiménez Moreno2018-09-121-1/+1
|
* Pass down ChannelInfo to create_nodeManish Goregaokar2018-09-111-1/+4
|
* Upgrade to latest servo-mediaManish Goregaokar2018-08-231-4/+2
|
* test-tidy fixesFernando Jiménez Moreno2018-07-301-0/+1
|
* rustfmtFernando Jiménez Moreno2018-07-301-8/+17
|
* Use new params impl (#4)Manish Goregaokar2018-07-301-2/+2
| | | | | | * AudioNodeType -> AudioNodeInit * Use new param type system, clean up
* Get destination node engine from contextFernando Jiménez Moreno2018-07-301-1/+3
|
* Update to use latest servo-media APIFernando Jiménez Moreno2018-07-301-3/+3
|
* Initial WebAudio API stubsFernando Jiménez Moreno2018-07-301-0/+41