aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/beforeunloadevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-7/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* 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-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-9/+12
* 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 DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* 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
* Expose BeforeUnloadEvent only in WindowAnthony Ramine2017-01-211-5/+5
* Remove and allow some dead code.Ms2ger2016-12-221-0/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* dom: Add missing event handlersPiotr Stankiewicz2016-05-201-0/+67