aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dissimilaroriginlocation.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* 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
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Remove unused code from script* cratesest312019-06-021-6/+0
* 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-9/+9
* 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 JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Fix various build warningsAaron Cunningham2017-04-241-0/+1
* added origin to globalscopeddh2017-04-241-0/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Allow browsing contexts to resolve to cross-origin windows.Alan Jeffrey2017-02-161-0/+80