aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/permissions.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* return Option from GlobalScope::currentJyotsna Prakash2017-06-221-2/+2
* Use servo_config::opts only on linux target.Lucjan Suski2017-03-211-0/+1
* Disabled tinyfiledialogs when running headless.Alan Jeffrey2017-03-161-0/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* previous invocation resultsZakor Gyula2017-02-141-27/+86
* Add pref to ignore popup in testingAttila Dusnoki2017-02-131-1/+6
* Fix comments, and lesser modificationsZakor Gyula2017-02-131-3/+3
* Refactor permission operations into one functionAttila Dusnoki2017-02-131-96/+71
* Fix popup build errorAttila Dusnoki2017-02-131-11/+18
* Bluetooth Permission API integrationZakor Gyula2017-02-131-0/+43
* Permission APIAttila Dusnoki2017-02-131-0/+262