aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediaerror.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Format script componentchansuke2018-09-191-3/+5
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Implement MediaError::MessageAnthony Ramine2017-10-041-0/+6
* 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
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Tidy fixes.Josh Matthews2016-05-031-0/+1
* Implement load, canPlayType, and error APIs for media elements.Josh Matthews2016-05-031-0/+36