Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `*_traits` and other shared types to `shared` | Martin Robinson | 2023-11-03 | 1 | -143/+0 |
| | | | | | | | | | | | | This is the start of the organization of types that are in their own crates in order to break dependency cycles between other crates. The idea here is that putting these packages into their own directory is the first step toward cleaning them up. They have grown organically and it is difficult to explain to new folks where to put new shared types. Many of these crates contain more than traits or don't contain traits at all. Notably, `script_traits` isn't touched because it is vendored from Gecko. Eventually this will move to `third_party`. | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -0/+2 |
| | | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Fix some Clippy lints. | Teymour Aldridge | 2022-08-04 | 1 | -4/+4 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Add lots of derived Debug impls | Alan Jeffrey | 2018-10-29 | 1 | -4/+4 |
| | |||||
* | Format component bluetooth_traits | kingdido999 | 2018-08-17 | 1 | -16/+20 |
| | |||||
* | serviceData and manufacturerData support | zakorgyula | 2016-11-23 | 1 | -13/+16 |
| | |||||
* | Accepting empty deviceName, when requesting a BluetoothDevice. | zakorgyula | 2016-11-04 | 1 | -6/+6 |
| | |||||
* | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -0/+134 |