aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetooth.rs
Commit message (Expand)AuthorAgeFilesLines
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-788/+0
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-101-3/+3
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-0/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-14/+14
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-5/+6
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-5/+6
* 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-6/+10
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-6/+13
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-0/+6
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-1/+1
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-13/+11
* 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-1/+1
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-1/+1
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-3/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* rename compartment to realmKunal Mohan2020-01-241-10/+7
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+1
* Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-17/+15
* Remove some usage of unsafe code in Permissionsmarmeladema2019-08-091-14/+10
* Convert internal methods to handle safe JSContext instead of raw JSContextmarmeladema2019-07-241-1/+3
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-12/+4
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-1/+1
* Pass InCompartment by valueAron Zwaan2019-04-251-3/+3
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-6/+16
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-3/+6
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-3/+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
* Format remaining filesPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-2/+3
* `cargo fix --edition`Simon Sapin2018-11-061-21/+21
* Format script componentchansuke2018-09-191-103/+182
* Updates Bluetooth type to use BufferSourceAnthony Urena2018-03-241-3/+11
* Implements profiler for blocked recvNakul Jindal2018-03-221-1/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-6/+6