aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* update tinyfiledialogsPaul Rouget2018-03-031-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-302-29/+29
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-24/+6
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-24/+6
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-192-29/+29
|/
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-192-29/+29
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Use BluetoohAdapter mock when bluetooth is disabledPaul Rouget2017-09-171-2/+6
* UntrySimon Sapin2017-06-182-133/+133
* Bump serde to 1.0Bastien Orivel2017-06-161-2/+2
* Use servo_config::opts only on linux target.Lucjan Suski2017-03-211-0/+2
* Disabled tinyfiledialogs when running headless.Alan Jeffrey2017-03-162-1/+4
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-2/+2
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
* Bluetooth Permission API integrationZakor Gyula2017-02-131-5/+18
* Auto merge of #15368 - szeged:get_availability, r=noxbors-servo2017-02-131-3/+11
|\