aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattcharacteristic.rs
Commit message (Expand)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Bluetooth Permission API integrationZakor Gyula2017-02-131-6/+5
* Reorder startNotifications stepsZakor Gyula2017-02-101-9/+9
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-7/+7
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-76/+11
* Auto merge of #14567 - szeged:represented-attributes, r=jdmbors-servo2016-12-141-21/+10
|\
| * Check if represented attributes are cachedZakor Gyula2016-12-141-21/+10
* | Remove HeapGCValueAnthony Ramine2016-12-121-5/+5
|/
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice.Valentin Fokin2016-12-021-25/+3
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-1/+95
* Auto merge of #14393 - dati91:fix, r=jdmbors-servo2016-11-291-3/+2
|\
| * WriteValue should return undefinedAttila Dusnoki2016-11-281-3/+2
* | Add event target for bluetoothAttila Dusnoki2016-11-281-3/+10
|/
* Add Start/Stop notificationsAttila Dusnoki2016-11-231-0/+44
* Rename blacklist to blocklistZakor Gyula2016-11-171-5/+5
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-141/+142
* Return the same JS object for the same Bluetooth item.zakorgyula2016-11-041-10/+30
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-041-1/+1
* Update the value of the Characteristic/Descriptor when calling writeValue.zakorgyula2016-11-041-2/+2
* Check if the BluetoothDevice is connected, when calling getGATT functions.zakorgyula2016-11-041-0/+6
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-7/+7
* Make bluetooth::result_to_promise take a &GlobalScopeAnthony Ramine2016-10-061-4/+4
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-3/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-4/+4
* Reorganise the BluetoothUUID utility functionsAnthony Ramine2016-10-021-2/+2
* Update WebBluetooth to use PromisesMátyás Mustoha2016-09-261-28/+57
* Refactored a bluetooth* related files from codeStyle to code_style.Arthur Marble2016-09-181-4/+4
* Reorder `use` statementsUK9922016-09-091-1/+1
* Auto merge of #12538 - szeged:error-refactor, r=noxbors-servo2016-07-281-5/+5
|\
| * Refactor Bluetooth error handlingzakorgy2016-07-271-5/+5
* | WebBluetooth Specification Changezakorgyula2016-07-261-0/+6
|/
* Remove some unnecessary pub modifiers (#50)zakorgy2016-07-141-1/+1
* Add missing steps to descriptors writeValue functionzakorgyula2016-07-071-1/+1
* Missing steps of Characteristic's readValue, writeValue functionszakorgy2016-07-061-1/+16
* Add WebBluetooth Blacklist supportfokinv2016-05-311-2/+17
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* Refactor IPC-message sendingfokinv2016-05-031-69/+33
* Replace the union types with the correct typedefs in the webidl files and the...zakorgy2016-05-031-4/+3
* Style fixfokinv2016-05-031-19/+24
* Error handlingzakorgy2016-05-031-10/+5
* Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ...fokinv2016-05-031-10/+58
* Add Bluetooth IPC supportfokinv2016-05-031-12/+95
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+87