aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-5/+5
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-032-2/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-302-6/+10
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-1/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-5/+5
* clippy: fix some warnings in desktop and some components (#32583)ItsSunnyMonster2024-06-251-1/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy: fix warnings in components/bluetooth (#31566)eri2024-03-074-92/+81
* Fix several clippy warnings in components/bluetooth (#31512)Mucha Naibei2024-03-061-48/+41
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-0/+1
* fix conditional logic that enables native bluetooth (#31073)Mukilan Thiyagarajan2024-01-124-158/+151
* Integrate the `devices` respository (#30974)Martin Robinson2024-01-098-14/+1725
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-15/+22
* remove `extern crate` (#30311)Samson2023-09-081-5/+2
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-4/+4
* feat: shorten thread namesyvt2021-07-191-1/+1
* Use struct shorthand initialization.teymour-aldridge2021-06-251-3/+3
* Pin git revisions of dependencies that aren't compatible in newer revisions.Josh Matthews2020-11-121-1/+1
* Some Cargo.toml cleanupsatouchet2020-05-131-6/+6
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-202-2/+2
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-021-1/+1
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* #23065 removed unnecessary headless checkingcdeler2019-03-221-2/+1
* #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+2
* Update bool pattern matching into if-elsePiotr Szpetkowski2019-01-301-15/+15
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+5
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-192-2/+2
* Get the magicleap build to work in CIAlan Jeffrey2018-11-091-7/+2
* Update uuidBastien Orivel2018-11-091-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-25/+18
* Reorder importsPyfisch2018-11-062-4/+8
* Format remaining filesPyfisch2018-11-062-8/+13
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Add a build switch to disable the native bluetooth backend.Josh Matthews2018-10-301-1/+9
* Make `mach test-unit` not recompile components after `mach build`Simon Sapin2018-10-071-3/+0
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Format component bluetoothkingdido9992018-08-172-306/+442
* Remove unused compositing dependency from bluetooth crateGeorge Roman2018-08-051-1/+0
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-1/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-232-2/+6
* refactor(bluetooth): uses embedderproxy directlyOJ Kwon2018-04-182-22/+36
* refactor(bluetooth): send message to open select dialogOJ Kwon2018-04-182-34/+4
* refactor(bluetooth): factory fn returns constellation channelOJ Kwon2018-04-182-18/+21
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-2/+2