aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/pannernode.rs
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+12
| | | | | * 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
* 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-7/+3
|
* 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-5/+13
|
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
|
* Format script componentchansuke2018-09-191-40/+54
|
* Pass down ChannelInfo to create_nodeManish Goregaokar2018-09-111-11/+6
|
* Throw on out-of-bounds channelCount in AudioNodesManish Goregaokar2018-09-031-1/+1
|
* Throw errors for invalid values in panner node constructorManish Goregaokar2018-08-311-7/+24
|
* Handle channel count constraints in panner constructorManish Goregaokar2018-08-241-9/+17
|
* Add some checks in PannerNode accessorsManish Goregaokar2018-08-241-4/+16
|
* Add PannerNode.setPosition(), setOrientation()Manish Goregaokar2018-08-241-2/+17
|
* Add accessors for PannerNodeManish Goregaokar2018-08-241-1/+110
|
* Add PannerNode DOM interfaceManish Goregaokar2018-08-241-0/+210