aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/permissionstatus.rs
Commit message (Expand)AuthorAgeFilesLines
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-7/+0
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Remove 'on' prefix from event handler macrosPatrick Ngai2019-03-141-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+3
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-3/+5
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* 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
* Adds an `as_str()` method to WebIDL enums to hide slice of strings from calle...Gregory Katz2017-02-161-2/+2
* previous invocation resultsZakor Gyula2017-02-141-1/+9
* Fix comments, and lesser modificationsZakor Gyula2017-02-131-9/+8
* Permission APIAttila Dusnoki2017-02-131-0/+55