aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattservice.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-6/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Remove JSContext argument from AsyncBluetoothListener::handle_responseAnthony Ramine2017-09-221-2/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-2/+2
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-6/+4
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Bluetooth Permission API integrationZakor Gyula2017-02-131-8/+7
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-4/+4
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-176/+29
* Auto merge of #14567 - szeged:represented-attributes, r=jdmbors-servo2016-12-141-12/+4
|\
| * Check if represented attributes are cachedZakor Gyula2016-12-141-12/+4
* | Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
|/
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice.Valentin Fokin2016-12-021-55/+3
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-0/+56
* Add event target for bluetoothAttila Dusnoki2016-11-281-3/+14
* Rename blacklist to blocklistZakor Gyula2016-11-171-5/+5
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-196/+181
* Return the same JS object for the same Bluetooth item.zakorgyula2016-11-041-33/+76
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-041-1/+1
* Check if the BluetoothDevice is connected, when calling getGATT functions.zakorgyula2016-11-041-1/+15
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-9/+9
* 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-12/+8
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-8/+14
* Reorganise the BluetoothUUID utility functionsAnthony Ramine2016-10-021-4/+4
* Update WebBluetooth to use PromisesMátyás Mustoha2016-09-261-29/+64
* Refactored a bluetooth* related files from codeStyle to code_style.Arthur Marble2016-09-181-8/+8
* Refactor Bluetooth error handlingzakorgy2016-07-271-5/+5
* Remove some unnecessary pub modifiers (#50)zakorgy2016-07-141-1/+1
* Add blacklist check to GetIncludedSevice(s) functionszakorgyula2016-06-071-1/+9
* Add WebBluetooth Blacklist supportfokinv2016-05-311-2/+11
* Remove unused importConnor Brewster2016-05-261-1/+0
* Auto merge of #11367 - szeged:included_services, r=jdmbors-servo2016-05-261-1/+57
|\
| * Add included servicesAttila Dusnoki2016-05-241-1/+57
* | Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
|/
* Refactor IPC-message sendingfokinv2016-05-031-82/+39
* Replace the union types with the correct typedefs in the webidl files and the...zakorgy2016-05-031-4/+3
* Style fixfokinv2016-05-031-38/+39
* Error handlingzakorgy2016-05-031-21/+16
* Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ...fokinv2016-05-031-3/+81
* Add Bluetooth IPC supportfokinv2016-05-031-6/+64
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+70