aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothremotegattcharacteristic.rs
Commit message (Expand)AuthorAgeFilesLines
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-363/+0
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* 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/+3
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-2/+2
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-10/+22
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-4/+4
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-4/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* rename compartment to realmKunal Mohan2020-01-241-9/+9
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+5
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-25/+9
* Pass InCompartment by valueAron Zwaan2019-04-251-4/+4
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-8/+21
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-4/+8
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-6/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-8/+8
* Format remaining filesPyfisch2018-11-061-3/+6
* `cargo fix --edition`Simon Sapin2018-11-061-19/+19
* Format script componentchansuke2018-09-191-42/+72
* Updates Bluetooth type to use BufferSourceAnthony Urena2018-03-241-2/+2
* Switches characteristic to use BufferSourceAnthony Urena2018-03-241-3/+9
* Remove use of unstable box syntax.Simon Sapin2017-10-161-6/+7
* 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-5/+5
* 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-15/+17
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-5/+5
* 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-6/+5
* Reorder startNotifications stepsZakor Gyula2017-02-101-9/+9
* Cleaned up ripples due to MutJS to JS type changePrudhvi Rampey2017-01-071-7/+7
* Implement GetGATTChildrenAttila Dusnoki2016-12-161-76/+11
* Auto merge of #14567 - szeged:represented-attributes, r=jdmbors-servo2016-12-141-21/+10
|\
| * Check if represented attributes are cachedZakor Gyula2016-12-141-21/+10
* | Remove HeapGCValueAnthony Ramine2016-12-121-5/+5
|/
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice.Valentin Fokin2016-12-021-25/+3
* Step annotations for WebBluetooth functionsZakor Gyula2016-11-291-1/+95
* Auto merge of #14393 - dati91:fix, r=jdmbors-servo2016-11-291-3/+2
|\
| * WriteValue should return undefinedAttila Dusnoki2016-11-281-3/+2