aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetooth.rs
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-5/+5
* Auto merge of #14612 - szeged:connect-disconnect-update, r=jdmbors-servo2016-12-221-0/+4
|\
| * refactor Connect/Disconnect callsZakor Gyula2016-12-221-0/+4
* | Separate the async bluetooth handling from networking code.Ms2ger2016-12-211-11/+25
|/
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-3/+54
* Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-6/+0
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-5/+5
* Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice.Valentin Fokin2016-12-021-22/+0
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-11/+11
* Update requestDevice step annotations.Zakor Gyula2016-11-291-22/+51
* Move convert_request_device_options into request_bluetooth_devices.Zakor Gyula2016-11-291-48/+46
* Add event target for bluetoothAttila Dusnoki2016-11-281-3/+8
* serviceData and manufacturerData supportzakorgyula2016-11-231-27/+68
* Rename blacklist to blocklistZakor Gyula2016-11-171-6/+6
* Simplify RequestDevice function in bluetooth.rsZakor Gyula2016-11-141-5/+1
* Fix a typo in dom/bluetooth.rsZakor Gyula2016-11-141-1/+1
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-2/+2
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-67/+106
* Return the same JS object for the same Bluetooth item.zakorgyula2016-11-041-7/+39
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-041-1/+1
* Return with NotFoundError when the requested deviceName/deviceNamePrefix is l...fokinv2016-11-041-4/+3
* Accepting empty deviceName, when requesting a BluetoothDevice.zakorgyula2016-11-041-2/+2
* Return with InvalidStateError if a Bluetooth id is not cached.zakorgyula2016-11-041-0/+1
* 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