Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -12/+12 |
| | | | | | * 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 | ||||
* | Rename reflect_dom_object2. | Josh Matthews | 2023-05-31 | 1 | -2/+2 |
| | |||||
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 1 | -4/+15 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -7/+3 |
| | |||||
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+1 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -5/+13 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -13/+13 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -40/+54 |
| | |||||
* | Pass down ChannelInfo to create_node | Manish Goregaokar | 2018-09-11 | 1 | -11/+6 |
| | |||||
* | Throw on out-of-bounds channelCount in AudioNodes | Manish Goregaokar | 2018-09-03 | 1 | -1/+1 |
| | |||||
* | Throw errors for invalid values in panner node constructor | Manish Goregaokar | 2018-08-31 | 1 | -7/+24 |
| | |||||
* | Handle channel count constraints in panner constructor | Manish Goregaokar | 2018-08-24 | 1 | -9/+17 |
| | |||||
* | Add some checks in PannerNode accessors | Manish Goregaokar | 2018-08-24 | 1 | -4/+16 |
| | |||||
* | Add PannerNode.setPosition(), setOrientation() | Manish Goregaokar | 2018-08-24 | 1 | -2/+17 |
| | |||||
* | Add accessors for PannerNode | Manish Goregaokar | 2018-08-24 | 1 | -1/+110 |
| | |||||
* | Add PannerNode DOM interface | Manish Goregaokar | 2018-08-24 | 1 | -0/+210 |