aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/focusevent.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-5/+5
* Rename MutNullableJS<T> to MutNullableDom<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 FocusEvent::new_uninitialized take a &WindowAnthony Ramine2017-01-211-4/+3
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-2/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement the focusevent argument to Document::createEventSunyDays2016-04-271-0/+6
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-12/+4
* Implement focus and blur eventsPaul Rouget2016-02-181-0/+84