aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattserver.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* 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-7/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-4/+9
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-3/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Fix comments, and lesser modificationsZakor Gyula2017-02-131-4/+2
* Bluetooth Permission API integrationZakor Gyula2017-02-131-3/+3
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-4/+4
* refactor Connect/Disconnect callsZakor Gyula2016-12-221-19/+18
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-78/+14
* Auto merge of #14567 - szeged:represented-attributes, r=jdmbors-servo2016-12-141-12/+5
|\
| * Check if represented attributes are cachedZakor Gyula2016-12-141-12/+5
* | Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
|/
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Auto merge of #14441 - szeged:attribute-instance-map, r=jdmbors-servo2016-12-061-28/+3
|\
| * Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice.Valentin Fokin2016-12-021-28/+3
* | Add missing connection check for disconnectAttila Dusnoki2016-12-051-1/+4
|/
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-0/+58
* Rename blacklist to blocklistZakor Gyula2016-11-171-3/+3
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-99/+95
* Return the same JS object for the same Bluetooth item.zakorgyula2016-11-041-12/+32
* 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/+7
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-6/+6
* Make bluetooth::result_to_promise take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* 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-6/+6
* Reorganise the BluetoothUUID utility functionsAnthony Ramine2016-10-021-2/+2
* Update WebBluetooth to use PromisesMátyás Mustoha2016-09-261-34/+57
* Reorder `use` statementsUK9922016-09-091-1/+1
* Refactor Bluetooth error handlingzakorgy2016-07-271-5/+5
* 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
* Refactor IPC-message sendingfokinv2016-05-031-61/+22
* Replace the union types with the correct typedefs in the webidl files and the...zakorgy2016-05-031-4/+3
* 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
* Add Bluetooth IPC supportfokinv2016-05-031-12/+72
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+70