aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetooth.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-3/+3
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-5/+5
* Remove Reflectable::globalAnthony Ramine2016-10-061-2/+2
* Make bluetooth::result_to_promise take a &GlobalScopeAnthony Ramine2016-10-061-4/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-3/+1
* Make Promise::new take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-5/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+7
* Reorganise the BluetoothUUID utility functionsAnthony Ramine2016-10-021-8/+7
* Update WebBluetooth to use PromisesMátyás Mustoha2016-09-261-14/+34
* Annotations for requestDevice, request_bluetooth_devices and matches_filter f...zakorgyula2016-09-141-1/+61
* requestDevice updatezakorgyula2016-09-141-21/+55
* requestDevice refactorzakorgyula2016-09-141-78/+95
* Reorder `use` statementsUK9922016-09-091-1/+1
* Refactor Bluetooth error handlingzakorgy2016-07-271-3/+15
* Fix an incorect behavior, when converting optional services.zakorgyula2016-06-061-3/+2
* Add WebBluetooth Blacklist supportfokinv2016-05-311-3/+12
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Remove BluetoothDevice memberszakorgy2016-05-051-12/+1
* Refactor IPC-message sendingfokinv2016-05-031-46/+27
* Refactor scan filterzakorgy2016-05-031-56/+22
* Style fixfokinv2016-05-031-18/+15
* requestDevice options (filters and optionalServices)zakorgy2016-05-031-48/+171
* Add Bluetooth IPC supportfokinv2016-05-031-3/+62
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+39