aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattdescriptor.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* 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-6/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-9/+11
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-2/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Bluetooth Permission API integrationZakor Gyula2017-02-131-3/+2
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-4/+4
* Auto merge of #14567 - szeged:represented-attributes, r=jdmbors-servo2016-12-141-8/+4
|\
| * Check if represented attributes are cachedZakor Gyula2016-12-141-8/+4
* | Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
|/
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-0/+37
* WriteValue should return undefinedAttila Dusnoki2016-11-281-3/+2
* Rename blacklist to blocklistZakor Gyula2016-11-171-3/+3
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-54/+55
* 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
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-3/+3
* Make bluetooth::result_to_promise take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-3/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Update WebBluetooth to use PromisesMátyás Mustoha2016-09-261-19/+34
* Refactored a bluetooth* related files from codeStyle to code_style.Arthur Marble2016-09-181-4/+4
* Reorder `use` statementsUK9922016-09-091-1/+1
* Refactor Bluetooth error handlingzakorgy2016-07-271-3/+3
* Remove some unnecessary pub modifiers (#50)zakorgy2016-07-141-1/+1
* Add missing steps to descriptors writeValue functionzakorgyula2016-07-071-2/+8
* Add WebBluetooth Blacklist supportfokinv2016-05-311-1/+8
* 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-26/+17
* Style fixfokinv2016-05-031-6/+9
* Error handlingzakorgy2016-05-031-11/+6
* Add Bluetooth IPC supportfokinv2016-05-031-10/+75
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+68