aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothpermissionresult.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-6/+6
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-6/+6
* 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-2/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* refactor extra permission dataAttila Dusnoki2017-02-141-6/+1
* Move extra permission data to windowAttila Dusnoki2017-02-131-2/+2
* Fix BluetoothPermissionResult return stateAttila Dusnoki2017-02-131-1/+2
* Fix comments, and lesser modificationsZakor Gyula2017-02-131-5/+5
* Bluetooth Permission API integrationZakor Gyula2017-02-131-0/+128