Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace script_plugins with a clippy like rustc driver (named crown) (#30508) | Samson | 2023-12-01 | 1 | -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) | Samson | 2023-09-11 | 1 | -3/+3 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -4/+2 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+6 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -8/+8 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -2/+2 |
| | |||||
* | Make tidy happy | Fernando Jiménez Moreno | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | Pass down ChannelInfo to create_node | Manish Goregaokar | 2018-09-11 | 1 | -1/+4 |
| | |||||
* | Upgrade to latest servo-media | Manish Goregaokar | 2018-08-23 | 1 | -4/+2 |
| | |||||
* | test-tidy fixes | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+1 |
| | |||||
* | rustfmt | Fernando Jiménez Moreno | 2018-07-30 | 1 | -8/+17 |
| | |||||
* | Use new params impl (#4) | Manish Goregaokar | 2018-07-30 | 1 | -2/+2 |
| | | | | | | * AudioNodeType -> AudioNodeInit * Use new param type system, clean up | ||||
* | Get destination node engine from context | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | Update to use latest servo-media API | Fernando Jiménez Moreno | 2018-07-30 | 1 | -3/+3 |
| | |||||
* | Initial WebAudio API stubs | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+41 |