aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothpermissionresult.rs
Commit message (Expand)AuthorAgeFilesLines
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-141/+0
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* 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/+2
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* 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-4/+8
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Format script componentchansuke2018-09-191-16/+28
* 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