aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/popstateevent.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-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* removing mutHeapJs referencesSendilKumar N2017-03-071-4/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use RootedTraceableBox for dictionaries.Ms2ger2017-02-161-1/+2
* Use Heap for dictionary and union members.Ms2ger2017-02-161-2/+1
* Expose PopStateEvent only in WindowAnthony Ramine2017-01-211-7/+7
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* add popstateevent, hashchangeevent, pagetransitioneventConnor Brewster2016-05-111-0/+79