aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattservice.rs
Commit message (Expand)AuthorAgeFilesLines
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-205/+0
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-1/+1
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-3/+17
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-4/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-39/+68
* 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