aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetooth.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-6/+6
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Remove JSContext argument from AsyncBluetoothListener::handle_responseAnthony Ramine2017-09-221-11/+8
* Make Promise::reject_error soundAnthony Ramine2017-09-221-21/+30
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-5/+5
* Introduce TaskOnceAnthony Ramine2017-09-201-7/+6
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-6/+9
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* Untry scriptSimon Sapin2017-06-181-4/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* refactor extra permission dataAttila Dusnoki2017-02-141-54/+17
* Move extra permission data to windowAttila Dusnoki2017-02-131-26/+46
* Fix BluetoothPermissionResult return stateAttila Dusnoki2017-02-131-2/+2
* Use rooted_vec instead of Vec<JS<T>>Zakor Gyula2017-02-131-5/+4
* Add pref to ignore popup in testingAttila Dusnoki2017-02-131-6/+4
* Fix comments, and lesser modificationsZakor Gyula2017-02-131-8/+7
* Bluetooth Permission API integrationZakor Gyula2017-02-131-8/+221
* Implement GetAvailability for BluetoothAttila Dusnoki2017-02-081-0/+17
* Remove the 29 byte length restriction, when requesting bluetooth devicesZakor Gyula2017-02-031-12/+1
* 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