aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattserver.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add WebBluetooth Blacklist supportfokinv2016-05-311-2/+11
|
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
|
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
| | | | This entirely removes the 'non-geckolib' feature of the util crate.
* Refactor IPC-message sendingfokinv2016-05-031-61/+22
|
* Replace the union types with the correct typedefs in the webidl files and ↵zakorgy2016-05-031-4/+3
| | | | the API classes.
* Style fixfokinv2016-05-031-23/+30
|
* Error handlingzakorgy2016-05-031-30/+22
|
* Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ↵fokinv2016-05-031-4/+60
| | | | getDescriptor(s) functions.
* Add Bluetooth IPC supportfokinv2016-05-031-12/+72
|
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+70