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