aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothdevice.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-7/+7
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-9/+9
* 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-2/+7
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* removed instances of -> () in existing codelucantrop2017-03-131-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Move extra permission data to windowAttila Dusnoki2017-02-131-2/+3
* Bluetooth Permission API integrationZakor Gyula2017-02-131-8/+16
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-14/+14
* refactor Connect/Disconnect callsZakor Gyula2016-12-221-1/+68
* Replace AdvertisingData with AdvertisingEventAttila Dusnoki2016-12-141-14/+55
* Remove HeapGCValueAnthony Ramine2016-12-121-12/+12
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Remove the unused get_context() functionValentin Fokin2016-12-021-4/+0
* Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice.Valentin Fokin2016-12-021-0/+79
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-0/+1
* Add event target for bluetoothAttila Dusnoki2016-11-281-3/+8
* Return the same JS object for the same Bluetooth item.zakorgyula2016-11-041-3/+13
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+5
* Refactored a bluetooth* related files from codeStyle to code_style.Arthur Marble2016-09-181-4/+4
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Remove BluetoothDevice memberszakorgy2016-05-051-54/+4
* Fix value typesAttila Dusnoki2016-05-031-36/+33
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+125