aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/permissions.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-2/+2
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-8/+4
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-0/+3
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-101-95/+82
* 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-1/+5
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+5
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-6/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Support associated types in must_root lint (#34163)Samson2024-11-061-0/+1
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-4/+9
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-9/+12
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-8/+8
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-251-13/+10
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+11
* 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-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Delegate permission prompt dialog formatting to embeddersIulian Gabriel Radu2020-02-281-15/+29
* Move tinyfiledialog out of script into embedder.gatowololo2020-02-271-40/+32
* Factored out permission_state_invocation_results API to GlobalScopegatowololo2020-02-271-6/+0
* rename compartment to realmKunal Mohan2020-01-241-6/+3
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+2
* Remove some usage of unsafe code in Permissionsmarmeladema2019-08-091-23/+20
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-9/+6
* Convert internal methods to handle safe JSContext instead of raw JSContextmarmeladema2019-07-241-1/+2
* Propagate JSFailed error & conditionally execute initial assertion when conve...Julien Tregoat2019-07-031-3/+1
* Script: removed a few opts::get()oneturkmen2019-06-261-15/+15
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+8
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* #8539 Config preferences backend restructurePeter Hall2019-03-201-6/+2
* Update bool pattern matching into if-elsePiotr Szpetkowski2019-01-301-16/+16
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-4/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-71/+113
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-2/+2
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-2/+2