Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -6/+8 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -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 function | YUAN LYU | 2020-03-20 | 1 | -2/+1 |
| | |||||
* | Update servo media to include global mute support | Fernando Jiménez Moreno | 2019-07-05 | 1 | -0/+2 |
| | |||||
* | Implemented JS API for setValueCurveAtTime and updated tests | Akhilesh V | 2019-04-26 | 1 | -0/+34 |
| | |||||
* | Add input validation for AudioParam methods | Manish Goregaokar | 2019-04-25 | 1 | -12/+65 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+4 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -7/+7 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -46/+36 |
| | |||||
* | Add AudioParam connection support | Manish Goregaokar | 2018-07-30 | 1 | -0/+12 |
| | |||||
* | AudioParam value getter | Fernando Jiménez Moreno | 2018-07-30 | 1 | -20/+20 |
| | |||||
* | AudioParam automation rate setter | Fernando Jiménez Moreno | 2018-07-30 | 1 | -2/+28 |
| | |||||
* | rustfmt | Fernando Jiménez Moreno | 2018-07-30 | 1 | -85/+91 |
| | |||||
* | Use new params impl (#4) | Manish Goregaokar | 2018-07-30 | 1 | -25/+76 |
| | | | | | | * AudioNodeType -> AudioNodeInit * Use new param type system, clean up | ||||
* | Expose more AudioParam methods | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+12 |
| | |||||
* | Initial AudioParam bindings | Fernando Jiménez Moreno | 2018-07-30 | 1 | -10/+65 |
| | |||||
* | Initial WebAudio API stubs | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+66 |