aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/permissionstatus.rs
Commit message (Expand)AuthorAgeFilesLines
* 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